Hi Guys
I am stuck in one problem
I have two page sample1.aspx and sample2.aspx
I have one button like below in sample1.aspx
<asp:ButtonText="PDF" DisplayMode="Button" ID="forPdf" runat="server"/>
my requirement is like when i click on this button it should go and fetch the data or the control should go to sample2.aspx but view should not change from sample1.aspx
It should retain in the same page
Please guide me
Karthik.K
View the full article
I am stuck in one problem
I have two page sample1.aspx and sample2.aspx
I have one button like below in sample1.aspx
<asp:ButtonText="PDF" DisplayMode="Button" ID="forPdf" runat="server"/>
my requirement is like when i click on this button it should go and fetch the data or the control should go to sample2.aspx but view should not change from sample1.aspx
It should retain in the same page
Please guide me
Karthik.K
View the full article