what is the difference between link and hyperlink?

Answers were Sorted based on User's Feedback



what is the difference between link and hyperlink?..

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

what is the difference between link and hyperlink?..

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

Post New Answer

More QTP Interview Questions

What are the main attributes of test automation?

3 Answers  


what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?

0 Answers  


In QTP how can we recognize objects Without using Object Repository?

3 Answers   IBM, Wipro,


Can we use index on view?

0 Answers   Wipro,


How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this

4 Answers  






I am using excel sheet to export data to QTP but it selects just one row of data from excel sheel how to import all rows of excel sheet to QTP during runtime

10 Answers   IBM, Wipro,


what is regular expression how will you implement it?

1 Answers  


How smart identification works in qtp ?

0 Answers  


When you open QTP, how many sheets you can see?

0 Answers   Wells Fargo,


What is load testing?

1 Answers   Crea,


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

0 Answers  


WHAT IS ETL TESTING.......

2 Answers  


Categories