Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • Moderators
Posted

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.

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...