Student Reviews
( 5 Of 5 )
1 review
Video of ValidationSummary control in asp.net Part 49 in ASP.net course by kudvenkat channel, video No. 49 free certified online
Text version of the video
http://csharp-video-tutorials.blogspot.com/2012/11/validationsummary-control-in-aspnet.html
Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.
https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation1
Slides
http://csharp-video-tutorials.blogspot.com/2013/08/part-49-validation-summary.html
All ASP .NET Text Articles
http://csharp-video-tutorials.blogspot.com/p/free-aspnet-video-tutorial.html
All ASP .NET Slides
http://csharp-video-tutorials.blogspot.com/p/aspnet-slides.html
All Dot Net and SQL Server Tutorials in English
https://www.youtube.com/user/kudvenkat/playlists?view1&sortdd
All Dot Net and SQL Server Tutorials in Arabic
https://www.youtube.com/c/KudvenkatArabic/playlists
ValidationSummary control is used to display a summary of all validation errors occurred in a Web page, at one place. in general, in a real time applications, it is common to display a red star symbol next to the input control where the error occurred, and then the detailed error message in the validation summary control as shown below.
Properties specific to the validation summary control:
Header Text - The header text for the validation summary control
ShowSummary - Whether to display the summary text of all the validation errors
ShowMessageBox - Whether to display a message box with all the validation errors
DisplayMode - Display format for the summary.
DisplayMode can be List, BulletList, SingleParagraph