Generic DataBase Tool

  • Thread starter Thread starter .Net Newbie
  • Start date Start date
N

.Net Newbie

I'm new to .Net and need to create a generic (free) way to update lookup
tables in SQL Server (using C#) in ASP.Net pages. I found an article at:
http://www.dotnetjunkies.com/Tutorial/0C968B48-44E8-4637-9F19-8490B0429881.dcik
which explains how this can be done but does not supply enough example code
my newbie self to go through in detail where I understand it. So, does
anyone have some example code I could use to accomplish this or know where I
can find something to get me started?

Thanks,
Jeff
 
Try a search on sourceforge.com. It is an open source community that may
have what you are looking for. On www.gotdotnet.com, there are also user
projects you can search.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
 
Back
Top