Hi,
I have a question to ask regarding the gridview control in visual basic 2008.
How to bound data to the gridview control?
I tried to link the gridview to the sqlsourcedata but after linking, I realised that the words in the rows and columns (not including the header) showed me 'abc' instead of 'databound'. This abc means that I did not link my gridview to the sqlsourcedata properly? I don't know...
And, how to ensure that when I update a blog entry, the blog entry data would be displayed in the specified gridview column?
P/S: I'm doing a blogger using asp.net which allows user to update blog entries etc.
Please help, this is urgent.
Thanks.
I have a question to ask regarding the gridview control in visual basic 2008.
How to bound data to the gridview control?
I tried to link the gridview to the sqlsourcedata but after linking, I realised that the words in the rows and columns (not including the header) showed me 'abc' instead of 'databound'. This abc means that I did not link my gridview to the sqlsourcedata properly? I don't know...
And, how to ensure that when I update a blog entry, the blog entry data would be displayed in the specified gridview column?
P/S: I'm doing a blogger using asp.net which allows user to update blog entries etc.
Please help, this is urgent.
Thanks.
Comment