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 selector c#?
Why we need get set property in c#?
What are the examples of data types?
Can bool be null c#?
What are the string functions in c#?
Why we use anonymous methods in c#?
What is int32?
What is better C# or VB.NET?
can you declare an override method to be static if the original method is not static?
What is iformatprovider in c#?
Name some string escape sequences in c#.
Define collections?
Structs are not reference types. Can structs have constructors?
Difference between abstract classes and interfaces
What is managed code?