|
Home >> ASP.NET code
Create Dynamic Header Footer with XML | Version: ASP.NET 1.1 | Author: Ajay Shukla | Submitted: 1/8/2005 | Downloads: 8547 | There are various approaches for creating header and footer for a site.
Most of the time there is a mode of creating a static menu for header and footer. Time comes when looking at the same menu over and over again bores a user or at least the client. ...more>> |
Execute Web Service | Version: ASP.NET 1.0 | Author: Michael Clark | Submitted: 12/10/2004 | Views: 21293 | This vb.net script allows you to run a web service programmatically without having to use 'Add Web Reference' you simply instantiate a class and tell it what method you want to run along with passing it the required arguments. Great for generic web servic ...more>> |
Passing Parameters in ASP.NET | Version: ASP.NET 1.0 | Author: Gigasoft | Submitted: 7/23/2004 | Views: 75663 | I'm frequently asked how to pass parameters from one page to another page in ASP.NET.
This is a beginner's question and every ASP.NET developer should master this concept. So if you don't already know the answer, then definitely read on...
I get as ...more>> |
ASP.NET DatePicker | Version: ASP.NET 1.0 | Author: Burhan Yang | Submitted: 6/29/2004 | Downloads: 13856 | ASP.NET Date Picker. Features: Lightweight client side handler, support various date format, custom date separator, custom textbox, on-the-fly calendar creation.
|
Assign a strong name to .NET assembly | Version: ASP.NET 1.0 | Author: David Oldham | Submitted: 2/4/2004 | Downloads: 9146 | This zip file contains a video tutorial on how to assign a strong name to your .NET assembly. Why read my code when you can watch my video. Be sure to check out our site for more videos.
|
ASP.NET Search Engine Module | Version: ASP.NET 1.0 | Author: Stevan Rodrigues | Submitted: 2/4/2004 | Downloads: 18663 | The Search Engine module will search an entire page also dynamic pages for matching keyword(s) or a phrase and will count how many times the keyword(s)or phrase are found on the page, and display the results with the highest matches first. The module will ...more>> |
Nested Datagrid and XML | Version: ASP.NET 1.0 | Author: Xun Ding | Submitted: 8/23/2003 | Downloads: 14970 | Written in ASP.NET, this code demonstrates how to use two nested datagrid to display two tables with parent/child relationship in one dataset.
It also demonstrates how to write the nested relationship of two tables into an xml file. The default databa ...more>> |
Display a SQL row vertically (ASP.NET) | Version: ASP.NET 1.0 | Author: xun ding | Submitted: 8/11/2003 | Downloads: 13116 | Sometimes when a database table has too many fields, you may wish to display the rows vertically and columns horizontally. This simple asp .net code just does that. Using server-side table control, programming rows and cells on the fly.
| << Previous Page 10 of 11 Next >>Go to page: 10 11
|
|