Hello guys,
i want Get data into textbox using store procedure
var q = objcontext.sploadloandata(comboBox1.Text);
txtcustname.Text = "what to do here";
txtaddress.Text = "what to do here";
txtmobile.Text = "what to do here";
txtemailid.Text = "what to do here";
take this screen shot : https://goo.gl/4U0u2Y
Praveen DhatrikaPosted Feb 11, 2016, 1:14 PM
amit varmaPosted Feb 11, 2016, 12:58 PM
Praveen DhatrikaPosted Feb 11, 2016, 12:47 PM
check this as answer, if it helped you.. Thanks :)
amit varmaPosted Feb 11, 2016, 12:41 PM
I find the correct solution... please check this....
First of all replace the query that i had write
Now, i get all the data into the textbox
Praveen DhatrikaPosted Feb 11, 2016, 12:38 PM
amit varmaPosted Feb 11, 2016, 11:58 AM
Praveen DhatrikaPosted Feb 11, 2016, 11:55 AM