what is the difference between link and hyper link?



what is the difference between link and hyper link?..

Answer / sudeepthz

To the Web page visitor, a HyperLink control and a
LinkButton control look identical. However, there is a
significant difference in functionality.

The HyperLink control immediately navigates to the target
URL when the user clicks on the control. The form is not
posted to the server.

The LinkButton control first posts the form to the server,
then navigates to the URL. If you need to do any server-side
processing before going to the target URL, use a LinkButton.

On the other hand, if there is no server-side processing
necessary, don't waste a round trip and use the HyperLink
control.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

what is qtp automation frame work,what is the use of that frame work?

64 Answers   Cap Gemini, IBM, iGate, TCS,


can we run the scripts of QTP8.2 in QTP7.0?

1 Answers  


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

0 Answers  


what is vmodel?advantages and disadvantages of vmodel?

3 Answers   AZTEC, scintel,


Generic function to search for the unique link in webtable and click on it

0 Answers  






Does QTP recognize two diff browser's at a time..?if possible how..? Is it possible run scripts on Mozilla which are recorded on IE..?..How..?

12 Answers   IBM, Semantic Space, TCS,


How do you do batch testing in QTP, if so explain?

2 Answers  


Tell me few important difference Between QTP and WinRunner?

9 Answers   TCS,


How to add a standard checkpoint in your test ?

1 Answers  


How can I deploye a 'QTP Runtime environment only'

1 Answers   Indexis,


In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?

2 Answers   Oracle,


what is the exact Diff. Between Test and Component in QTP?

1 Answers  


Categories