ASP.Net GridView AutoGenerateDeleteButton with Delete Confirmation example
Here Mudassar Ahmed Khan has explained with an example, how to use the AutoGenerateDeleteButton property in ASP.Net GridView with AutoGenerateColumns property set to true using C# and VB.Net. This...
View ArticleMake Column (Cell) non editable (ReadOnly) in ASP.Net GridView with...
Here Mudassar Ahmed Khan has explained with an example, how to make a Column (Cell) non editable (ReadOnly) in ASP.Net GridView set with AutoGenerateColumns property to true using C# and VB.Net.
View ArticleDetect Session Timeout and redirect to Login Page in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to detect Session Timeout and redirect to Login Page in ASP.Net using C# and VB.Net.
View ArticleRepeat Task every N interval using Windows Service in C# and VB.Net
Here Mudassar Ahmed Khan has explained how to build a simple Windows Service that repeats a Task periodically at N intervals and as well as once a day at specific (certain) time of day using C# and...
View ArticleFind and get value of TextBox and DropDownList inside GridView 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 ArticleDisplay AJAX UpdateProgress in ModalPopupExtender Modal Popup style in ASP.Net
Here Mudassar Ahmed Khan has explained how to show ASP.Net AJAX UpdateProgress in ASP.Net AJAX ModalPopupExtender Modal Popup style. Just like the ASP.Net AJAX ModalPopupExtender Modal Popup, the...
View ArticleASP.Net Multilingual website: Support and display Multiple Languages (English...
Here Mudassar Ahmed Khan has explained with an example, how to create a multilingual website in ASP.Net using Globalization and Localization i.e. a website that supports and displays multiple languages...
View ArticleAutomatically detect Browser Language and Culture in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to automatically detect Browser Language and Culture in ASP.Net using C# and VB.Net. Once the Browser Language and Culture is detected, the...
View ArticleDelete all rows from Table except First (Header) row using JavaScript and jQuery
Here Mudassar Ahmed Khan has explained with an example, how to delete (remove) all rows from an HTML Table except First (Header) row using JavaScript and jQuery.
View ArticleDelete (Remove) all rows from Table except First and Second row using...
Here Mudassar Ahmed Khan has explained with an example, how to delete (remove) all rows from an HTML Table except First and Second row using JavaScript and jQuery.
View ArticleDisplay (Show) Current Server Time using JavaScript in ASP.Net
Here Mudassar Ahmed Khan has explained how to display (show) Current Server Time using JavaScript in ASP.Net The Current Server Time will be displayed by calling a JavaScript function from Code Behind...
View ArticleGet Current Location Latitude and Longitude using JavaScript and HTML5
Here Mudassar Ahmed Khan has explained with an example, how to use the HTML5 GeoLocation API in browsers that support HTML5 GeoLocation feature and determine the current location i.e. Latitude and...
View ArticleImplement Mutually Exclusive CheckBoxList (CheckBoxes) inside GridView in...
Here Mudassar Ahmed Khan has explained with an example, how to implement mutually exclusive CheckBoxList (CheckBoxes) inside GridView in ASP.Net using JavaScript and jQuery. Mutually exclusive...
View ArticleCheck whether a CheckBox is checked or not using JavaScript and jQuery
Here Mudassar Ahmed Khan has explained with an example, how to check whether a CheckBox is checked (selected) or not selected (unchecked) using JavaScript and jQuery.
View ArticleGoogle Maps API V3: Find GPS Coordinates from Address using JavaScript
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to find GPS Coordinates i.e. Latitude and Longitude for a given location using its address by making use of Google...
View ArticleShow Hide DIV with TextBox based on DropDownList Selected Value (Selection)...
Here Mudassar Ahmed Khan has explained with an example, how to show and hide HTML DIV with TextBox based on DropDownList (HTML SELECT) selected value (selection) using JavaScript and jQuery. When an...
View ArticleASP.Net Menu control: Change color of selected item depending on selection
Here Mudassar Ahmed Khan has explained how to change color of selected item depending on selection in ASP.Net Menu control.
View ArticleAccess and Use HttpContext.Current in WCF Service in ASP.Net
Here Mudassar Ahmed Khan has explained how to access and use HttpContext.Current in WCF Service in ASP.Net using C# and VB.Net. When HttpContext.Current is used in a WCF Service in ASP.Net, the value...
View ArticleASP.Net WCF: The service cannot be activated because it does not support...
Here Mudassar Ahmed Khan has explained how to solve the following error in ASP.Net WCF Service when aspNetCompatibilityEnabled attribute is set to true in Web.Config file. The service cannot be...
View ArticlePopulate (Bind) DataGridView using DataReader in Windows Forms (WinForms)...
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) DataGridView using DataReader (SqlDataReader) in Windows Forms (WinForms) Application using C# and VB.Net. Windows Forms...
View Article