What is the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answer / 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 |
why security trimming attribute?
True or False: A Web service can only be written in .NET?
In what order do the events of an ASPX page execute, As a developer is it important to understand these events?
How can we create pie chart in asp.net?
Advantage of data Reader?
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
Difference Between GridView And DataList
Explain what a diffgram is and a good use for one?
1 Answers Siebel Systems, Syntax Softtech,
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Describe how ASP.NET maintains process isolation for each Web application?
What is the flow of processing of the request? : asp.net mvc
In a Repeater control how one can provide an alternating color scheme ?