Difference between windows application and web application?
Which is the best for updation purpose?
Answer Posted / p.vinothkumar
Windows applications is used to create the application
oriented programming.it's also run in localhost system only.
Web application is used to create the web oriented
programming.it's also run in Internet and any browser.
windows application is the best for updating purpose.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Explain Life cycle of ASP.NET page when a request is made.
Which is better session or viewstate?
How do you implement sql caching in asp.net?
What is special types forms
What are client activated objects and server activated objects?
Can we set which type of comparison we want to perform by the CompareValidator control?
How does a content page different from a master page?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is state management techniques in asp.net?
What is the difference between mechine.config and web.config?
What is break mode?
What is parse in asp.net?
What is hidden field in asp.net?
What are ASHX files?