Hello friends can you tell me how to make style of button like hyperlink. I want to add Hyperlink to the Gri开发者_JS百科dView but Hyperlink has not Click event. I decided to use button, but make it appearence like hyperlink
<asp:LinkButton ID="LinkButton1" runat="server" CommandName="Select" CssClass="linkBtn">LinkButton</asp:LinkButton>
with the class linkBtn like this one:
.linkBtn {
            border: none;
        }
And it looks like the same as HyperLink ^^
You can also use LinkButton. LinkButton has on click event or can use CommandName.
In GridView, Edit Column options, uncheck auto-generate columns, add the columns you want and use template field. Edit template and use Link Button there.
Also use GridView1_RowCommand() event for that Link Button.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论