webWebPoll in C# is implemented as a User Control in a Vs.Net Beta2 project. The database behind the control is SQL Server, but it could easily be moved...
This article revolves around being plain lazy. When it comes to creating Form code based on some database table, I hate it! This code sample goes along ...
asp.net|request|解答|问题Migrating to ASP .NET: Key Considerations br Jim Kieley br Microsoft Corporation br July 2001 br Summary: This article explores ...
asp.netAuthorization br Once your users have been authenticated, you can focus on authorizing what resources you would like them to have access to. The f...
asp.netFigure 2.6 br Output of Listing 2.1.8 when viewed through a browser. br br The code in Listing 2.1.8 begins by creating three ArrayList collectio...
testform.cs br ------------------------------------------------------------ br using System; br using System.Drawing; br using System.Collections; br usi...
asp.netFigure 2.7 br Output of Listing 2.2.1 when viewed through a browser. br br When working with the various file system classes, it is often handy t...
asp.net|优化Performance Tuning TipsAny programming model has its common performance pitfalls, and ASP.NET is no exception. This section describes some of...
asp.netThis code was written in response to a message posted on one of Charles Carrolls ASP.NET lists. You can sign up for one or all of the lists here. ...
asp.net|优化Do not rely on exceptions in your code: Exceptions are very expensive and should rarely occur in your code. You should never use exceptions a...
asp.net|xmlTransforming an XML document using XSL/T and outputting the results to the browser is a fairly simple task in ASP.NET. The following user cont...
ASP.NET offers a powerful way to render information from a database or XML file: Databinding. However, sometimes you need to be able to perform the datab...
using System; br using System.Collections; br using System.ComponentModel; br using System.Data; br using System.Data.SqlClient; br using System.Drawing;...
asp.net|程序|聊天室Introduction: br In its new avatar, ASP has undergone a metamorphosis. It is no longer confined to simple server-side scripting. It is...
上传Allowing Users to Upload Multiple Files at Oncehttp://www.dotnetjunkies.com/images/trans.gif br Summary: This article demonstrates how to allow user...
asp.net|request|变量Web form pages are HTTP-Based, they are stateless, which means they don’t know whether the requests are all from the same client, an...
datagrid|perlCreating a Popup Window Details Grid in a DataGrid br This articles topic came from the suggestion of a true DotNetJunkie. He originally s...