hello
I want to create a page,where there will be a gridview,with 2 columns.
1st column will have Numbers..1,2,3,4,5........as much as user want.
next column is where people will insert data,say a,b,c,d,e,f,g.....
After pressing the button,
1,a 2,b 3,c ....all these wil be inserted in database rows.
can somebody please help me ,how to do this.
Also how to write stored procedure for this insert statement,means do I have to use xml,oe is it possible to so without using xml....
I dont know how to use xml .
I am using sql server 2005 n visual studio 2008
thank you