Need example code for making an universal table editor...
-
I have just gotten my new assignment; which is to design an universal (generic) table editor in ASP.NET, that fetches data from SQL and is able to CRUD this data. I quess this is a well known area to most experienced ASP.NET developers (I have just started with ASP.NET) so I presume there are solid code examples "out there". I would be most thankful if someone provided a good solid example for the above mentioned. Thanks in advance.
-
I have just gotten my new assignment; which is to design an universal (generic) table editor in ASP.NET, that fetches data from SQL and is able to CRUD this data. I quess this is a well known area to most experienced ASP.NET developers (I have just started with ASP.NET) so I presume there are solid code examples "out there". I would be most thankful if someone provided a good solid example for the above mentioned. Thanks in advance.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
I have spent the entire day googling for the info, found most of it, here are the two best sites with the needed info: http://www.asp.net/data-access/tutorials/creating-a-data-access-layer-cs[^] http://weblogs.asp.net/scottgu/archive/2006/01/15/435498.aspx[^]