Hello Everyone, I want to develop one class which has three function for Insert,Update,Delete. But I want to use stored procedure. class file with sqlcommand and parameters Parameter comes automatically take a key and value.
Now in code behind i just want to pass the name of stored proedure and controls only. All the parameters will take automatically with their datatype. So in any form i can use insert ,update,delete with any table. Thanks in advance. -- Hozefa Unwala
