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
~688 People Reached
Favorite Tags
Member Avatar for StewartS

Hi! Is there any consensus as to the best way to handle dynamic button clicks? The buttons are being created dynamically and conditionally placed, depending on business logic. Our problem is that on clicking such a button, the postback calls the Page_Load but not the Button_OnClick. I notice that if …

Member Avatar for kvprajapati
0
430
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
117
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
60
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