Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to print labels in windows form in C# .net

Answers were Sorted based on User's Feedback



How to print labels in windows form in C# .net..

Answer / vijay lathiya

like if we want to print label1 msg than syntax for it
label1.Text="anything";

Is This Answer Correct ?    21 Yes 9 No

How to print labels in windows form in C# .net..

Answer / gyana

We have to just drag the label from the toolbox and drop it
on the windows form in c# toprint label.

Is This Answer Correct ?    4 Yes 2 No

How to print labels in windows form in C# .net..

Answer / tabrez ahmed

we can print labels by using LABEL1.TEXT="WELCOME"

Is This Answer Correct ?    0 Yes 0 No

How to print labels in windows form in C# .net..

Answer / 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

How to print labels in windows form in C# .net..

Answer / gyana

We have to just drag the label from the toolbox and drop it
on the windows form in c# toprint label.

Is This Answer Correct ?    5 Yes 10 No

Post New Answer

More C Sharp Interview Questions

What is selector c#?

0 Answers  


Write a syntax for writing a event delegate.

0 Answers  


how to access the virtual method without creating the objet for the virtual method?

1 Answers  


Is lazy t thread safe?

0 Answers  


What is type checking in c#?

0 Answers  


What is session state in asp net c# with example?

0 Answers  


What is a system lock?

0 Answers   KEN Group, Wipro,


What is the default value of boolean variable?

0 Answers  


how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.

1 Answers  


What is Assembly. and Describe type of assembly. why most developer happy with private assembly.

0 Answers   MCN Solutions,


What is the solution if you need to manipulate sets of items?

0 Answers  


What is array formula?

0 Answers  


Categories