Click here to Skip to main content
15,892,768 members
Articles / Programming Languages / SQL

Ajax

Rate me:
Please Sign up or sign in to vote.
3.63/5 (7 votes)
5 Mar 2009CPOL3 min read 31.7K   46   37  
The objective behind writing this article is to make use of Ajax Control Toolkit in implementation.
  • Ajax_All_In_1.zip
    • Ajax_All_In_1
      • Must_Read_To_Run___.txt
      • script.sql
      • webroot
        • _assets
          • css
          • img
            • asc.gif
            • bl.gif
            • bm.gif
            • br.gif
            • bullet.gif
            • desc.gif
            • l.gif
            • next.gif
            • prev.gif
            • r.gif
            • Thumbs.db
            • tl.gif
            • tm.gif
            • tr.gif
        • AjaxComponentArtStyle.aspx
        • AjaxComponentArtStyle.aspx.cs
        • App_Code
        • App_Data
        • Bin
          • AjaxControlToolkit.dll
          • AjaxControlToolkit.dll.refresh
          • AjaxControlToolkit.pdb
          • ar
            • AjaxControlToolkit.resources.dll
          • de
            • AjaxControlToolkit.resources.dll
          • es
            • AjaxControlToolkit.resources.dll
          • fr
            • AjaxControlToolkit.resources.dll
          • he
            • AjaxControlToolkit.resources.dll
          • hi
            • AjaxControlToolkit.resources.dll
          • it
            • AjaxControlToolkit.resources.dll
          • ja
            • AjaxControlToolkit.resources.dll
          • ko
            • AjaxControlToolkit.resources.dll
          • pt
            • AjaxControlToolkit.resources.dll
          • ru
            • AjaxControlToolkit.resources.dll
        • Images
          • deletenew.jpg
          • editnew.jpg
          • Indicater.gif
          • nextNew.jpg
          • previousNew.jpg
        • Theme
          • css
          • img
            • activity.gif
            • bottom-left.png
            • bottom-mid.png
            • bottom-right.png
            • close.png
            • close-down.png
            • close-hover.png
            • first.gif
            • footer.gif
            • last.gif
            • left.png
            • next.gif
            • pager_bg.gif
            • pencil.gif
            • prev.gif
            • right.png
            • sprite.png
            • Thumbs.db
            • top-left.png
            • top-mid.png
            • top-right.png
        • web.config
.pager
{
    height:30px;
    background:url(../img/pager_bg.gif) repeat-x;
}
.pager .container
{
    padding:4px;
}
.pager .command
{
    float:left;
    padding-right:5px;
}    
.pager .info
{
    font-size:12px;
    padding:4px 0px;
    float:right;
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader Stem Infotech
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions