No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: [quote=hollystyles]The event handler should be in the InitialiseComponent() procedure, inside the Web Form Designer Generated Code region not in the Page_Load() procedure.[/quote] Ah, but the original post asks abotu event handling of dynamic buttons, not static ones created in the Form Designer. One partial solution is to recreate the buttons … | |
Hi! I'm trying to create a page with dynamic controls, and I'm having difficulty wrt the liffe cycle. The page has some static controls, but also a table which has dynamic rows, cells of which contain dynamic controls, including a DropDownList. The idea is that the page has an "Add" … | |
Hi! I'm back in the land of building a dynamic form, as a response to button click events. The page has a static table and the intention is to use a button click to add dynamic rows to this table. Each row itself will have one or more eventable controls. … | |
Hi! I'm using a database to store images as raw binary. I can extract this as a byte[] array. This works well, but to display the image (e.g. on a webpage) I need to know the MIME type, e.g. 'image/gif' Is there any way of extracting this from the binary … |
The End.