Click to See Complete Forum and Search --> : Hyperlink to Button


danasegarane
01-14-2008, 02:47 AM
Hi all ,
I am using Datagrid in my web application(Asp.net). In that I want to display the Hyperlink(Paging) to a Button like control...How can I do this one

Thanks in Advance
Dana

KDLA
01-14-2008, 08:25 AM
You can simulate a button-like control using CSS:

<a href="file.asp" style="display: block; width: 10em; background-color: #990000; color: #fff; padding: 4px; text-decoration: none; font-size: .7em; font-family: verdana; text-align: center; border: 1px solid #333;">Go to Next Page</a>