Click here to Skip to main content
16,019,593 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I want a method in c# that accept two parameters ,the first one is a number of type integer and the second is a control such as (gridview,buttons,textbox.....) and display extended list of the control specified on windows form. The number of controls in this list is defined by the first parameter.

Thanks
Posted
Updated 19-Feb-12 1:43am
v2
Comments
OriginalGriff 19-Feb-12 7:16am    
That's nice for you!
Did you also have a problem with it, or did you just feel you had to tell us?
Keith Barrow 19-Feb-12 7:42am    
Please let us know what your question is, so far it is a statement of requirements.
BillWoodruff 19-Feb-12 10:27am    
What you need to clarify here is the exact meaning of "display extended list of the control specified on windows form:" do you mean that calling the method is going to add #n number of the type of Control specified to a Windows Form at run-time ? Arranged how: in a row ? in a column ? overlapping each other ?
Varun Sareen 19-Feb-12 23:25pm    
Please specify the requirement.
Sergey Alexandrovich Kryukov 20-Feb-12 15:00pm    
Not a question. What have you done so far? What's the problem? Also, the requirements are not clearly specified.
The problem looks trivial though.
--SA

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