Anas Ghanem

<ItemTemplate ".Net Tips" runat="Weblogs.asp.net" Country="WestBank" />

Browse by Tags

All Tags » Tips and Tricks (RSS)
Putting your website in a maintanance mode based on a weekly schedule
In this blog i will talk about how to redirect the website visitors to a page that display a " web site under maintenance" , you can implement this functionality in your Global application file ( Global.asax file) , you can use Application_BeginRequest...
Tip/ Trick: Preventing Session Loss when using Cookieless sessions with TreeView and Menu controls
By default .net runtime uses the cookies to remember the session Id between the requests , but when using Cookie less sessions ,the runtime inserts the Session Id to the requested url , this way the runtime can remember the session id and prevent the...
More Posts