Return all records when Parameter is Blank (Empty) or Null in SQL Server Query
Here Mudassar Ahmed Khan has explained how to return all records when Parameter used to filter the results in a SQL Query is blank (empty) or Null in SQL Server.
View ArticleGet Text and Value of selected items of ASP.Net ListBox using JavaScript and...
Here Mudassar Ahmed Khan has explained how to get the Text and Value of multiple selected items of ASP.Net ListBox using JavaScript and jQuery.
View ArticleFind (Access) control inside GridView in RowDataBound and RowCommand events...
Here Mudassar Ahmed Khan has explained how to find (access) control in GridView in RowDataBound and RowCommand events of ASP.Net GridView using C# and VB.Net. This article will explain how to find...
View ArticleDebug JavaScript in Visual Studio 2010, 2012 and 2013
Here Mudassar Ahmed Khan has explained how to debug JavaScript in Visual Studio 2010, 2012 and 2013 using Internet Explorer browser. In ASP.Net projects, we can easily debug JavaScript by running the...
View ArticlePrint DataGridView in Windows Forms (WinForms) Application using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to print DataGridView in Windows Forms (WinForms) Application using C# and VB.Net.
View ArticleDynamically change GridView Cell Background Color based on condition in...
Here Mudassar Ahmed Khan has explained how to dynamically change GridView Cell Background Color based on condition in ASP.Net using C# and VB.Net. The GridView Cell’s background color will be...
View ArticleChange Background color of GridView Row using RowDataBound event in ASP.Net...
Here Mudassar Ahmed Khan has explained how to dynamically change background color of GridView Row using RowDataBound event in ASP.Net using C# and VB.Net.
View ArticleDynamically change GridView Cell value using RowDataBound event in ASP.Net...
Here Mudassar Ahmed Khan has explained how to dynamically change (modify) GridView Cell value using RowDataBound event in ASP.Net using C# and VB.Net.
View ArticleFind and validate TextBox and DropDownList controls in GridView row using...
Here Mudassar Ahmed Khan has explained how to find, access, get value and validate TextBox and DropDownList controls in GridView row using JavaScript in ASP.Net. This article will explain how to find...
View ArticleGoogle Maps V3 API: Calculate distance between two addresses / points /...
Here Mudassar Ahmed Khan has explained how to calculate distance between two address / points / locations based on the coordinates i.e. Latitude and Longitude using Google Maps V3 API.
View ArticleFind and validate TextBox and DropDownList controls in GridView row using...
Here Mudassar Ahmed Khan has explained how to find, access, get value and validate TextBox and DropDownList controls in GridView row using jQuery in ASP.Net. This article will explain how to find and...
View ArticleJavaScript: Display Current Time in 12 hour format (AM / PM) and 24 hour...
Here Mudassar Ahmed Khan has explained how to display Current Time in 12 hour format (AM / PM) and 24 hour format with Hours Minutes, Seconds (hh:mm:ss) using JavaScript. The 12 hour time will be...
View ArticlejQuery UpdatePanel Conflicts: jQuery and ASP.Net AJAX UpdatePanel...
Here Mudassar Ahmed Khan has provided solution for the jQuery UpdatePanel Conflicts i.e. how to solve the issue of jQuery not working with ASP.Net AJAX UpdatePanel Asynchronous PostBack.
View ArticleCall JavaScript function after AJAX UpdatePanel Refresh (Partial PostBack) in...
Here Mudassar Ahmed Khan has explained how to call JavaScript function after AJAX UpdatePanel Refresh or Partial PostBack (Asynchronous request) in ASP.Net. In order to call JavaScript function after...
View ArticleASP.Net GridView Hidden Column: Get Hidden Column values using C# and VB.Net
Here Mudassar Ahmed Khan has explained the concept of Hidden Columns in ASP.Net GridView i.e. how to hide a particular column value in GridView and then use it processing in C# and VB.Net. The database...
View ArticleUsing ADO.Net ExecuteScalar method in ASP.Net with examples in C# and VB.Net
Here Mudassar Ahmed Khan has explained with examples how to use ADO.Net SqlCommand ExecuteScalar method in C# and VB.Net while developing ASP.Net, Windows and Console applications. This article covers...
View ArticleUsing ADO.Net ExecuteNonQuery method in ASP.Net with 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 while developing ASP.Net, Windows and Console applications. This article...
View ArticleExecuteNonQuery: Get number of rows affected during Insert, Update and Delete...
Here Mudassar Ahmed Khan has explained how to get number of rows affected during Insert, Update or Delete operations with ADO.Net SqlCommand ExecuteNonQuery method in C# and VB.Net. This article...
View ArticleGet Scalar value returned from Stored Procedure using ExecuteScalar method in...
Here Mudassar Ahmed Khan has explained how to get scalar value return from a Stored Procedure in ADO.Net using ExecuteScalar method of the SqlCommand class in C# and VB.Net. SqlCommand ExecuteScalar is...
View ArticleBind (Display) images in DataList from folder in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to bind and display images in DataList from folder in ASP.Net using C# and VB.Net. The images will be uploaded and saved into some folder on disk using...
View Article