Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
VB.NET - Steps to add a control to a form at run time
ASP.NET
>>
VB.NET FAQs
Next Page »
Steps to add a control to a form at run time.
1. create and initialize a control.
2. provide an id to the control.
3. add the control to the page's control collection.
Example:
Dim abc as new Textbox
abcd.id="txtBox1"
me.controls.add abc
Next Page »
VB.NET - Explain how to retrieve information from the configuration file at run time.
Retrieve information from the configuration file at run time
VB.NET - What do you understand by side-by-site execution of assembly?
What do you understand by side-by-site execution of assembly? - Side by side execution refers to running/execution of different versions of the same assembly at the same time on the same machine.......
VB.NET - How do you create a resource-only assembly?
How do you create a resource-only assembly? - One should create a resource only assembly if you need to update the resources frequently without recompiling the whole solution......
Post your comment
Related Content
ASP.NET - Part 1
ASP.NET - Part 2
ASP.NET - Part 3
ADO.NET Interview Q & A
Advanced ASP.NET Q & A
ADO.NET FAQs
ASP.Net Validation Control
ASP.NET State Management
ASP.NET Caching
ASP.NET Exception Handling
ASP.NET Master Pages
ASP.NET Session State Management
ASP.NET Authentication Authorization
ASP.NET Globalization Localization
.NET Mobile
LINQ
LINQ for experienced
LINQ to SQL
Silverlight - Part 1
Silverlight - Part 2
CSharp - Part 1
CSharp - Part 2
CSharp for Freshers
CSharp Tutorial
CSharp FAQs
VB.NET
VB.NET FAQs
DOT.NET Interview
.NET Remoting
.NET Remoting 2
ASP.Net Tutorial
Follow us
CareerRide on YOUTUBE
CareerRide on INSTAGRAM
MCQs
English
Tutorials
Download
▲