[thelist] .NET: AutoPostBack on Items Added programmatically

Casey Crookston caseyc at IntelliSoftmn.com
Wed Apr 11 11:24:15 CDT 2007


Hi,

 

I am adding rows to a table programmatically.  In one of the table
cells, I am adding a drop down list as such:

 

Dim drpBuilderBigNo As New DropDownList

[cut a bunch of lines of code]

drpBuilderBigNo.AutoPostBack = True

drpBuilderBigNo.??????????

TableCell1.Controls.Add(drpBuilderBigNo)

 

I am not sure how I define the function which will handle the item
change when the user makes a change.  I'm looking for an On____, but
there doesn't seem to be such an option.

 

Any ideas?

 

Thanks, Casey

 




More information about the thelist mailing list