What is meaning of web application. & the purpose of web
application. with description.
Answer / nithya prem
It is an application on the web. It is a template used to
create a web application
To be able to create an ASP.NET web application, you must
have Internet Information Services(IIS) installed on your
computer.
| Is This Answer Correct ? | 0 Yes | 0 No |
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
What are the advantages of Server Controls over HTML/ASP Controls.
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
what is the exact full form of OOPS,O -> object O -> oriented P -> programing S-> ? ....
What is the difference between windows 98/2000/XP Operating Systems?
16 Answers CMS, Siemens, TCS,
class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 Answers Cosmos, HyTech Pro, WinSoft,
details description on this mantis? who is founder of this mantis?
DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
what do you man by firmware
what is polymorphism in java.
what is delegate and delegation model give the real live example on delegate model