forum

Home / DeveloperSection / Forums / HTML button in MasterPage

HTML button in MasterPage

Anonymous User 1654 25-Aug-2014

I have the following HTML in my MasterPage:

<input class="button" type="button" value="Select User" onclick='<%#
string.Format(@"location.href={0}", ResolveUrl("~/SelectUser.aspx"))
%>' />

I'm trying to figure out how to get ResolveUrl to work with an HTML input button,  I could use an ASP.NET Button, but then I'd have to chang my CSS and I really don't want to spend the time doing that.

Any help on how to go about doing this would be greatly appreciated.

Thanks!


Updated on 25-Aug-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By