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
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How can i load the text box and label at the runtime based 
on the existing text box and tabel
 Question Submitted By :: Muralimoorthi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How can i load the text box and label at the runtime based on the existing text box and tabel
Answer
# 1
Generally code goes like this
private void LoadControl()
        {
            TextBox tb = new TextBox();
            tb.Location = new Point(500, 100);
            tb.Visible = true;
            this.Controls.Add(tb); 
        }
 
Is This Answer Correct ?    0 Yes 0 No
Anil
 

 
 
 
Other C Sharp Interview Questions
 
  Question Asked @ Answers
 
How?s the DLL Hell problem solved in .NET?  2
How do you generate documentation from the C# file commented properly with a command-line compiler?  1
What does assert() do?  1
How do you inherit from a class in C#? Visual-Soft2
If we inherit a class do the private variables also get inherited ? TCS1
interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?  3
What is indexers in C# Bodhtree1
Tell me something about Exceptions. What is the common exception class? HCL4
how can i display crystal report in button_click? am working with VS2005..........plz help me  1
Why is it a bad idea to throw your own exceptions?  2
What?s the difference between System.String and System.StringBuilder classes?  1
WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?  2
Explain ACID rule of thumb for transactions.  1
can u tell me any one steps for creatting sn.k  2
What is Dispose method in .NET ? TCS2
How to throw an caught exception from cath block? TCS3
Can we have the method in drived class with the same name which is there in base class? TCS5
what is the difference between interface and abstraction? Choice-Solutions3
What?s a multicast delegate? Visual-Soft2
how to use caching in our program. why we use it give one example in code  1
 
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