Answer Posted / rahul sriram
Postback is a propery in which it is alerted to the
webserver. For a instance if there is a submit button, and
when the user click the button the particular page will not
be sent to the webserver which was triggered by the user.
Instead of that, the postback propery ensures an alert
message to the webserver that if the submit button is
clicked the page should be fired.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
code for connection from windows forms to sql server
What is SOLID Principle in Programming Language?
how do i create my own exception class which will restrict IO exception?
Can any one give an example (Source Code) on virtual function implemetation in Java?
what is the difference between read the data from table and infotype
Difference between views and index in sas programming
Plz sent me in .net 2.0 interview Question & answers?
what is meant by life cycle of a business
what is meaning of MDM in sap?let me know that meaning
what is d main diff between the java and .net framework
< No Frames > tag is used for
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.