Raising Server side event from JavaScript in ASP.NET (Tweaking the existing bits)
Well, knowing internal structure of an ASP.NET event system can always be an element of fun and interests. Recently I…
Well, knowing internal structure of an ASP.NET event system can always be an element of fun and interests. Recently I…
We most the time run into the issue where we need to release a patch which requires a change in…
While working with ASP.NET web application you must be familiar with one of most important state management technique “Session”. If…
If you have deal with Visual Studio Extension ( VSIX) , you must have seen, after the extension installation default…
In this Post, I am going to discuss about web.config. Normally in our daily life, we used to have some…
How to manage the controller’s session state? Simply we can decorate the controller class with “SessionState” attribute. [SessionState()] attribute accepts…
ASP.net by default calls the function window.scrollTo(0,0) after the validation failure from ASP.net validators but not always we have the validation summary control placed at the top. There are instances where we need to place validation summary at some other location but by doing this, instead the user being scrolled to see the validation error, he will always see the top of the page.
While you want to enter some text in your Windows Phone 7 application, the first thing that you will notice…