Browse by Tags
All Tags »
ASP.NET (
RSS)
For the list of updates and enhancements , checkout this post from ADO.NET team.
Web platform installer is a small application that allow you to stay update to date with the latest .NET tools,updates and additions that is being added to the framework.Developers may not have enough time to search and read the latest releases and updates...
If you used the FormView control ,I’m sure that you had modified it’s generated Edit and Insert templates(like adding calendar for the date fields , changing the textboxes that are bound to the foreign key columns with a dropdown list,adding validation...
This post contains some of the most asked questions when using login control. 1- how to redirect users to different pages based on their roles. This can be done by handling the LoggedIn event of the Login control. protected void Login1_LoggedIn( object...
Implementing output cache for the GridView is straight forward if the GridView doesn't require to provide paging functionality. And so , if you don't need paging in the GridView , you can set the output cache on the page level and the GridView will be...
Hi, If you are getting that error , then I can say that your application doesn't have a write permission on some directory. For example, if you are trying to save the Image from the memory stream to the file system , you may get that error. I also faced...
When you use the UpdatePanel to implement partial updates,the scroll position will be maintained between the asynchronous post backs;But you may need to reset the scroll position after the partial update completed ( after receiving the response). To do...
This blog will mention the steps that is required to share the asp.net security database between different applications. The steps to follow : Since you are going to use one database for many applications , it will not be practical to have the database...
This will show how to programmatically change the user session Id ....
When using Asp.net , there is many ways to secure your web site pages . you can use Windows authentication , Or Forms Authentication services. Through asp.Net forums, I noticed that there is many developers trying to use the session to secure there web...
More Posts
Next page »