Click here to Skip to main content
15,896,557 members

how to split string.

Revision 1
cmd.Parameters.AddWithValue("@Account_No", txtaccount1.Text + "-" + txtaccount2.Text);
// 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: