Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to create a set of icon button in my forms, which should be loaded from my database.
If i add another icon button in database it should be displayed in my form( i.e, no need to hard code in my code-behind)
Posted
Updated 27-Jul-10 0:49am
v2

1 solution

So load the data from the database, and create the button in your code. You already know what properties you need to save in your database, and you *should* know how to create/add a button to a form and hook an event handler to it.

So do all of those things.
 
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