I would like to announce the first open source application/control I have posted at 
http://TripleASP.Net, the TripleASP TableEditor control. (please note, this is not the 
same control as the user control I posted a couple of months back)

The control, overview, samples and more can be found at: 
http://TripleASP.Net/TableEditor.aspx

The TableEditor control builds onto the datagrid control that ships with ASP.Net. The 
key function of the TableEditor control is to allow the user to edit almost any Sql 
Server table with just one line of code.
<TAN:TableEditor ConfigConnectionString="MyConn" Table="MyContacts" Runat="Server" />
Key Features
- Dynamically built data entry forms (a vertical form, including larger textboxes for 
larger text columns)
- Instant Editing of almost any SqlServer Table
- Parameterized update queries (typed)
- Validates by type, size, nullable, etc
- Allows deleting of rows
- Allows adding new rows
- Built in paging
- Custom Designer support which list values of the TableEditor's custom properties 
(VS.Net Only!)
- FREE
- Source Code Included

Regards,
Scott
-------------------
Scott Watermasysk
[EMAIL PROTECTED]
TripleASP.Net
ASP.Net Information You Can Really Reuse!
http://TripleASP.Net
NJ .Net UserGroup: http://NJDNUG.org

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to