Hi frnds,
I am developing a webform using
vb.net and my back end is sql 2000.
Now i am trying to fetch data from the back end and display it in the datagrid.
My question is , that when say we have 50 entries in the backend or in the table in the data base, by using the Data Bind method we can eaisly bind the data to the coloumn in the datagrid. Now say with the data that is displayed in the datagrid i want to also metion a cloumn as serial number in the datagrid. Thus the datagrid will look similar to this-:
Sr. No | Name | Address
I wud like to know how do i insert the Sr no coloumn and how do i get the serial numbers in the datagrid.
If anyone having a idea about this pl come forward and contribute.
My second question is say there is a datagrid of the from
Sr No. | Training_Name | Course Content
Now here there may not be course content available for all the training_Name specified in the table in the back end. And the Course Content Coloumn is a Hyperlink Coloumn and on the click of, a particular course the contents should appear in the new window...(Just explanantion). My query is How do i
1. Have Links Displayed For the course contents that are available in my back end for the particular training in the coloumn corresponding to the training name
2. How can i do it using the datagrid or do i have to use some oher technique to do it.
Life is not the Triumph but the Struggle