hello dear Qin Dian Tang -MSFT
i forgot to point two things :
1 ( and important)- i'm beginner in vb.net programming and
2- i'm now working with vb.net version 2005
thank you for answer . i apply all above code to solve my problem so carefully. but i get a new error :
Invalid postback or callback argument.
Event validation is enabled using <pages enableEventValidation="true"/>
in configuration or <%@ Page EnableEventValidation="true" %> in a page.
For security purposes, this feature verifies that arguments to postback or
callback events originate from the server control that originally rendered them.
If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation
method in order to register the postback or callback data for validation.
attention that : i want to have this :
my datalist be databounded with table1
and my dropdownlist be databounded by a column of table2
thanks