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

Explain about Application and Session Events ?

0 Answers  


what is view state

5 Answers   Microsoft, Siebel Systems,


How do we make a poperty read only?

1 Answers   Microsoft,


What is difference between web api and web services?

0 Answers  


Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?

3 Answers   TCS, Wipro,






Guys can anobody tell what is Conditional Bloating in asp.net ??

1 Answers  


what is uncle aunty file

1 Answers  


Explain the advantages of asp.net.

0 Answers  


Can the validation be done in the server side? Or this can be done only in the Client side?

2 Answers  


How do I open an ashx file in windows 7?

0 Answers  


What is HTTPContext and HTTPModule. What is the use of them?

1 Answers  


Describe in brief .net framework and its components.

0 Answers  


Categories