7
Reply

Get data into textbox using store procedure in LINQ

Ask a question
amit varma

amit varma

8y
414
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)