Browse by Tags

All Tags » ASP.NET » Tips (RSS)

Tiny Tip: Exporting to Excel from GridView inside UpdatePanel

This is a basic feature that most of todays application provide the most widly used implementation make use of the Response object to write to all the page which dosn't go well with ajax calls that concerns with only a portion of the page. you can...
Posted by Adel Khalil | with no comments
Filed under: ,

Mission Impossible: Opening .NET 1.1/VS 2003 Web Project

If you are lucky enough to not work with web project in VS 2003 don't read on. i have a massive amount of time trying to figure how to open a web project written in .NET 1.1/VS 2003 on another machine on couple of XP machines every time i got error...

Tiny Tip: Make sure your feed is discovered by IE7 RSS Button

To do so just add this little snippet of code to your default page and you good to go. < head > < link rel ="alternate" type ="application/rss+xml" title ="Live From Cairo" href ="http://bloggingabout.net/blogs...
Posted by Adel Khalil | with no comments