ASP Subcategories |
Hiding Your ASP Code |
| ASP | Views: 1 | |
| I often get questions along the lines of "How can I keep people from changing the ASP code I write?" Well with components it's easy... just don't give them the source code. With scripting languages like ASP it's not quite so simple, but it can be done |
ASP.NET:"Paged" DropDownList |
| ASP | Views: 1 | |
| In this article I demonstrate how to develop simple customized DropDownList control that has paging functionality |
Text Editor (WYSIWYG) - Part 1 |
| ASP | Views: 0 | |
| Many individuals have asked in ASP.Net forums how to create a component similar to the RichTextBox control. This article explains how to create your own component |
Debug W2000 Server/ASP/COM Application |
| ASP | Views: 0 | |
| In this article, Matt shows how he debugged W2000 Server/ASP/COM that had a very simple solution, but was very difficult to find |
Deleting data from an ASP.NET DataGrid |
| ASP | Views: 0 | |
| Deleting data from the DataGrid takes some work. Find out how to create a delete button for the DataGrid and how to build a pop-up delete confirmation |
Adding a New Record to the DataGrid |
| ASP | Views: 0 | |
| I've done a lot of reading on ASP.NET since it was ASP+, but only recently got around to actually doing anything with it. I started putting together a page with the DataGrid and was pretty happy with the ease of coding all the functionality it provides. .. |
ViewState: Save and Restore |
| ASP | Views: 0 | |
| ViewState: Save and Restore ViewState and Posted Values after Redirect |
Using Objects in ASP.NET: Part I |
| ASP | Views: 0 | |
| In this article, Craig delves into the use of objects in ASP.NET; covering creation, instantiation, members, and accessibility |
Forms Authentication - Part 1 |
| ASP | Views: 0 | |
| Have you ever wondered how sites authenticate users using forms? This article will explain how to by using ASP.Net and SQL 2000 |
ToString() or Not ToString()? |
| ASP | Views: 0 | |
| ToString() or not ToString()? That is the question. One of the many misconceptions of the .NET framework occurs when a developer adds characters to the end of a string after the string is created, and expects the same concatenation occured in memory. In .. |
An Extensive Examination of the DataGrid Web Control: Part 13 |
| ASP | Views: 0 | |
| This article is the thirteenth piece of a multi-part series on using the DataGrid Web control that will span several months. The ASP.NET DataGrid Web control, which displays database information in an HTML table, is highly versatile. The basics of the Da.. |
ASP.NET Database Count Sample |
| ASP | Views: 0 | |
| There's really not much to say about this one... it's another ASP.NET database sample. It's main purpose is to count the records in a returned result set, but it also illustrates formatting the DataGrid a little bit since I wanted it to match our "Classi.. |
Accessing Caller ID from the Web - Part 3 |
| ASP | Views: 0 | |
| Learn how to configure a proxy class for accessing part two's Web service and build an ASP.NET page to deliver the caller id information to the Web |
Where'd They Come From?: Recording Referrals in ASP |
| ASP | Views: 1 | |
| In this article, Chris shows us how to find out where our visitors are coming from and store this information in our database |
Threading in ASP.NET |
| ASP | Views: 0 | |
| Threading allows .NET developers to give their users the impression that mutiple tasks are executing at the same time. Josh rolls up his sleeves and shows how it's done |
A Reusable Paging Class... and More |
| ASP | Views: 0 | |
| Last week's reusable paging class drew quite a bit of attention so this week we've given it a proper write up with screen shots and everything. We've even improved the code a bit so, if you're using it, be sure to come get the updated zip file |
Streaming Files Efficiently Using HttpHandler and ISAPI |
| ASP | Views: 0 | |
| stream large files to end users. There are many reasons for wanting to do this, most notably though is the desire to take your company's .PDF, .DOC or any other file for that matter and have it secured from prying eyes without using NTFS permissions. Th.. |
Perform server-side updates with ASP using SOAP |
| ASP | Views: 1 | |
| SOAP gives you an easy, flexible way to provide server-side communication in an ASP application. Find out how to leverage SOAP with the XMLHTTP object |
An Extensive Examination of the DataGrid Web Control: Part 12 |
| ASP | Views: 0 | |
| This article is the twelfth piece of a multi-part series on using the DataGrid Web control that will span several months. The ASP.NET DataGrid Web control, which displays database information in an HTML table, is highly versatile. The basics of the DataG.. |
See how easy it is to send e-mail notifications from ASP.NET |
| ASP | Views: 0 | |
| Use the .NET Framework's SMTP classes to get alerts when a 404 error occurs on your site, or anytime to programmatically send e-mail |
|