iam using textbox1,textbo x2,textbox3 for Empid,Ename,Esa lary and iam upadting the data using update button for that im using stored procedure for updating ename esalary and the problem is some times i dont want to update the Ename but i wrote the stored procedure for updating both ename and esalary as well....when iam leaving the textbox2 as empty iam getting the errors so how can i modify my stored procedure with if statement for accepting the previous values also if i laeve textbox as empty
How to update the data using stored procedures code?
Collapse
X
Comment