main difference between asp.net2.0,asp.net1.1,asp.net1.0
Answer Posted / ranjay singh
We implement ajax easly. Using Ajax Tool kite. We download
tool and add to tool box we write code using <script
manager />
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What are the Types of object in asp
What is asp.net? How is it different from asp?
What is the server of asp.net?
Is asp.net and .net the same?
Contrast OOP and SOA. What are tenets of each ?
What is masterpage?
Which is better php or asp.net?
What are sharepoint pages?
What is active web page?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are Caching techniques in .NET
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What are themes and skins in 2.0, explain usage scenario?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?