Advice Needed on Development of ConnectionWizard Custom Control
Posted
by SidC
on Stack Overflow
See other posts from Stack Overflow
or by SidC
Published on 2010-05-19T22:26:23Z
Indexed on
2010/05/19
22:30 UTC
Read the original article
Hit count: 204
I have the need for an ASP.NET custom server control that will check the web.config file for a connectionstring name, prompt the user to create said connectionstring if not present, and execute create table stored procedures using the connection. This control will be embedded into a webpart for use in a WSS3.0 solution.
Can anyone suggest some good tutorials on creating this type of control - specifically addressing use of connectionstrings? What methods/classes do I need to setup? Should I use the p&p data application block for this project?
Thanks, Sid
© Stack Overflow or respective owner