sama rr

sama rr

  • NA
  • 12
  • 4k

textbox value read from sql table name coloum

Apr 19 2014 7:02 AM
read data from sql

i have sql table like below

sno    name       mobile  
1        raju        9014494876
2        vamshi    9346352389


i want o/p like below in csharp code

i have two texboxs
textbox1 ,textox2

i want read name from sql table display first text box read ""raju"' and second textbox "vamshi"

o/p ...

raju
vamshi

Answers (3)