what is the difference between link and hyperlink?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
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 ? | 3 Yes | 0 No |
Answer / kalplata
Link is just a normal link to a file,which calls the server
where as hyperlink completely call the linked page i.e. the
URL defined irrespective of the server first means it is a
normal flow of text where link is not.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the file extension of the code file & object repository file in QTP?
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
How to remove the associated function library?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
How to connect QTP to Testdirector
write script to read and write data from file ?
Extract a word from a sentenece?
Which statement will use for close an action in QTP?
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
How to invoke QTP using Dos prompt ?
what is difference between normal mode and fast mode?
How the objecs properties are identified?Tell me in Hierarchical order?