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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the uses of reflection?

569


Describe state management in asp.net?

539


Explain the advantages of passport authentication.

500


What are the media types of http requests and response?

502


What is query string?

559






What is the default timeout for a cookie?

553


What is asp.net mvc5? : Asp.Net MVC

524


What is the difference between Hash table and Array list?

363


Explain what the contents of cookie?

580


Which is better viewstate or session?

507


Why we use asp.net for website development?

488


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

512


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2130


What are session state modes?

554


What is cookies cache and session?

534