Hi All,
I am facing a problem using gridview, my problem is that... there is a gridview in which i have textbox , user can input the value into textbox and these values are store in database.. for storing value i am using stored procedure.
Now my problem is that i am sending the value of textbox using loop ( for loop)
if threre is 1000 of row then 1000 times it hits the stored procedure ...is there anothe way to store value of all rows only one hit ?
Thanks