What is the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answer Posted / hitendra mishra
Src="MyCode.aspx.cs"? stands for code-behind class to
compile
Codebehind="MyCode.aspx.cs? stands for code-behind class to
design
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
Are there resources online with tips on asp to asp.net conversions?
Which type of state management is provided by Query String in ASP.NET?
Define session in asp.net.
Which is the parent class of the web server control?
Why should i prefer JSP over asp.net or any other web development language..??
What should you do is you want to remove an existing component but would like to make some funtionalities?
Describe the disadvantage of cookies.
In asp.net, how can you validate drop down box?
Can you explain one critical mapping?
What is parse in asp.net?
Where the viewstate is stored after the page postback?
Which namespace is used by ado.net?
How do I know asp.net mvc version? : Asp.Net MVC
What are the 3 types of web?
Difference between overriding and overloading?