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

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 Article


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


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

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

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


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

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

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


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


Delete (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 Article

Display (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 Article

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

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


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

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


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

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


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

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

Populate (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
Browsing all 4727 articles
Browse latest View live