May i append a text column to a hyperlink column in DataGridView? Thanks!
May i append a text column to a hyperlink column in DataGridView?
I have two columns, column1 is hyperlink, column2 is text column, may I append column2 to column1, so that they may display as one column which contains hyperlink part and text within one column in GridView?
Thanks a lot!