When switching the sessionState from InProc mode to SQLServer mode, you might get error of unable to serialize the session state as shown below image: Sometimes we need to switch sessionState from InProc mode to SQLServer mode to store session objects into a SQL Server.
Deserialize XML Document Data and Convert into .Net Array List
Now here in this tutorial, I will explain how to read the data from XML document or file and deserialize into array or list object in .net using c# and vb with an example code snippet. In my previous tutorials, I’d explained format json date into local date string, preview image before upload, tooltip example to show hide hint or help text using css3 transition and other more cracking tutorials on Asp.net here.
Handle Multiple Submit Buttons in Single MVC Form
Now here in this tutorial, I will explain how to handle multiple submit buttons within single form in MVC using c# with example code snippet. In my previous tutorials, I’d explained deserialize xml document data into list, format json date into local date string, tooltip example to show hide hint or help text using css3 transition and other more cracking tutorials on Asp.net, MVC here.
Get Hash Value From Current Page URL In jQuery
Now here in this tutorial, I’ll explain how to read or get hash value from current page URL or QueryString in client-side using JavaScript or jQuery in Asp.net with example code. In my previous tutorials, I’d explained how to get querystring value in jquery, passing ampersand in querystring, pass multiple parameters in querystring, get gridview selected row hiddenfield value using jquery here.