what is the purpose of postback?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suriya
by default controls on microsoft asp.net web pages tat
causes a postback such as the button control,postback to
same page for processing.
how ever you can configure cntrols to post to a different
page within the same application,to do tis use the postback
URL property of the control to specify the page to which
the control should post
| Is This Answer Correct ? | 2 Yes | 0 No |
Delta 5 weight scale not connect with oracle application what i can do?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
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.
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
what are the difference between C,C++and Java
In Bioinformatics, a DNA sequence is made up of a combination of 4 characters, namely “A,C,G,T”. A subsequence of a given sequence of characters a0, a1, …an- 1, is any subset of the characters taken in order, of the form ai0 , ai1 ,…..aik-1 where 0 ≤ i0 <i1….< ik-1 ≤ n-1. For example in the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, we can have subsequences “A,G,T”, “A,C,A,A” and many more. A subsequence is palindromic if it is the same whether read left to right or right to left. For instance, the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, has many palindromic subsequences, including “A,C,G,C,A” and “A,A,A,A” (on the other hand, the subsequence “A,C,T” is not palindromic). Devise an algorithm (using dynamic programming) that takes a sequence of characters X[0 … n-1] from the alphabet set (A,C,G,T) and returns the (length of the) longest palindromic subsequence. Implement the algorithm in an appropriate language.
What do you mean by text editor?
differences between qtp10.0 and 11.0 ?
1.Describe about your project?
How can successful and thorough systems planning, analysis, and design be ruined by poor systems construction and implementation? How can poor systems analysis or design ruin a smooth construction and implementation? For both questions, list some consequences
what is oops?
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?