Set Custom Date as Today's Date (Selected Date) in ASP.Net Calendar
Here Mudassar Ahmed Khan has explained with an example, how to set a Custom Date as Today’s Date (Selected Date) programmatically in ASP.Net Calendar control using C# and VB.Net.
View ArticleValidate Date of Birth (18+ Minimum Age validation) in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to validate Date of Birth (DOB) i.e. the Age entered in TextBox is minimum 18 years in ASP.Net using Regular Expression and Custom Validator.
View ArticleRequired Field Validation for TextBoxes using JavaScript in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to perform Required Field validation for multiple TextBoxes using JavaScript in ASP.Net.
View ArticleEmail Validation using Regular Expression in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to perform Email Validation using Regular Expression in C# and VB.Net. The User will enter Email Address in TextBox and when the Button is...
View ArticleDate format (dd/MM/yyyy) validation using Regular Expression in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to perform Date format validation (dd/MM/yyyy) using Regular Expression in C# and VB.Net. The User will enter Date in TextBox and when the...
View ArticleSimple Email validation using JavaScript
Here Mudassar Ahmed Khan has explained with an example, how to perform simple Email validation using JavaScript. The value of the Email TextBox will be validated with the help of Regular Expressions in...
View ArticleInsert and Select Date in dd/MM/yyyy format in SQL Server
Here Mudassar Ahmed Khan has explained with an example, how to insert and select Date in dd/MM/yyyy format in DateTime Column of SQL Server database. This article will illustrate how to use Stored...
View ArticleDATEFORMAT command, uses and example in SQL Server
Here Mudassar Ahmed Khan has explained with an example, what is DATEFORMAT command in SQL Server, why it is used and also an example which helps understanding the DATEFORMAT command in better way.
View ArticleADO.Net CRUD: Select Insert Edit Update and Delete using ADO.Net in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to perform CRUD operations i.e. Select, Insert, Edit, Update and Delete using ADO.Net in ASP.Net with C# and VB.Net.
View ArticleSimple CRUD operations in ASP.Net Web Forms using C# and VB.Net
Here Mudassar Ahmed Khan has explained a simple tutorial with example, how to perform CRUD operations i.e. Select, Insert, Edit, Update and Delete in ASP.Net Web Forms using C# and VB.Net.
View ArticleConvert (Select) Date in dd/MM/yyyy format in SQL Server
Here Mudassar Ahmed Khan has explained with an example, how to convert (select) Date in dd/MM/yyyy format in SQL Server. This article will illustrate how to use Stored Procedures for converting Dates...
View ArticleInsert Date in dd/MM/yyyy format in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to insert Date in dd/MM/yyyy format in SQL Server Database Table using ASP.Net with C# and VB.Net. This article will illustrate how to insert...
View ArticleImplement dd/MM/yyyy Date format validations in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement dd/MM/yyyy Date format validation for TextBox in ASP.Net MVC Razor. The RegularExpression Data Annotation will be used along...
View ArticlejQuery UI DatePicker (Calendar) example in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement jQuery UI DatePicker (Calendar) in ASP.Net MVC Razor.
View ArticleBind (Display) data in GridView in ASP.Net MVC Razor
Here Mudassar Ahmed Khan has explained with an example, how to bind and display data in GridView in ASP.Net MVC Razor. In MVC, GridView has been replaced with WebGrid. WebGrid control is used to...
View ArticleASP.Net MVC: Insert Date in ddMMyyyy format to Database
Here Mudassar Ahmed Khan has explained with an example, how to insert Date in dd/MM/yyyy format in SQL Server Database Table using ASP.Net MVC Razor. This article will illustrate how to insert Date in...
View ArticleClear Model Fields (TextBox, DropDownList) after Form Submit in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to clear Model Fields such as TextBox, DropDownList, RadioButtons, CheckBoxes, ListBox etc. after Form Submit in ASP.Net MVC Razor. The Form...
View ArticleASP.Net MVC Html.BeginForm: Set enctype = multipart/form-data
Here Mudassar Ahmed Khan has explained with an example, how to set enctype = ‘multipart/form-data’ attribute for Form Tag with Html.BeginForm Helper method in ASP.Net MVC Razor. The enctype =...
View ArticleDisable Cut, Copy and Paste in TextBox using AngularJS
Here Mudassar Ahmed Khan has explained with an example, how to disable Cut, Copy and Paste in TextBox or TextArea using AngularJS. Cut, Copy and Paste operations in TextBox or TextArea can be performed...
View ArticleDisable (Prevent) Cut, Copy and Paste using JavaScript
Here Mudassar Ahmed Khan has explained with an example, how to disable or prevent CUT, COPY and PASTE operations in TextBox or TextArea using JavaScript. Cut, Copy and Paste operations in TextBox or...
View Article