Ramon Posted March 13, 2003 Posted March 13, 2003 I use oledbconnections, oledbdataadapters, oledbcommand, dataset programmatically to populate my datagrid control. The data appears correctly and in order as i stated in my command. However, I am having a hard time customizing my datagrid control to the way I like (Column Alignment, column width, etc.). and I have to click the + symbol then the hyperlink "table" before the data appears. Please check my code, if i am missing something One more thing, the customization for the data grid I used in my code does not work. Why is it?code.txt Quote
Moderators Robby Posted March 13, 2003 Moderators Posted March 13, 2003 You can use the NavigateTo method of the Dataset to bypass the link to a table. I didn't not see your code as it is not formatted properly in that text file, you can just simply the code as part of your post in this thread. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.