On some occasions you might want to use retail versions of Asp.Net JavaScript libraries while debugging your code. (For starters, when in debug mode in Visual Studio, you are not using the release versions, instead you are using debug versions of the libraries). To achieve this all you have do is set the ScriptMode property [...]
29Apr
Posted by admin as .Net, Asp.Net, Microsoft, Technology, Web
Asp.Net AJAX Control Toolkit Tabs continer control provides an easy way to change the look and feel of the tabs using CSS. You can change the look and feel of Tabs using the Tabs CssClass property. Tabs has a predefined set of CSS classes that can be overridden. It has a default style which is [...]