Anas Ghanem
All about ASP.NET
- 
Microsoft Community Contributor Award for year 2011Today I was very surprised when I found an email from Microsoft awarding me one of the Community Contributor awards.This is really great and I would like to thank Microsoft for honoring me with such an award! 
- 
You may get "A potentially dangerous Request.QueryString value was detected from the client" after upgrading to ASP.NET 4I was upgradting one of the DNN portals to ASP.NET 4.After Upgrading completed and when i configured it to run under asp.net 4 in iis, I started to get that exception on every postback. 
- 
.NET Framework 4 Migration IssuesBefore you start the migration, i suggest to read .NET 4 migration issues and breaking changes which can be found here. 
- 
Wow ! “Add reference” dialog in VS 2010 is showing up quicklyI just wanted to mention that one of the cool enhancements in VS 2010 is that the “Add reference “ dialog will show up quickly and will load the assemblies on demand. 
- 
Solving “The Select operation is not supported by .. unless the SelectMethod is specified.”In most cases, You will get that error when you are using a data source control(like ObjectDataSource) without setting it’s SelectMethod as data source for the DetailsView control. 
- 
Tip of the day: Don’t misuse the Link button controlMisuse ? Yes it is ! 
- 
Helper class to dynamically modify the Location configuration elementThe location element is used to restrict user or role access on a specific path.The path could be a folder,aspx page,ashx,axd or any other file that is handled by ASP.NET runtime. 
- 
Automatic creation of membership users and saving the result to csv fileWhile working with Membership and roles providers, you may need to create the users based on your data and give them a random password.For example, you may have a table with customers and you want to give each customer a user/password to login to your system. 
- 
Programmatically Modifying the HyperLinks in the DataPager controlHi, 
- 
Request.Browser.Version is returning 7 when browsing with IE8Hi,