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

What does the hotspot class in .net do?

0 Answers  


What is Assembly?

3 Answers   Inspira Technologies,


What are PDBs? Where must they be located for debugging to work?

4 Answers  


What are server objects?

0 Answers  


what is stateless ?

2 Answers   TCS,






What is considered a service provider?

0 Answers  


I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?

0 Answers  


What are the features that make asp.net more used framework? : asp.net mvc

0 Answers  


What is route in web api?

0 Answers  


How do u deploy your asp.net application?

0 Answers  


Explain what is clr?

0 Answers  


when to use webservice and when to use remotong diff between them

3 Answers  


Categories