Answer Posted / satish
for printing a data on a label from database for this u
have to declare a label Label1 in the application and then
declare a datarow for retrieving row data from dataset and
the assign it to the label like this
datarow dr=dataset.tables[0].rows[1];
Label1=dr[0].tostring();
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is a class c#?
What is IL / CIL / MSIL?
Is c# lazy thread safe?
What is tryparse c#?
What can be done with c#?
What is a statement c#?
Is string nullable c#?
What is datatable in c#?
Does c# have primitives?
What are virtual classes in c#?
What is void in c#?
What is equal c#?
What are fields in c#?
Enlist all the components of an ado.net framework?
What is the use of flag in c#?