Quantcast
Channel: ASPSnippets RSS Feed
Browsing all 4693 articles
Browse latest View live
↧

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 Article


FormsAuthentication.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 Article


FormsAuthentication.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 Article

Forms 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 Article

Send 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 Article


Implementing 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 Article

ViewData 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 Article

ASP.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 Article


ASP.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 Article


Convert 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 Article

Get 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 Article

Using 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 Article

Implement 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 Article


DropDownList 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 Article

Insert 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 Article


Get 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 Article

ASP.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 Article


Convert 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 Article

Check 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 Article

Check 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
Browsing all 4693 articles
Browse latest View live