• Home
  • About
  • BestBloggingIdeas
  • DotNetLearningSource
  • FORUM
  • Joblinks
  • Latest News
  • Policy
  • POSTS
  • SimplySqlServer.Com && SimplyAspDotNet.Com
  • Sitemap

Join Ours Forum

Asp.Net,C#,Ajax,Sql server,silverlight,Javascript codes exambles articles,Programming exambles

RSS Feed

Category Archives: AJAX

Creating Developing Tab control using ajax asp.net c#

Posted by on September 14, 2010 0 comments

Introduction: In this article,i am going to explain about how to develop a one simple Tab control using ajax. Main: Create one ajax function for retrieving the respective tab, function testTab(tabid) { if (navigator.appName =="Netscape"){   xmlHttp = new XMLHttpRequest();   }   if (navigator.appName =="Microsoft Internet Explorer"){   xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); }   [...]

Creating Developing File Upload control using ajax asp.net c#

Posted by on September 14, 2010 0 comments

Introduction: In this article,i am going to explain about how to develop a one simple file upload control using ajax. Main: In defaullt.aspx, <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="AJAXFileUpload._Default" %> <html> <head> <script language="javascript" type="text/javascript"> function ShowProgressBar() { if ($get(’myFile’).value.length > 0) { $get(’UpdateProgress1′).style.display = ‘block’; } } </script> <title>File Upload</title> </head> <body> <form id="form1" [...]

« Previous page | Next page »

Enter your email address:

Delivered by FeedBurner

<
  • Random Posts

    • Top Tips for Web Design Projects
    • Running silverlight applications in mac
    • Converting/Displaying Object as a String Asp.Net C#
    • How to Upload a File From FTP Server using ASP.NET/C#
    • How to Create/Add tooltip in Gridview Using Asp.Net/c#/JavaScript
  • Search by Tags!

    Application AspNet Basic between Black Bluetooth Build Business Collection Consultants Design Development Downloading effective Excel Experts Generics Implement Installing Interview Logic Management Microsoft Minutes Object Outlook Professional Programmer Programming Project Projects Questions Ready Select Server Services Silverlight Source Strings Studio Through using Visual Website Wordpress
  • Archives

    • August 2011
    • June 2011
    • May 2011
    • April 2011
    • March 2011
    • February 2011
    • December 2010
    • November 2010
    • October 2010
    • September 2010
    • August 2010
    • July 2010
    • June 2010
    • May 2010
    • April 2010
    • March 2010
    • February 2010
    • January 2010
    • December 2009
    • November 2009
    • October 2009
    • September 2009

Copyright © 2012 NetProgrammingHelp.com

Δ Top