954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

search button code that the informaTION will display on a data grid

hi, can you help me for the search button code that once you do the search, the info will automatically display in a data grid? please, thanks a lot.

ayame2012
Newbie Poster
2 posts since Mar 2010
Reputation Points: 10
Solved Threads: 0
 

In what context?
Is this a Windows application?
What have you tried so far?

A datagrid in a windows form can for example be bound to a DataSet or a DataView.
Here are some examples for you to try:
http://forums.asp.net/t/1524693.aspx
http://msdn.microsoft.com/en-us/library/aa984294(VS.71).aspx

All you have to do is put the code together in the button-click event.

Oxiegen
Master Poster
715 posts since Jun 2006
Reputation Points: 87
Solved Threads: 141
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You