amit varma

amit varma

  • NA
  • 66
  • 11.3k

Get data into textbox using store procedure in LINQ

Feb 11 2016 8:41 AM
 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)