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 |
did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions
How To clear the AutoComplete?
Wt is the difference between Business Component and scripted component?
Explain QTP using different development techniques ?
What is BPT?
How to call script1 into script2?
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
QTP is not displaying in OBJECT SELECTION-CHECKPOINT PROPERTIES boxs only WINDOW AND WIN OBJECT remaining pages and links , images not displaying in web application testing. how can I get the pages and links in object selection? Please anyone tell me?
When a requirement is given to u to automate , What is ur basic approach ?
How to make Shared object repository in qtp 9.1 and 9.2?
In key word driven framework,we will rename the logical names of objects,why?
Can u call winRunner scripts from QTP?