Hello,

 This is going to be similar to the question that was
asked before.

 I have a datagrid with a dropdownlist

 <asp:datagrid id="dgCitizens" runat="server">
   <asp:TemplateColumn HeaderText="PD Approval">
    <ItemTemplate>
        <asp:DropDownList ID="lstApproval" Runat="server"
AutoPostBack="True">
        <asp:ListItem Selected="True"
Value=""></asp:ListItem>
        <asp:ListItem Value="Y">Yes</asp:ListItem>
        <asp:ListItem Value="N">No</asp:ListItem>
        </asp:DropDownList>
    </ItemTemplate>
   </asp:TemplateColumn>
 </asp:datagrid>

 I want the page topostback when the selected value in
the dropdown list changes. I have not been able to
figure out how tohandle this event in the code behind
though.

 Any help will be appreciated.

 Thank you,
 
 Burak


        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to