B
boomhauer
I cant seem to find info online about this so thought id ask..
I have an asp.net 2.0 page that has:
1. an infragistics calendar control
2. a DDL that has an ODS with a param pulled from the calendar
3. a gridview with ODS that binds a param from the DDL key
the problem im having is, on chanigng the infragistics calendar, the
page seems to databind the gridview first, and then the DDL... but
obviously this leads to problems since the grid is depending on the DDL
for an input param.
I can make it work by calling a DataBind() on the controls in quest,
but this seems to cause multiple binds to be performed... works, but
definately not efficient.
Is there a way i can force this to perform automatic binding in the
correct sequence?
Thanks
I have an asp.net 2.0 page that has:
1. an infragistics calendar control
2. a DDL that has an ODS with a param pulled from the calendar
3. a gridview with ODS that binds a param from the DDL key
the problem im having is, on chanigng the infragistics calendar, the
page seems to databind the gridview first, and then the DDL... but
obviously this leads to problems since the grid is depending on the DDL
for an input param.
I can make it work by calling a DataBind() on the controls in quest,
but this seems to cause multiple binds to be performed... works, but
definately not efficient.
Is there a way i can force this to perform automatic binding in the
correct sequence?
Thanks