[ASPNET4]Problem Solved: CSS file cannot be accessed

15. November 2011
Every several weeks I was haunted by this annoying problem and waste my life for hours!!! This time,... [More]

ASPNET

[ASPNET]ASPNET Miscellanea

6. June 2011
1. Query String. Client URL: http://localhost:8088/TableTopic/Post.aspx?id=12345678&name=andrewz... [More]

ASPNET

[Javascript,Jquery]Javascript setTimeOut usage sample

18. May 2011
Javascript: <script type="text/javascript"> var c = 0; var t; ... [More]

ASPNET

[ASP.NET]How Long Will HTTPHandler Intance Be Pooled

3. May 2011
If the IsReusable property is set to true. How long will the instance be pooled?    &... [More]

ASPNET

[ASP.NET]Show Menu Items For Different Roles

19. February 2011
In an ASP.NET site, some time we want to show a menu item for administrator only. For example, we w... [More]

ASPNET

[ASPNET,JQuery] The difference between html() and val() and text()

20. January 2011
To get the content of an textarea ,we can use:      $("#textareaId").htm... [More]

ASPNET

[ASPNET]Save TinyMCE Content

18. January 2011
To save the content of TinyMCE in Ajax way. First, we need to execute the following code to dump the... [More]

ASPNET

[JQuery]Using JQuery Ajax

18. January 2011
1. Loading JQuery and get it ready.    <script type="text/javascript" ... [More]

ASPNET

[ASPNET]Save The Content of TinyMCE Editor Through ASP.NET post back

17. January 2011
First, we need to get all the files ready: Open Admin.aspx file and add TinyMCE to page: <!... [More]

ASPNET

[ASPNET4]Add a HttpHandler to ASPNET4 site(IIS7)

16. January 2011
First, create a new .net4.0 Class Library project, add reference to System.Web.dll. then add a new c... [More]

ASPNET