Tag: validation summary

Fav 3 : Three Favorite .NET Tips and Tricks from Daily .NET Tips – Series 2

#1 : How to pass multiple values using GridView HyperLinkField ? While working with GridView in ASP.NET, most of the…

Continue Reading

How To Scroll To Validation Summary ?

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.

Continue Reading