Related resources for MVA
  • How to Build an Interactive and Responsive Form12/28/2023 5:03:01 PM. Discover the world of web development with our latest tutorial on building a responsive and interactive form using HTML5, CSS3, and JavaScript. From the fundamentals of HTML5 to styling with CSS3 and
  • How And Where To Learn Microsoft Technologies For Free1/23/2019 11:49:17 AM. This video is especially for college and university students who want to know about different Microsoft Technologies and how they can learn these technologies for free. I hope you all will like this v
  • Fetch Header Information Using CustomValueProvider In ASP.NET Web API4/24/2016 7:00:12 PM. In this article we will see how to create custom value providers that fetch a value from a header collection of a request and pass to model binders at the Web API action level.
  • Displaying Dynamic Error Message in ASP.NET Custom Validator Control8/14/2015 11:27:18 PM. This article describes how to display a dynamic error message in an ASP.NET custom validator control.
  • Validation Controls in Web Forms: Part 210/3/2012 8:01:06 AM. Validation is one of the less talked about areas – often taken for granted.
  • Working with ASP.NET Validation controls9/27/2012 9:21:51 AM. This article provides a brief overview about the validation controls which ships with ASP.NET.
  • Validation Contol in Mobile Form5/19/2012 6:36:45 AM. In this article i'll be showing the power of Valiation Control which u can use with Mobile Application.There are total six Valiation Control as provided. Here i am showing four of them in this example and the rest two are Valiationsummary and CustomValidator.
  • Custom Variation Landing page2/15/2011 3:18:16 PM. If you have gone through part 1 of this series then you will understand how Microsoft has implemented their variation landing page and logic. We had a requirement to implement a custom variation landing page.
  • Validating ASP.NET Server Controls1/30/2007 7:25:44 AM. Validation server controls are a series of controls that helps you validate the data that the user enters into the other controls that are provided with ASP.NET. They determine whether the form can be processed based upon the rules that you define in the validation server controls.
  • Validation Server Controls in Web Forms1/4/2006 4:17:01 AM. When working with Web applications, developers need to write two separate codes using Java Script and VB Script to validate user inputs.In this article we are going to see, how we can reduce the programmers effort on coding, reducing the execution process time and simplify the code handling and less number of lines in the coding.