ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  C Sharp
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How to print labels in windows form in C# .net
 Question Submitted By :: Omkar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How to print labels in windows form in C# .net
Answer
# 1
like if we want to print label1 msg than syntax for it
label1.Text="anything";
 
Is This Answer Correct ?    13 Yes 3 No
Vijay Lathiya
 
  Re: How to print labels in windows form in C# .net
Answer
# 2
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 ?    1 Yes 5 No
Gyana
 
 
 
  Re: How to print labels in windows form in C# .net
Answer
# 3
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 ?    1 Yes 0 No
Gyana
 
  Re: How to print labels in windows form in C# .net
Answer
# 4
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 ?    1 Yes 1 No
Satish
 

 
 
 
Other C Sharp Interview Questions
 
  Question Asked @ Answers
 
What does virtual keyword mean ? TCS2
what is bubbled event ? give suitable example in code vice with demo  1
When a new instance of a type is created, what is the type of method implicitly called?  2
What is the difference between Hash Table and Arrays?  5
What are properties and indexer? TCS2
what does static void Main(string[] args) in C# mean???????? ssinformatics3
What does assert() do?  1
I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;  1
Can we create instance for Abstract class? HCL13
What is overloading and how can this be done ? MMTS3
what is an internal specifier? what happens internally when I use access specifier Internal ? rsystems4
What statements can enclose a "continue" statement?  3
Where is the output of TextWriterTraceListener redirected?  1
how to access the virtual method without creating the objet for the virtual method?  1
In a stored procedure 4 select stmts there.If error comes in one select stmt will remaining normally executes? Microsoft4
How you will connect to windows directory in c#? HP2
Are private class-level variables inherited?  2
How can you sort the elements of the array in descending order? Junosource1
What are Generics? TCS4
What?s the .NET datatype that allows the retrieval of data by a unique key?  2
 
For more C Sharp Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com