Search results for query: *

  1. V

    Hyperlink in Datagrid in windows application

    hi Zahid, Assuming you are using vb.net for your application following line can be put in your code where you declare your datagrid <asp:hyperlinkcolumn headertext="Link Column" text="Link" headerstyle-horizontalalign="Center" itemstyle-horizontalalign="Center"...
  2. V

    checkbox in datagrid

    hi, If you are using vb.net then its very simple, declare a column with its id or name and then do the following. You can put this code in the body tag of your page where you define your datagrid and i have implemented checkboxes in every row by this code, different people may use different...
  3. V

    Datagrid Problem

    hi Kekin, If you have are been able to display checkbox in your datagrid then its relatively easier to display as the first column of your datagrid. You can do this in your datagrid declaration where you actually design your columns with their names respectively. All you need to do is to...
  4. V

    datagrid problem

    Can you show me your code where you have actually created a datagrid named DataGrid1? then i would be able to help you more. vikram
Back
Top