Hello All,
I am trying to develop an application wherein i need to read data and create buttons dynamically in winform. When the number of buttons exceed a certain limit i need to create a button named next which should basically navigate to next page and create the remaining number of buttons. For example if the number of buttons to be created is 16 then 13 buttons should be displayed on page 1 and when the user clicks on next the remaining 3 should be displayed on next page. How should i do this through code. Also the size of the form should vary dynamically based on the number of buttons.
Thanks
I am trying to develop an application wherein i need to read data and create buttons dynamically in winform. When the number of buttons exceed a certain limit i need to create a button named next which should basically navigate to next page and create the remaining number of buttons. For example if the number of buttons to be created is 16 then 13 buttons should be displayed on page 1 and when the user clicks on next the remaining 3 should be displayed on next page. How should i do this through code. Also the size of the form should vary dynamically based on the number of buttons.
Thanks