Archives
-
Avoid session loss when using Cookieless sessions with XML Sitemap Provider
In march 2008 , I showed how to avoid losing session when using cookiless sessions with XmlSiteMapPorvider. I mentioned how to quickly fix this issue by handling the Data Bound events of Navigation controls . Since This issue is still reproducible in .Net 3.5 ,I published an article that discusses this issue in more details , Read the article.[Here]
-
Creating Custom Parameters for Data source Controls
Asp.net provide various types of parameters , like session parameter which get its value from session ,control parameter which get its value from form control , and there is also many other parameters each one used to read the parameter value from different location .