Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I get problem in doing my own control.The Control will have a textbox , Button and Datagrid. when user type on the textbox the datagrid will appear and highlight the data on the datagrid which begins with text written on the textbox . when we click the button the datagrid will be appear and the data will be displayed and then when the user click on the data grid the data will be bind in the textbox. Is there anyone who can help me.
Thank You
Posted
Updated 29-May-10 21:48pm
v2
Comments
DaveyM69 30-May-10 3:23am    
I (and I suspect most other users here) haven't used 'Peachtree' so I have no idea what you mean. If you explain more clearly what you want and why existing controls can't do it we may be able to help!

1 solution

If I were you I would forget about doing this in your own control at first.

Break your problem down into its different steps and experiment with that step and the controls it needs on a simple Form. Use a different project for each step, you can put them all in the same solution to keep things neat.

Slowly combine the different parts until you have it all working.

Then, and only then, try implementing the UserControl
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900