Difference between windows application and web application?
Which is the best for updation purpose?
Answer Posted / kinjal panchal
Windows application:- This application run on desktop only.
and this application program is .exe file for DOS and
window system. This .exe file is executable file so computer
directly execute that file.
Web application:- this is only application that access from
internet or network.
Updation is fast in windows application rather then web
application because windows application is a local source
access.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the significance of finalize method in .net?
Describe a bubbled event and how it is used ?
What is the use of worker process in asp.net?
Why does my asp.net file have multiple tag with runat=server?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is asp short for?
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
how to transfer the file from client to server using asp.net
What is & in a url?
Explain difference between dataset and recordset?
How is the asp.net mvc architecture different from others? : asp.net mvc
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is asp.net file?
Explain exception filters?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc