G 
		
								
				
				
			
		Guest
Hello
asp.net , VB.net
Version 1.1
I have aspx page with a grid with a drop down list in a column. The DDL
causes postback. I need to put some code to be executed on the server when
the postback is caused by the DDL (and identify the table row) . However,
this control does not cause a grid_itemCommand event. How can I implement
equivalent functionality?
Thanks!
				
			asp.net , VB.net
Version 1.1
I have aspx page with a grid with a drop down list in a column. The DDL
causes postback. I need to put some code to be executed on the server when
the postback is caused by the DDL (and identify the table row) . However,
this control does not cause a grid_itemCommand event. How can I implement
equivalent functionality?
Thanks!
 
	 ropDownList OnSelectedIndexChanged ="ddl_SelectedIndexChanged"
ropDownList OnSelectedIndexChanged ="ddl_SelectedIndexChanged"