Hi all,
I have been assigned a project in which i have to create a dynamic website for a college. Here i have to do a lot of insertion, updation and deletion work using database and sql commands. I don't want to use the regular insertion , deletion etc type of commands, however I want to design a name value collection which can accept table names as keys and the values to be inserted as corresponding values to that key.
for eg - namevaluecollection nvc = new namevaluecollection();
nvc.add = ("customer" , "23", "Taresh", "Hello");
something like this in which customers is a table and the rest of strings are values that needed to be inserted in table.
Can anyone suggest me is dis possible ??? and how ????
Regards,
Taresh Uppal
...
Go to the complete details ...