what is the difference between this.controls and
page.form1.controls and me.controls?
Answers were Sorted based on User's Feedback
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 |
Is it possible for me to change my aspx file extension to some other name?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?
Name two properties common in every validation control?
What is difference between asp.net and asp?
You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?
What is sdlc process?
what is the assembly?
What is the purpose of asp.net?
How can we inherit a static member?
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..
What is the difference between c# and .net?