Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

Is there control in c# win-form that behave as "formview" of ASP.NET??

Thanks,
Nirosh
Posted
Comments
Christian Graus 12-Jul-10 4:10am    
What behavior are you looking for exactly ? Nothing is going to behave exactly like ASP.NET, so perhaps you need to tell us what you want it to do ?
Sandeep Mewara 12-Jul-10 5:53am    
Well, it all depends on what you are trying to do and what comparison/feature makes it look like one!

1 solution

The best resemblance to a formview that i can think of would be to use a BindingSource which to bind to textboxes, checkboxes and other controls that you wish to use to display the data and perhaps Next, Previous, Add and Delete buttons bound to the MoveNext, MovePrevious, AddNew and Remove methods of the BindingSource.
 
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