what is the difference between this.controls and
page.form1.controls and me.controls?

Answers were Sorted based on User's Feedback



what is the difference between this.controls and page.form1.controls and me.controls?..

Answer / nithya

this.controls = in C#
me.controls=vb.net
page.form1.controls is not a valid one
Page.Form.Controls is available. this command is used to get
the all the child controls of a specific server control.
here the server control is form

Is This Answer Correct ?    3 Yes 0 No

what is the difference between this.controls and page.form1.controls and me.controls?..

Answer / vatsal shah

this.controls is used in c#.net in asp.net
me.controls is used in VB.NET in VB.NET
page.form1.controls is used in desktop application (in VB.NET)

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

0 Answers   Hexaware, Infosys,


i need code for insert,delete,update adn display records using stored procedure in C#

2 Answers  


Hi please tell me what is ISNOTPOSTBACK,POSTBACK,AUTOPOSTBACK and also the extensions of aspx,asmx,ascx its urgent plz reply me soon....

6 Answers   Logica CMG,


What is active web page?

0 Answers  


can i use two web.config files of ConnectionString in One Default.aspx page

6 Answers   Satyam, Verinon Technology Solutions, Wipro,






What is comparevalidator?

0 Answers  


what is diffrent between asp & asp.net

2 Answers  


What are the built-in objects in asp.net?

0 Answers  


Explain an object, class and method.

0 Answers  


diffrance between stored procedure & function in sql server?

2 Answers  


What’s the difference between asp.net web forms and asp.net mvc?

0 Answers  


Is asp.net a programming language or framework?

0 Answers  


Categories