|
Home >> ASP.NET code
ASP.NET Datagrid Paging | Version: ASP.NET 1.1 | Author: bhar | Submitted: 12/13/2005 | Views: 48400 | Here is a sample code for ASP.NET DataGrid paging.
|
Msgbox for ASP.Net | Version: ASP.NET 1.1 | Author: ASPSoft | Submitted: 11/21/2005 | Views: 87231 | 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 based | Version: ASP.NET 1.1 | Author: Zainul | Submitted: 11/18/2005 | Downloads: 8316 | 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 Tip | Version: ASP.NET 1.1 | Author: Zainul | Submitted: 11/14/2005 | Downloads: 6640 | 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.NET | Version: ASP.NET 1.1 | Author: IP2Location.com | Submitted: 10/26/2005 | Downloads: 9885 | 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>> |
Bind a DropdownList | Version: ASP.NET 1.1 | Author: Vimal Lakhera | Submitted: 9/24/2005 | Views: 18167 | /// 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 exists | Version: ASP.NET 1.1 | Author: Vimal Lakhera | Submitted: 9/17/2005 | Views: 8356 | 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 Image | Version: ASP.NET 1.1 | Author: Vimal Lakhera | Submitted: 9/17/2005 | Views: 12423 | 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
|
|