David Rasuli
David Rasuli

Reputation: 832

asp hyperlink and https

I have an asp.net page with alot of hyperlinks which leads to different pages. I need one of these pages to be redirected as https, and not just http. Generally I've been using NavigateUrl property with the name of the page, but I could find any way of redirecting to a new page with hyperlink using https.

Is it possible to redirect from asp:hyperlink control to another page using https?

Thanks

Upvotes: 0

Views: 520

Answers (1)

David Rasuli
David Rasuli

Reputation: 832

Well, asp:LinkButton is the answer.

Upvotes: 1

Related Questions