Subscribe
Subscribe to Tutorials feed
Our Quality Professors
Technology Tags
ADO.NET AdRotator ASP.NET ASP.NET-AJAX Authentication-and-Authorization---LoginView BulletedList Button Caching Calendar Chart CheckBoxList Cookies CSharp CSS Cusotm-Control Debugging-and-Tracing DetailsView DropDownList-and-ListBox DropDownList-and--ListBox Error-handling FileUpload Forms-Authentication GridView HiddenField HTML HyperLink Image ImageButton ImageMap Javascript jQuery jQuery-Ajax jQuery-Attributes jQuery-effects jQuery-Effects jQuery-Events jQuery-How-to-Solution jQuery-Manipulations jQuery-Selectors jQuery-Traversing Label-and-Literal LinkButton ListView Localization-and-Globalization Login LoginName LoginStatus LoginStatus-and-LoginName-and-other-controls LoginView MasterPage Menu Meta-tags Panel PlaceHolder RadioButtonList Repeater Security Session-Management TextBox Themes-and-Skins Url-Routing User-Control Validations visual-studio Webconfig Working-with-Files-and-Folders
Search Tutorials
Keyword
eg. asp.net
Announcements
More ...
Advertisements
|
Tips And Tricks (Books) Tutorials |
ASP.NET Session keeps track of the user by creating a cookie called “ASP.NET_SessionId” in the user browser. This cookie value is checked for every request to ensure that the data being served is specific to that user. In many application, Session variable is used to track the logged in user, ie. If a session variable exists for that user then the User is logged in otherwise not.
Technology covered: ASP.NET Security
Type: Tips and Tricks (Books) | Related Product: .NET How to Tips and Tricks (700+)
While working with ajax, how to show “loading …” or “Please wait …” type of message?
To register a handler to be called when first ajax request begins, ajaxStart() method can be used. This can be used to show the loading… or wait …. Messages.
Technology covered: jQuery-Ajax
Type: Tips and Tricks (Books) | Related Product: jQuery How to Tips and Tricks
In this video, we shall cover following How to's
How to specify the Tooltip for the ASP.NET Server controls?
How to specify a default button on the page so that when user hits the Enter key that button gets clicked?
How to apply CSS style from the sever side to the asp:Button control?
How to fire a server side event on click of the Link?
How to post the page to another page on click of the Link?
How to fire client JavaScript function on click of the asp:LinkButton?
Technology covered: ASP.NET
Type: Tips and Tricks (Books) | Related Product: ASP.NET How to Tips and Tricks
|
|