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
What is a session government?
Where web.config file is used?
How does output caching work in ASP.NET?
How can u debug your .net application?
What is Web API?
Define xmlreader class.
Explain serialization and deserialization?
Give 2 examples for scenarios when routing is not applied?
Explain difference betn dataset and recordset?
What is advantage of asp.net?
How does windows service lifecycle differ from a .standard. Exe?
How can you display all validation messages in one control?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
How will you do Redo and Undo in a TextControl?
What is session in web technology?