What happens when a client submits a form which changes the value of an Application variable
A. Client actions cannot change Application variables. B. The change is not visible to any client until the
Latest Answer: C is the correct answer ...
Should user input data validation occur server-side or client-side? Why?
Latest Answer: First step validation should be done at client-side using JavaScript. ...
How to set Session Timeout upto infinite, so it should never get expired, In ASP not in ASP.NET.
Latest Answer: answer c ...
how do i send sms's via the program I created using asp.net,or if somebody knows what tolls do i need to create a web application that sends sms's
Latest Answer: Use mCore library use its distributed licence key that is available on net and mind it using of that key is not piracy. there will be manual read it and use the mcore to send SMS using GSM modem and mobile phone(Specific).Second way is this use the api ...
What are the difference between serialize and marshalbyref and marshalbyval?How will you load dynamic assembly?How will create assembilies at runtime ?If you have more than one version of one assemblies then how'll you use old version in your application?How ccw and rcw work?What is MTS. Explain it?
Latest Answer: An N-Tier architecture is really a Client-Server architecture combined with the Layered architecture ...
Latest Answer: Active server pages are executed with the help of compiler and then it sent to the MSIL (MICROSOFT INTERMEDIATE LANGUAGE) and then it is sent to cache memory and finally it will be executed in the portable device. Cache will be used between the MSIL ...
Latest Answer: one can use ...
What is the difference between server.trasfer, server.execute and Response.redirect?Is Response.trasfer is valid in ASP.
Latest Answer: HTML is used only to create static web pages (which displays information)With the use of ASP one can create dynamic web pages,where client can communicate with the web server and vice versa. Thus using ASP interactive webpages can be created. ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top