| Home : Programming : ASP.NET |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
ASP.NET Listings
|
|
Total:
187 | Displaying: 81 - 90 | Pages: << 1 2 3 4 5 6 7 8 9 10 >> |
|
|
|
In this article, I'm going to talk about a simple ASP.NET application I recently created for the Slovak parliament. The application allows browsing and displaying transcripts of parliamentary debates. The transcripts are stored as plain text files. Each text file contains transcript for a given time frame, which is encoded in the file's name. All the text files are stored in a single file system folder. How the debate's audio records get transcripted and how the text files make their way into the folder is not important for this discussion.
Updated: 05/13/2005
|
|
|
The PageUtil class has a static method SetInitialFocus(control) which can be used to generate a JavaScript for an ASP.NET page (WebForm), which sets the focus on a (given) control.
Updated: 05/13/2005
|
|
|
Microsoft has released a patch that is meant to help protect against a reported vulnerability in ASP.NET. It's recommended that ASP.NET users either install the patch or implement the previously-published workaround to prevent unauthorized Web site visitors from viewing secured content.
Updated: 05/13/2005
|
|
|
In this part, we will take a look at one of the new features in IIS 6.0, named Application Pool, and demonstrate the use of application pools in isolating ASP.NET Web applications, thereby increasing the reliability of your ASP.NET Web applications. Then, we also will explore how these application pools affect ASP.NET applications in terms of the identity that is used to run your ASP.NET applications. Along the way, we will also look at the steps to be followed for creating application pools and assigning ASP.NET applications to run under a specific application pool. Finally, we will illustrate how to configure an application pool to run using the credentials of a specific user account.
Updated: 05/13/2005
|
|
|
Server Control Accessibility Enhancements in ASP.NET 2.0 .In this article (which is divided into two parts), I\'ll demonstrate the main changes to the server controls provided with ASP.NET in comparison to those in ASP.NET 1.x, concentrating almost solely on accessibility issues. I've provided four example pages that you can experiment with and that show the various new controls and properties in use
Updated: 05/13/2005
|
|
|
Authentication is a critical aspect of Web development. Developers are always on the lookout for easier ways to implement an effective authentication system on their Web pages. With ASP.NET 1.1, developers have to write lengthy code to authenticate users from a database. They also can validate user credentials using an XML file, but that is not a secure solution. Moreover, Visual Studio .NET 2003 doesn\'t provide any built-in controls for performing authentication functionalities.
Updated: 05/13/2005
|
|
|
Despite all of Microsoft\'s best efforts to make ASP and ASP.NET coexist effortlessly, one area remains a stumbling block... session state. Fortunately the advantages of ASP.NET's upgraded session state management far outweigh the inconvenience of not being able to pass "Classic" session information to .NET. Unfortunately there is no simple solution; the most I can offer is an easy to implement workaround.
Updated: 05/13/2005
|
|
|
In part one of this article, we saw how to deploy an ASP.NET Web application using different deployment mechanisms such as XCOPY, Copy Project option in Visual Studio .NET, and Visual Studio .NET Web Setup project. In this installment, we will see how to create sophisticated Windows installers by leveraging the features provided by the Visual Studio .NET Web Setup project. We will also see how to take advantage of the different setup editors that are part of the Visual Studio .NET Web Setup Project template.
Updated: 05/13/2005
|
|
|
Introduction.This Fall\'s ASP.NET Connections was originally scheduled for September 18-21, 2001, in Orlando, Florida. Because of the national tragedy that occurred immediately before the intended date, they were forced to reschedule the show. The announcement from their website follows. Because of the recent tragic events, we have decided to cancel the Microsoft® ASP.NET Connections, VB Connections and Visual C++/C# Connections shows scheduled for September 18-21, 2001, in Orlando, Florida. We will be rescheduling the conferences to Sunday, September 30 through Wednesday, October 3, in Scottsdale, Arizona.
Updated: 05/13/2005
|
|
|
Being a professional developer for a living (or should I have said, "living to be a professional developer?\"), as I continue to hone and sell my skills in ASP.NET and the .NET platform to willing buyers, there remains one particular area that I've determined to continue to focus on: ASP.NET Server Controls. (For some background on this quest, see my book review on the Wrox book on Server Controls, which review is now almost nine months old as I write. There are now other, newer books on this subject.)
Updated: 05/13/2005
|
|
|
ASP.NET Listings
|
|
Total:
187 | Displaying: 81 - 90 | Pages: << 1 2 3 4 5 6 7 8 9 10 >> |
|
|