hello ,
i have 2 tables in my MySql 2005 database.1st is material_details and 2nd is tbl_category
in material_details i have 6 columns (Make,Series,capacitance,tolerance,material_outing)
in 2nd i have(category_id,category_Name)
i want to take values from users in textboxes and from that values want to generate a sub string.how can i do this..??? code in c#
Abhineet SrivastavaPosted Aug 25, 2014, 3:31 AM
fisrt.tostring().substring(0,3) +"-"+ Second.tostring().substring(0,3) +"-"+.....
like this.....
Sorry not have vs studio right now :(
Rajendra TripathyPosted Aug 27, 2014, 10:40 AM
* Replace textBox1 (name) as per your requirement.
Animesh MishraPosted Aug 25, 2014, 6:28 AM
Animesh MishraPosted Aug 25, 2014, 3:21 AM
Abhineet SrivastavaPosted Aug 24, 2014, 4:26 AM