Tag: Solutions
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...
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...
A potentially dangerous Request.Form value was detected from the client Error...
While working on an Asp.net web projects, We sometimes got an issue like A potentially dangerous Request from the client.
.
.
What does this error means?...
Format JSON Date String To Local DataTime Object Using JavaScript
Now here in this tutorial, I'll explain how to format JSON date string and convert into a valid local datatime object using JavaScript with...
Asp.net Passing &(ampersand) in QueryString Parameter Value
Now here in this tutorial, I'll explain how to proceed with passing & (ampersand) in querystring parameter value in asp.net using c#, vb.net as...
RegisterForEventValidation can only be called during Render();
Now here in this tutorial, I'll explain how to solve the RegisterForEventValidation can only be called during Render(); error while exporting the gridview data...
Control ‘GridView1’ of type ‘GridView’ must be placed inside a form...
Now here in this tutorial, I'll explain how to solve the Control 'GridView1' of type 'GridView' must be placed inside a form tag with...
Facebook like box Overlapping and Positioning Issue
FB Like Box Overlapping Issues
Sometimes we are getting stuck with the Facebook like box overlapping positioning issue due to its overlap behind other page...
Unable to Serialize the Session State Error in Asp.net
When switching the sessionState from InProc mode to SQLServer mode, you might get an error of unable to serialize the session state as shown...
Parser Error While Deploying Website to Server in Asp.net
When deploying asp.net application to host on live server or IIS server, you might get this type of parser error.
Parser error occurs while some...