<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td >
<asp:DropDownList ID="cBoxSiteName" runat="server" AutoPostBack="true" OnSelectedIndexChanged="cBoxSiteName_SelectedIndexChanged" >
</asp:DropDownList>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
<asp:GridView ID="GridView1" AutoGenerateColumns="False" ShowHeaderWhenEmpty="true"
AllowPaging="true" AllowSorting="false" ShowFooter="false"
OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound">
<asp:Timer ID="ServerTimer" runat="server" Interval="3000" OnTick="ServerTimer_OnTick">
</asp:Timer>
</ContentTemplate>
</asp:UpdatePanel>
-------------------------------------------------------------------------------------------------------------on timer tick gridview shows nothing but it has data to show . and on changing the drop down value also same problem
Can any one help ?? your response is highly appreciated. thanx