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
Why do we need Sessions?
What is the difference between custom controls and user controls?
What is the namespace to create thread in .net?
To wrap up a call to a Web service the standard used is..?
Which authentication uses a combination of windows and iis authentication?
What are the Difference between asp.net and asp ?
What is the use of session?
What is the difference between login controls and forms authentication?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Where you store Connection string in "Web.Config" file in ASP.NET?
What is difference between ispostback and autopostback in asp net?
Is razor a programming language?
What is paging in context of Memory?
Which is the parent class of the web server control?
What are the Types of session management in ASP.NET