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 difference between .net and c#?
What is class method?
Explain manifest & metadata in c#.
What is dynamic dispatch?
What is the reason behind the invention of c#?
What is orm in c#?
What will a loop recorder show?
What is namespace in oop?
Can you pass value types by reference to a method?
What is the differences between datagrid, datalist and repeater in .net?
What are the properties of c#?
What is the use of 'using' statement in c#?
Are all methods virtual in c#?
What is data set in c#?
Are value types sealed?