crystal report not appearing in correct format.
Hi,I am using sub report in main report but it showing on 2nd page.?
View ArticleCalender Extender and Accordion Control in AJAX
First Add ToolScript manager on form <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> </asp:ToolkitScriptManager>...
View ArticleBaloon Popup Extender and Password Strength Extender
<h2> BALLON POPUP EXTENDER</h2> <div> <asp:TextBox ID="MessageTextBox" runat="server" Width="200"...
View ArticleTextboxwatermark example in AJX
<h2>TEXTBOX WATERMARk</h2> <div> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>...
View ArticleValidator Callout Extender Example in AJAX
<h2>VAALIDATOR CALLOUT</h2> <div> <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox> <asp:RequiredFieldValidator ID="Nreq"...
View ArticleToggle Button Example in AJAX
<h2>TOGGLE BUTTOn</h2> <div> <asp:CheckBox ID="CheckBox10" Checked="true" Text="I LIke ASP.NEt" runat="server" />...
View ArticleHow to Use Update Panel in AJAX
<asp:Button ID="Button9" runat="server" onclick="Button9_Click" Text="Button" /> <asp:Label ID="Label4" runat="server" Text="Label"></asp:Label>...
View ArticleProgress Bar in AJAX
<h2>Progress Bar</h2> <div> <asp:UpdateProgress ID="UpdateProgress1" runat="server"> <ProgressTemplate> Loading........
View ArticleModal Popup Extender in AJAX
<h2>model popup</h2> <asp:Panel ID="Panel3" runat="server"> <asp:CheckBox ID="CheckBox1" runat="server" Text="AAAAAAAAAAAAAAAAAAAAAa" /><br />...
View ArticleAnimation Extender Example in Ajax
<h2>Animation Extender</h2> <asp:Button ID="Button4" runat="server" Text="Animation Extender" /> <asp:AnimationExtender ID="AnimationExtender1" runat="server"...
View Article