7
Answers

Get data into textbox using store procedure in LINQ

amit varma

amit varma

8y
417
1
 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 
 
 
 
 
Answers (7)