Mix Dot Net Questions
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
What is database replication and What are the different types of replication
What are Indexes in SQL SERVER
How to Create Virtual Directory
To set the culture and UI culture for an ASP.NET Web page declaratively
What are the Pre Processor
Diffrence between function and StoreProcedure
Home
>>
Dot Net Interview Questions
>>
Mix Dot Net Questions
How to get number of control on web page
Posted on May 22nd , 2009 by Admin
foreach (Control ctrl in Page.Form.Controls) { Response.Write(ctrl.ID); }
Site Search