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
Ranked #44.2K
4 Posted Topics
What croker10 posted, works for me. If you're still having problems with that, try adding the columns/rows data dinamically on server side
Hi, you just need to re-create the dynamic objects on the page postback
Re: Database
Try adding ".toString" in front of .Value
Hi, Why are you adding this code > OnSelectedIndexChanged="ddprice_SelectedIndexChanged" on your front-end webpage if the function is already being called on the back-end? protected void ddprice_SelectedIndexChanged(object sender, EventArgs e) { Response.redirect("index.aspx"); } Remove that and try again
The End.
Joao_2