Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~705 People Reached
Favorite Tags

4 Posted Topics

Member Avatar for StewartS

[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 …

Member Avatar for kvprajapati
0
444
Member Avatar for JohnS

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" …

0
119
Member Avatar for JohnS

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. …

0
61
Member Avatar for JohnS

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 …

0
81

The End.