Click here to Skip to main content
15,919,778 members

Comments by Cathryn Crane (Top 2 by date)

Cathryn Crane 21-Jun-11 15:39pm View    
So I query the db in the codebehind and is there an easy way to update the dropdown list without having to constantly post back each click?
Cathryn Crane 10-Jun-11 20:57pm View    
Yeah, sorry about that. I tried to fix the code but I didn't do a very good job. There's a lot there.

In answer to the javascript code, no there isn't any missing and I've tried coding on the client side and the code behind. I get the same error.

I tried commenting out the update panel and contenttemplate -- that was a good idea but I still got the same error unfortunately.

I'll post the dynamic code that it gets hung up at and see if that helps.

I've also got the following override for both dropdown objects
<pre>
protected void Page_Render(object sender, EventArgs e)
{
Page.ClientScript.RegisterForEventValidation("ddl_ColumnFilterList1");
Page.ClientScript.RegisterForEventValidation("ddl_FilterValue1");
}
</pre>