Anas Ghanem

ASP.NET from the middle east

Syndication

Sponsors

News


    Subscribe in a reader

Browse by Tags

All Tags » ASP.NET (RSS)
Entity Framework:What’s new in .NET 4 and VS 2010
For the list of updates and enhancements , checkout this post from ADO.NET team.

Posted by anas | with no comments

Filed under: , ,

Microsoft Free Web Platform Installer (WEB PI)
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...

Posted by anas | 2 comment(s)

Filed under: , ,

Sharing FormView Edit and insert templates to avoid duplicate markup
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...

Posted by anas | 4 comment(s)

Filed under:

Login control FAQ :
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...

Posted by anas | 1 comment(s)

Caching techniques for paged GridView
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...

Posted by anas | 2 comment(s)

Filed under: , ,

Solving "A generic error occurred in GDI+" exception.
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...

Posted by anas | 11 comment(s)

Filed under: , ,

Resetting scroll position after partial update Completed.
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...

Posted by anas | 2 comment(s)

Filed under: ,

Sharing ASP.NET security Database between different applications
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...

Posted by anas | 1 comment(s)

Filed under: ,

Changing the session ID programmatically.
This will show how to programmatically change the user session Id ....

Posted by anas | 2 comment(s)

Filed under: ,

Securing your web site using session
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...

Posted by anas | 7 comment(s)

Filed under: ,

More Posts Next page »