what is the difference between link and hyperlink?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pappie
The purpose of both controls is same.
But there is one major difference between these two, i.e.
HTML Hyperlink control is an HTML control, whenever it is
clicked the page navigates to the target page.
ASP.NET Link Button control is a server control, whenever
the user clicks on it, the request is redirected back to
the server and in its response the page is navigated to the
target page.
| Is This Answer Correct ? | 56 Yes | 10 No |
Answer / gaurav
A hyperlink is a link you can click on or activate with the
keyboard or other device in order to go somewhere else. The
hyperlinks are used on the pages and they navigate from one
page to another between same or different Sites/servers.
A URL/Link can be thought of as the "address" of a web page
and is sometimes referred to informally as a "web address."
Like if we write "http://google.com" in the address bar, it
is a link and if we apply it on the page so that, anyone can
navigate from the site to Google, it is called hyperlink.
| Is This Answer Correct ? | 23 Yes | 7 No |
Answer / fazal kareem
link is a address like of a web side.how connect you with
different servers and web but hyperlink is a address how
touch in one web page and live in a portion a link.
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / mohan
A hyperlink is a link you can click on or activate with the
keyboard or other device in order to go somewhere else. A
hyperlink is defined by its function, not by its appearance.
A URL can be thought of as the "address" of a web page and
is sometimes referred to informally as a "web address."
URLs are used to write links linking one page to another;
for an example, see the HTML entry.
| Is This Answer Correct ? | 40 Yes | 39 No |
Answer / shona
The difference is link button will have clickevent which you don't have in hyperlink. so, in click event you can write your own code.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / inder chauhan
A hyperlink is a link you can click on or activate with the
keyboard or other device in order to go somewhere else. The
hyperlinks are used on the pages and they navigate from one
page to another between same or different Sites/servers.
A URL/Link can be thought of as the "address" of a web page
and is sometimes referred to informally as a "web address."
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / srikanth chowdary
The purpose of both controls is same.
But there is one major difference between these two, i.e.
HTML Hyperlink control is an HTML control, whenever it is
clicked the page navigates to the target page.
ASP.NET Link Button control is a server control.
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / inder chauhan
A hyperlink is a link you can click on or activate with the
keyboard or other device in order to go somewhere else. The
hyperlinks are used on the pages and they navigate from one
page to another between same or different Sites/servers.
ASP.NET Link Button control is a server control, whenever
the user clicks on it, the request is redirected back to
the server and in its response the page is navigated to the
target page.
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / latasha
A Hyperlink is an computer piece that you use all the time
and when it is frezzed you post to become to from the right
youmit doing ...
| Is This Answer Correct ? | 4 Yes | 16 No |
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
how to load all resource files(function libraries,object repositories etc) into tests without associating them?
What is keyword view in qtp?
How to use Environment parameterization in QTP? Explain with an example.
Which object model ur used in ur project
How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.
Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya
anyone can explain Diff B/w Actions and Functions
Explain about Checking Bitmaps?
how do u get lib files into scripting files?
how can i call an external action,which is not added external action of an action?