Archives
-
ASP.NET MVC training kit is now available
Hi All,
-
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 controls to some of the fields , apply some masks … etc .
-
Login control FAQ :
I have posted a thread on the forums which list all the FAQ about the Login control.
-
MIX09 Keynote and Session Videos
Mike Swanson summarized the various options to download the Mix 09 videos and keynotes , Read his post [here].
-
Caching techniques for paged GridView
Implementing output cache for the GridView is straight forward if the GridView doesn't require to provide paging functionality.