both are same or not
Loading
both are same or not
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek YadavPosted Oct 21, 2022, 1:58 AM
Hyperlink control does not have the Click and Command events; whereas the LinkButton control has these events, which can be handled in the code-behind file of the Web page.
Brahma Prakash ShuklaPosted Oct 30, 2022, 3:22 PM
The HyperLink control immediately navigates to the target URL without a postback, while the LinkButton control posts the form.