Quantcast
Channel: Ajax Discussions on Coding Resolved
Browsing latest articles
Browse All 10 View Live

crystal report not appearing in correct format.

Hi,I am using sub report in main report but it showing on 2nd page.?

View Article


Calender Extender and Accordion Control in AJAX

First Add ToolScript manager on form <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">    </asp:ToolkitScriptManager>...

View Article


Baloon Popup Extender and Password Strength Extender

   <h2> BALLON POPUP EXTENDER</h2>                                    <div>                                       <asp:TextBox ID="MessageTextBox" runat="server" Width="200"...

View Article

Textboxwatermark example in AJX

<h2>TEXTBOX WATERMARk</h2>                                        <div>                                       <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>...

View Article

Validator Callout Extender Example in AJAX

<h2>VAALIDATOR CALLOUT</h2>      <div>          <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>                <asp:RequiredFieldValidator ID="Nreq"...

View Article


Toggle Button Example in AJAX

<h2>TOGGLE BUTTOn</h2>      <div>                       <asp:CheckBox ID="CheckBox10" Checked="true" Text="I LIke ASP.NEt" runat="server" />...

View Article

How 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 Article

Progress Bar in AJAX

<h2>Progress Bar</h2>              <div>        <asp:UpdateProgress ID="UpdateProgress1" runat="server">       <ProgressTemplate>        Loading........

View Article


Modal Popup Extender in AJAX

<h2>model popup</h2>       <asp:Panel ID="Panel3" runat="server">                    <asp:CheckBox ID="CheckBox1" runat="server" Text="AAAAAAAAAAAAAAAAAAAAAa" /><br />...

View Article


Animation 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
Browsing latest articles
Browse All 10 View Live