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 threading in c# with example?
What is cookies c#?
What are the string functions in c#?
Explain dataadapter.update method in .net?
Can non-default constructors be used with single call sao?
in object oriented programming, how would you describe encapsulation?
Define encapsulation?
What does public mean in c#?
Where are value types stored in c#?
what is the Difference between the public and private ?
Is functional interface runnable?
Can destructors have access modifiers?
What is null in database?
What is different between Static Constructor and Private Constructor?
What does writeline mean?