selvakumar_82
Member
- Joined
- Nov 29, 2005
- Messages
- 6
- Programming Experience
- Beginner
Hi Friends,
I have 3 textboxes in a row 3 columns.
i want to insert all these values dynamically,instead of writing each textboxes values in a query .
cmd = New SqlCommand("Insert into Exchange_details values ('" & Invoice_No.Text & "','" & txtsno1.Text & "','" & txtfcamt5.Text & "','" & localrate5.Text & "',)", con)
each values are different datatypes.
I have created txtsno1,txtsno2,txtsno3 textboxes like these , i have to pass these values in a run time
any valuable suggestion really useful for me
Thanx and Regard
Selva.R
I have 3 textboxes in a row 3 columns.
i want to insert all these values dynamically,instead of writing each textboxes values in a query .
cmd = New SqlCommand("Insert into Exchange_details values ('" & Invoice_No.Text & "','" & txtsno1.Text & "','" & txtfcamt5.Text & "','" & localrate5.Text & "',)", con)
each values are different datatypes.
I have created txtsno1,txtsno2,txtsno3 textboxes like these , i have to pass these values in a run time
any valuable suggestion really useful for me
Thanx and Regard
Selva.R