ASP.Net Form Databound problems
Posted
by Jason Bitman
on Stack Overflow
See other posts from Stack Overflow
or by Jason Bitman
Published on 2008-11-28T16:43:40Z
Indexed on
2010/04/06
12:03 UTC
Read the original article
Hit count: 281
I know there is a similar problem on this forum, but the solutions did not really work for me. I am populating form controls with fields from a few different data sources, and the data shows up great.
I have an ImageButton controlwhich has an OnClick Event set to grab all of the data from the form. Unfortunately, when I click the button, it seems as though the page is reloading first, and THEN is executes the OnClick call. The data that was hand-entered, or hard-coded seems to be pulled fine from the controls it was entered in, but anything that was pulled from a datasource is not able to be read. Any ideas. this is the last hurdle in a project that I have been working on for 6 months. I want to go home...
Thank you so much in advance.
Jason
© Stack Overflow or respective owner