Sunday, March 6, 2011

Setting Default URL in Web.Config for website

< system.web>
< urlMappings>
< add url="~/Default.aspx" mappedUrl="~/YourPage.aspx"/>
< /urlMappings>
< /system.web>

No comments:

Post a Comment

Ajax CalendarExtender displaying at wrong position in Chrome

< script type ="text/javascript" language ="javascript">     function onCalendarShown(sender, args)...