Simple User Registration Form with Entity Framework Database in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to build a simple user registration form that will allow user register to the website in ASP.Net MVC Razor. The Registration Form will save...
View ArticleCreate Password TextBox using Html.TextBoxFor in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to create Password TextBox using Html.TextBoxFor in ASP.Net MVC Razor. Html.TextBoxFor cannot create Password TextBox and hence...
View ArticleGoogle RECaptcha implementation with Code and Example in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement Google RECaptcha in ASP.Net MVC Razor The Google RECaptcha version 2.0 allows to validate the Captcha response on client side...
View ArticleImplement and display jQuery Modal Popup Dialog (Window) in ASP.Net MVC Razor
Here Mudassar Ahmed Khan has explained with an example, how to implement and display jQuery Modal Popup Dialog (Window) in ASP.Net MVC Razor. The Partial View will be populated and fetched using jQuery...
View ArticleDownload Crystal Reports for Visual Studio 2015
Here Mudassar Ahmed Khan has written an informative article on how to download Crystal Reports for Visual Studio 2015 (VS 2015).
View ArticleCompare Model Properties using Data Annotations in ASP.Net MVC Razor
Here Mudassar Ahmed Khan has explained with an example, how to compare (match) values of Model Properties using Data Annotations in ASP.Net MVC Razor.
View ArticleZoom (Enlarge) image on MouseOver in ASP.Net GridView using jQuery
Here Mudassar Ahmed Khan has explained with an example, how to zoom (enlarge) images on MouseOver in ASP.Net GridView using jQuery ElevateZoom Image Zoom plugin. The images will be displayed in...
View ArticleAlphaNumeric TextBox Validation (Alphabets and Numbers) characters using Data...
Here Mudassar Ahmed Khan has explained with an example, how to perform AlphaNumeric TextBox Validation i.e. allow only Alphabet and Number characters validation on Client Side using Data Annotations...
View ArticleDecimal TextBox (Decimal number with two places) Validation using Data...
Here Mudassar Ahmed Khan has explained with an example, how to perform Decimal TextBox Validation i.e. Decimal Number with maximum up to two decimal places validation using Data Annotations on Client...
View ArticleMobile Number (Cellphone Number) Validation using Data Annotations and...
Here Mudassar Ahmed Khan has explained with an example, how to perform Mobile Number (Cellphone Number) TextBox validation i.e. exact Ten Numbers (Digits) validations using Data Annotations and...
View ArticleRegularExpression Data Annotation example: Perform validations using...
Here Mudassar Ahmed Khan has explained with an example, how to use the RegularExpression Data Annotation in ASP.Net MVC Razor. The RegularExpression Data Annotation can be applied to Model Properties...
View Article[Solution] ASP.Net MVC A potentially dangerous Request.Form value was...
Here Mudassar Ahmed Khan has explained with an example, how to solve the error exception occurring in ASP.Net MVC i.e. A potentially dangerous Request.Form value was detected from the client. The error...
View ArticleValidateInput(false) v/s AllowHtml: Difference between ValidateInput(false)...
Here Mudassar Ahmed Khan has explained with an example, what is the difference between ValidateInput(false) v/s AllowHtml in ASP.Net MVC i.e. what is the difference between ValidateInput(false) and...
View ArticleWhat is ValidateInput(false) attribute, its Uses and Examples in ASP.Net MVC
Here Mudassar Ahmed Khan has explained a simple tutorial on what is the ValidateInput(false) attribute in ASP.Net MVC, what is its use and also examples explaining its usage. ValidateInput(false)...
View ArticleWhat is AllowHtml attribute, its Uses and Examples in ASP.Net MVC
Here Mudassar Ahmed Khan has explained a simple tutorial on what is the AllowHtml attribute in ASP.Net MVC, what is its use and also examples explaining its usage. AllowHtml attribute is used to allow...
View ArticleUsing TinyMCE RichTextBox (RichTextEditor) in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to use TinyMCE RichTextBox (RichTextEditor) in ASP.Net MVC Razor. TinyMCE RichTextBox (RichTextEditor) is a JavaScript plugin and is applied...
View ArticleASP.Net MVC: Add (Apply) CSS Class (Styles) in Html.ValidationMessageFor method
Here Mudassar Ahmed Khan has explained with an example, how to add (apply) CSS Class (Styles) in Html.ValidationMessageFor Helper method in ASP.Net MVC Razor. The Html.ValidationMessageFor Helper...
View ArticlePass (Show) Exception Error Message from Controller to View in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to pass and show Exception (Error) message from Controller to View in ASP.Net MVC Razor. The Exception (Error) message will be displayed from...
View ArticleMultiple Action methods in Same Page (View) in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to use multiple Action methods of same Controller in Same Page (View) in ASP.Net MVC Razor. This article will illustrate how to post (send...
View ArticleServer Side Yes No Confirmation Message Box in Controller in ASP.Net MVC Razor
Here Mudassar Ahmed Khan has explained with an example, how to create Server Side Yes No JavaScript Confirmation Message Box in Controller’s Action method in ASP.Net MVC Razor. When user will submit...
View Article