what is the difference between link and hyperlink?
Answer Posted / srinivas
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 ? | 145 Yes | 16 No |
Post New Answer View All Answers
How to interact tool & application build in QTP?
Where to use function or action?
Is the qtp course will help to create a virtual object?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
What is recovery scenario manager? When you go for recovery scenario manager?
What are the benefits of qtp?
What does it mean when a check point is in red color? What do you do?
How do you perform Regreession Testing?
When to use descriptive programming?
What are the advantages of Object Repository?
Write a QTP script to enter a keyword in to Google search engine?
What are the types of environment variables in qtp?
How qtp identifies objects?
Explain different recording modes?
images are dynamically changes how to compare two images with out using the bitmap