ASP.Net Login RedirectUrl: Redirect to requested page after Login in ASP.Net...
Here Mudassar Ahmed Khan has explained with an example, a simple login form using Forms Authentication which validates user login from database and if the login is valid then a check is made for...
View ArticleFormsAuthentication.RedirectFromLoginPage example in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, a simple login form using Forms Authentication which validates user login from database and redirect User to Home page i.e. the Default Landing...
View ArticleFormsAuthentication.RedirectFromLoginPage: Redirect to ReturnUrl page and not...
Here Mudassar Ahmed Khan has explained with an example, a simple login form using Forms Authentication which validates user login from database and redirect User to ReturnUrl page i.e. the Page present...
View ArticleForms Authentication Login with ReturnUrl in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement simple User Login form in ASP.Net MVC Razor. This User Login form will be implemented using Custom Forms Authentication and...
View ArticleSend email with multiple attachments using Multiple FileUpload control in...
Here Mudassar Ahmed Khan has explained with an example, how to send email with multiple attachments using Multiple FileUpload control in ASP.Net 4.5 using C# and VB.Net. The multiple files to be send...
View ArticleImplementing jQuery Tabs in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement and use jQuery Tabs using the jQuery UI Tabs plugin in ASP.Net MVC Razor. This article will also illustrate how to maintain /...
View ArticleViewData vs ViewBag vs TempData with example in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, the difference between ViewData, ViewBag and TempData in ASP.Net MVC. ViewData, ViewBag and TempData are used for transferring data and objects...
View ArticleASP.Net MVC: Dynamically generate and display Barcode Image
Here Mudassar Ahmed Khan has explained with an example, how to dynamically generate and display Barcode Image in ASP.Net MVC Razor. The Barcode Image will be dynamically generated using .Net Graphics...
View ArticleASP.Net MVC: Dynamically generate and display QR Code Image
Here Mudassar Ahmed Khan has explained with an example, how to dynamically generate and display QR Code Image in ASP.Net MVC Razor. The QR Code Image will be dynamically generated in ASP.Net MVC Razor...
View ArticleConvert ASPX Page to PDF using iTextSharp in ASP.Net, C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to convert ASPX Page to PDF using iTextSharp in ASP.Net, C# and VB.Net.
View ArticleGet value of HTML Input CheckBox in ASP.Net Code Behind (Server Side) using...
Here Mudassar Ahmed Khan has explained with an example, how to get the value of the HTML Input CheckBox in ASP.Net Code Behind (Server Side) using C# and VB.Net. The values of multiple checked HTML...
View ArticleUsing Generic Handler (ASHX) in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to use Generic HTTP Handler (ASHX) in ASP.Net MVC Razor. The Generic HTTP Handler (ASHX) will be using Entity Framework to populate data from...
View ArticleImplement Role based Bootstrap Menu in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement Role based Bootstrap Menu in ASP.Net MVC Razor. User Login Authentication and Roles will be implemented using Custom Forms...
View ArticleDropDownList SelectedIndexChanged event inside AJAX UpdatePanel in ASP.Net...
Here Mudassar Ahmed Khan has explained with an example, how to use SelectedIndexChanged event of DropDownList placed inside AJAX UpdatePanel in ASP.Net using C# and VB.Net. The AsyncPostBackTrigger...
View ArticleInsert Edit Update and Delete in ASP.Net GridView without PostBack in ASP.Net
Here Mudassar Ahmed Khan has explained explain with an example, how to perform select, insert, edit, update and delete operations in GridView without using PostBack in ASP.Net using C# and VB.Net. This...
View ArticleGet Selected Text and Value inside DropDownList SelectedIndexChanged event in...
Here Mudassar Ahmed Khan has explained with an example, how to get the selected Text and Value of DropDownList inside SelectedIndexChanged event in ASP.Net using C# and VB.Net. Inside the...
View ArticleASP.Net MVC Error: The length of the string exceeds the value set on the...
Here Mudassar Ahmed Khan has explained how to solve the exception (error) occurring during AJAX calls in ASP.Net MVC i.e. Error during serialization or deserialization using the JSON...
View ArticleConvert Base64 string to Byte Array using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to convert Base64 string to Byte Array using C# and VB.Net.
View ArticleCheck Email Availability (Exists) in Database using jQuery AJAX in ASP.Net...
Here Mudassar Ahmed Khan has explained with an example, how to check Email address availability i.e. check whether Email address exists in database or not using jQuery AJAX in ASP.Net with C# and...
View ArticleCheck Username availability using AJAX and JavaScript
Here Mudassar Ahmed Khan has explained with an example, how to check Username availability i.e. check whether Username exists in database or not using JavaScript XML HTTP function and AJAX and in...
View Article