Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> ASP.NET code

ASP.NET Datagrid PagingVersion: ASP.NET 1.1
Author: bharSubmitted: 12/13/2005Views: 48544
Here is a sample code for ASP.NET DataGrid paging.

Msgbox for ASP.NetVersion: ASP.NET 1.1
Author: ASPSoftSubmitted: 11/21/2005Views: 87425
Msgbox function for ASP.Net. Call this function from the server side, and a msgbox will appear on the client browser. As a bonus, the msgbox javascript is added after the rest of the form, so the browser displays the html for the page and then the msgbo ...more>>

Web Page Data Validation - Tool tip basedVersion: ASP.NET 1.1
Author: ZainulSubmitted: 11/18/2005Downloads: 8398
The objective is to display all the help and error messages at the same time, save unnecessary trip to server and add no additional control or occupy space on page to display the error message.

Display Help and Error Message in Tool TipVersion: ASP.NET 1.1
Author: ZainulSubmitted: 11/14/2005Downloads: 6712
The objective is to display all the error messages at the same time, save unnecessary trip to server and add no additional control or occupy space on page to display the error message.

IP Address to Country City ISP & Domain in ASP.NETVersion: ASP.NET 1.1
Author: IP2Location.comSubmitted: 10/26/2005Downloads: 9982
This is ASP.NET script to enable lookup of country, region, city, latitude, longitude, ISP and domain name from IP address by using IP2Location database. Free sample database available at http://www.ip2location.com. The script supports several databas ...more>>

Manage Parent-Child Winodw and return valueVersion: ASP.NET 1.1
Author: ZainulSubmitted: 10/12/2005Downloads: 8043
Manage Parent-Child Window and return value from Child popup Window and refresh parent (for IE,NS.FF)

Creating CSv file from databaseVersion: ASP.NET 1.1
Author: Vimal LakheraSubmitted: 9/24/2005Views: 21667
Creating CSv file from database. Code is in C#.

Bind a DropdownList Version: ASP.NET 1.1
Author: Vimal LakheraSubmitted: 9/24/2005Views: 18309
/// This function is used to bind a DropdownList /// /// Query to get DropDown value /// Text to be displayed /// Value Part of dropdown /// ...more>>

Check whether a specific value existsVersion: ASP.NET 1.1
Author: Vimal LakheraSubmitted: 9/17/2005Views: 8498
Check whether a specific value exists. Code is in C#. /// /// This function is used to check whether a specific value exist or not in a database /// Or It check for Duplicate values /// /// FieldName o ...more>>

Used to Create Thumb of a given ImageVersion: ASP.NET 1.1
Author: Vimal LakheraSubmitted: 9/17/2005Views: 12606
Used to Create Thumb of a given Image. Code is in C#. /// /// Used to Create Thumb of a given Image /// /// Location of a given Image /// Location to save Thumb Image ...more>>

<< Previous  Page 8 of  11  Next >>

Go to page: 8  9  10  11