Drawing and Painting App using HTML5, JavaScript and jQuery
Here Mudassar Ahmed Khan has explained how to create Drawing and Painting App using HTML5, JavaScript and jQuery. HTML5 Canvas Sketchpad application for Painting and Drawing will allow users to draw...
View ArticleCapture Signature using HTML5 Canvas using jQuery
Here Mudassar Ahmed Khan has explained how to capture Signature using HTML5 Canvas and jQuery. HTML5 Canvas Sketchpad application for Painting and Drawing will allow users to draw lines, scribble,...
View ArticleEnable Disable Anchor Tags (Links) using JavaScript and jQuery
Here Mudassar Ahmed Khan has explained with an example, how to enable or disable HTML Anchor Links (HyperLink) using JavaScript and jQuery. The HTML disabled attribute does not work for HTML Anchor...
View ArticleRedirect User to Login page if not logged 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 also redirects user to Login page if the user is not...
View ArticleCheck whether User is Logged in or not 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 in ASP.Net using C# and VB.Net. This article also checks...
View ArticlePopulate TextBox based on DropDownList Selection in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to populate TextBox based on DropDownList selection in ASP.Net using C# and VB.Net. The selected value of the DropDownList will be displayed...
View Article[Solved] jQuery DatePicker TextBox selected value Lost after PostBack in ASP.Net
Here Mudassar Ahmed Khan has provided solution to a problem where the selected value of the jQuery DatePicker TextBox is lost after PostBack in ASP.Net using C# and VB.Net. The TextBox used along with...
View ArticleCall JavaScript function on SelectedIndexChanged of HTML DropDownList using...
Here Mudassar Ahmed Khan has explained with an example, how to call JavaScript function of SelectedIndexChanged on HTML DropDownList using JavaScript and jQuery.
View ArticleImplement Paging in GridView without DataSource (SqlDataSource) in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to implement Paging in GridView without DataSource (SqlDataSource) in ASP.Net using C# and VB.Net. Paging in GridView without DataSource...
View ArticleASP.Net GridView AutoGenerateColumns False example
Here Mudassar Ahmed Khan has explained with an example, how to populate and use the ASP.Net GridView control with AutoGenerateColumns columns property set to False.
View ArticleUsing RowDataBound event in ASP.Net GridView AutoGenerateColumns True
Here Mudassar Ahmed Khan has explained with an example, how to use the OnRowDataBound event in ASP.Net GridView set with AutoGenerateColumns property to True.
View ArticleImplement Paging in ASP.Net GridView in Code Behind using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to implement Paging in ASP.Net GridView using C# and VB.Net. Paging in ASP.Net GridView in Code Behind is done using OnPageIndexChanging event.
View ArticleDifference between Synchronous (Sync) and Asynchronous (Async) Request (Call)...
Here Mudassar Ahmed Khan has explained with an example, what is the difference between Synchronous (Sync) and Asynchronous (Async) Request (Call) in AJAX. This article will illustrate the difference...
View ArticleSet TextBox value when TextMode is Password ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to set TextBox value when TextMode is Password ASP.Net using C# and VB.Net. By default when you set the Text property of a TextBox with...
View ArticleExecuteNonQuery: Insert Update and Delete examples in C# and VB.Net
Here Mudassar Ahmed Khan has explained with examples, how to use ADO.Net SqlCommand ExecuteNonQuery method in C# and VB.Net to perform Insert, Update and Delete operations.
View ArticleGridView RowUpdating event example in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to use the RowUpdating event of ASP.Net GridView control using C# and VB.Net. In order to illustrate this concept I will make use an ASP.Net...
View ArticleASP.Net Login control with Database Tutorial with examples in C# and VB.Net
Here Mudassar Ahmed Khan has explained a tutorial with example on how to use ASP.Net Login control with database in C# and VB.Net.
View ArticleASP.Net DropDownList SelectedIndexChanged event example in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to use the SelectedIndexChanged event of ASP.Net DropDownList in C# and VB.Net. The SelectedIndexChanged event of will work / fire / trigger...
View ArticleAccess Previous Page controls in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to access Previous Page controls in ASP.Net using C# and VB.Net. Previous Page controls can be accessed on Current Page using the Cross Page...
View ArticleDifference between AutoPostBack True and AutoPostBack False in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, the difference between AutoPostBack True and AutoPostBack False in ASP.Net. AutoPostBack property allows controls which cannot submit the Form...
View Article