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

Is it possible for me to change my aspx file extension to some other name?

0 Answers  


How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

0 Answers   CTS,


What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?

1 Answers  


Name two properties common in every validation control?

9 Answers   Siebel Systems,


What is difference between asp.net and asp?

0 Answers  


You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?

6 Answers   TCS,


What is sdlc process?

0 Answers  


what is the assembly?

2 Answers  


What is the purpose of asp.net?

0 Answers  


How can we inherit a static member?

0 Answers  


I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend database.i am facing problem while uploading this site on my FTP address it is not accessing the database.please could u tell me how cn i upload Sqlserver database on the web and what would be the connection string...???? I am using Server=".";initial catalog=databasename;persist security info=false;integrated security=SSPI;...pleas help me... Thanks in Advance..

1 Answers  


What is the difference between c# and .net?

0 Answers  


Categories