Click here to Skip to main content
15,867,568 members

how to split string.

Revision 2
C#
cmd.Parameters.AddWithValue("@Account_No", txtaccount1.Text + "-" + txtaccount2.Text);

Here I am inserting data in a column from different text boxes, how to retrieve same data from database in different text boxes ????
Posted 22-Nov-12 5:58am by zeshanazam.
Tags: