Hi there,
I am use AJAX Tabs control and placed a quite few buttons in each tab panel.
But when I run the from its change the tabs but when I am trying click the buttons inside the tab panels it is not woring. just stand still. no event being save,reset, redirecting.
I have even tried to put whole tab container into updatepanel and write is postback triger to that buttons but that also it not worked.
Is any one have some suggestion post it...
can u post your code..
Hi Geek,
Kindly find the code below in which when I am try to click the button which is placed inside the tab panel it is not working.
<cc1:TabContainerID="TabContainer2"runat="server">
<cc1:TabPanelID="TabPanel4"runat="server">
<HeaderTemplate>Home</HeaderTemplate>
<ContentTemplate>
<asp:TextBoxID="date1"runat="server"></asp:TextBox><cc1:CalendarExtenderID="CalendarExtender5"
runat="server"TargetControlID="date1">
</cc1:CalendarExtender>
<asp:ButtonID="Button1"runat="server"Text="Button"/>
</ContentTemplate>
</cc1:TabPanel>
</cc1:TabContainer>what I was trying is when he select that date & click on the date selected I have the data in database which I have to show in grid...
Just have a hands on it if you find any thing.
just post it...
You are not written the Click event of button, so it was not working..
if i select the date and press on the button , it will give me the selected date, now then you can do any operations that you want..
No comments:
Post a Comment