| Home : Programming : ASP |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
ASP Listings
|
|
Total:
73 | Displaying: 31 - 40 | Pages: << 1 2 3 4 5 6 7 8 >> |
|
|
|
One of the most powerful server controls in ASP.NET is no doubt the DataGrid control. The DataGrid control is a multi-column, data-bound ASP.NET server control. Using the DataGrid control, you can display records from a database using a variety of formats. You can also edit, update, and delete records from the database using the DataGrid control. In this first part of the ASP.NET server controls series, I will show you how to use the DataGrid control to...
Updated: 03/13/2005
|
|
|
There is a way to direct the html produced from an ASP page to Word document instead of displaying it in standard browser and in order to do that you have to change the content type of the server response. Put the following line on the top of your ASP page: <% Response.ContentType = "application/vnd.ms-word" %> When you access this ASP page from your browser a Word document will be opened inside of the browser and all the content generated by the ASP page will appear in this document....
Updated: 03/13/2005
|
|
|
ASP and MySQL are designed and distributed with completely different rationale, not to mention by two very different companies. But there is a good chance that you may want these two technologies for your dynamic application, in which case you need them to 'talk' to each other. One major obstacle to this could be that they differ in their handling of dates and times. This article will show you two functions you can implement to allow them to communicate peacefully,...
Updated: 03/13/2005
|
|
|
Technology Toolbox: ASP.NET A SP.NET 2.0 can reduce the number of lines of code an ASP.NET application requires by a whopping 70 percent. ASP.NET 2.0's new data source controls and data-aware controls go a long way towards producing this result. It shows you how to harness the new features in your own applications. ASP.NET 1.0 lacked a declarative model for binding data to data-aware controls such as DataGrid, DataList, and Repeater. ASP.NET 2.0 fixes this with...
Updated: 03/13/2005
|
|
|
The first-ever ASP.NET Developer Conference & Expo in San Jose, CA. We'd like to take this opportunity to thank all of the attendees for participating and to give those of you who couldn't attend a taste of what you missed. The conference was held at the DoubleTree Hotel in San Jose, California and was hosted by 4GuysFromRolla, 15 Seconds, ASPWire, and ASP 101 (us!). We had a great set of speakers including some of the leading...
Updated: 03/13/2005
|
|
|
Printer Friendly Version If you want to use the ADO constants in your ASP pages without forcing IIS to process the adovbs.inc file on every page, then include the appropriate METADATA tag at the top of your global.asa file. You can then eliminate the need for adovbs. ADO 2.6...
Updated: 03/13/2005
|
|
|
In an ASP.NET application, you can move between Web Forms in a variety of ways: with hyperlinks, with Response.Redirect , with Server.Transfer , or with Server.Execute . In this article, I will take a look at these various navigation methods and help you choose the appropriate one for your application. Hyperlinks The simplest possible way to navigate from one Web Form to another is with an HTML hyperlink control. On a Web Form, that might look like this:...
Updated: 03/13/2005
|
|
|
ASP and Flash? How? Macromedia's Flash and Microsoft's Active Server Pages technologies are two products with an extremely heavy impact on the world of web site development. Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML content on the fly. Hopefully, by the time you're done skimming this article, you'll be confident enough to use ASP in the creation of zippy, vector-based...
Updated: 03/08/2005
|
|
|
Many people are more conscious of what they eat than ever before. (I count myself as a member of that club). The biggest challenge faced by many in the quest for a healthier lifestyle is the ubiquitous lack of time excuse. To help out, I have created a simple WAP application that allows for one to search for different foods and get related nutritional information, based on data from the American Diabetes Association . In this article, I ll go over the creation of the...
Updated: 03/08/2005
|
|
|
Adding a few flash games to your site is always a great way to get visitors to stay on your site a bit longer and even keep them coming back. It s well known that one of the best ways to keep visitors coming back is interactivity. So why not let your visitors battle it out between each other? Why use a scoreboard? The problem with games by themselves is that they are limited in their interactivity; once you have competed a game, it is done there is nothing more to do....
Updated: 03/08/2005
|
|
|
ASP Listings
|
|
Total:
73 | Displaying: 31 - 40 | Pages: << 1 2 3 4 5 6 7 8 >> |
|
|