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
Do I need to have the latest version of windows media player installed?
What are validator? How do you disable them?
Is asp.net core faster?
What is s2s tracking?
What is the difference between trace and debug in asp.net?
What are the types of validation in asp net?
Is asp.net different from asp? If yes, explain how?
What are server side controls?
How many types of controls are there in asp.net?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is considered a service provider?
What is marshalling ? Is it a part of asp.net ?
Why do we use sessions?
What is query string in asp.net?
Which methods validate all the controls on a page?