Hi
This is my cascading dropdown inside the EditTemplate of my ListView, in the code behind its give me error that this control is not exist so i decide to use Findcontrol but even its not work as i get redline under item with error message: " System.EventArgs'
does not contain a definition for 'Item' and no extension method 'Item' accepting a first argument of type 'System.EventArgs' could be found (are you missing a using directive or an assembly reference?) ". So could you please what i have to do?!
<asp:ListView ID="ListView1" runat="server" DataKeyNames="UID"
DataSourceID="usrinfosql">
<EditItemTemplate>
<table style="width: 620px">
...
Go to the complete details ...