How to create/add a hyperlink to the boundfield/Templatefield?
01:05 17 Mar 2023

we have created the web page with gridview and data binding from the database:

enter image description here

Now i wanted to add a hyperlink to the number column, so that i can be redirect to some other website. Below is the html code for the gridview:


                        
                        
                            
                                
                            
                        
                    

i have gone through some material but didn't find the solution, could somebody help in this?

c# asp.net gridview aspxgridview