3
Answers

READ TABLE VALUES TO DISPLAY IN TEXTBOX

JAYRAM

JAYRAM

12y
2.1k
1
read table and display in text box

EMP Table AS Follows;

EMPID EMPNAME EMPADD EMPMOBILE EMPSALARY
1            Raj      HYD         90123456    5000
2             Ram      XXX        14567         6788


from the above EMP Table i wan the output as follows


Raj hyd  90123456  5000 (TEXTBOX )
WRITE THE CODE PLZ
Answers (3)