<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NetProgrammingHelp.com &#187; AJAX</title>
	<atom:link href="http://netprogramminghelp.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://netprogramminghelp.com</link>
	<description>Asp.Net,C#,Ajax,Sql server,silverlight,Javascript codes exambles articles,Programming exambles</description>
	<lastBuildDate>Tue, 09 Aug 2011 14:31:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Performing Developing Using Investigating Asp.Net 2.0 Ajax Application Development Asp.Net C#</title>
		<link>http://netprogramminghelp.com/ajax/performing-developing-investigating-asp-net-2-0-ajax-application-development-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/ajax/performing-developing-investigating-asp-net-2-0-ajax-application-development-asp-net-c/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 15:00:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1958</guid>
		<description><![CDATA[Introduction: ASP.NET is a set of web development technologies produced by Microsoft that is used to build dynamic web sites, web applications, and XML-based web applications. ASP.NET is a part of the .NET framework and allows for developers to build applications in multiple languages, such as Visual Basic .NET, JScript .NET, and C#. Main: Advantages [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/ajax/performing-developing-investigating-asp-net-2-0-ajax-application-development-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Investigating Understanding Asp.Net 2.0 Ajax Applications Architecture Asp.Net C#</title>
		<link>http://netprogramminghelp.com/ajax/investigating-understanding-asp-net-2-0-ajax-applications-architecture-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/ajax/investigating-understanding-asp-net-2-0-ajax-applications-architecture-asp-net-c/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 14:52:40 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1953</guid>
		<description><![CDATA[Introduction: ASP.NET AJAX has a unique, yet familiar architecture that builds on the foundations of ASP.NET 2.0 to strengthen its weak points.ASP.NET AJAX framework, including client-side and server-side development and configuration details. Main: ASP.NET AJAX is implemented primarily as client-side functionality to fill in for the lack of such functionality in ASP.NET 2.0. Its related [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/ajax/investigating-understanding-asp-net-2-0-ajax-applications-architecture-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Developing Tab control using ajax asp.net c#</title>
		<link>http://netprogramminghelp.com/ajax/creating-developing-tab-control-ajax-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/ajax/creating-developing-tab-control-ajax-asp-net-c/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 17:53:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1773</guid>
		<description><![CDATA[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&#40;tabid&#41; &#123; if &#40;navigator.appName ==&#34;Netscape&#34;&#41;&#123; &#160; xmlHttp = new XMLHttpRequest&#40;&#41;; &#160; &#125; &#160; if &#40;navigator.appName ==&#34;Microsoft Internet Explorer&#34;&#41;&#123; &#160; xmlHttp = new ActiveXObject&#40;&#34;Msxml2.XMLHTTP&#34;&#41;; &#125; &#160; [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/ajax/creating-developing-tab-control-ajax-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Developing File Upload control using ajax asp.net c#</title>
		<link>http://netprogramminghelp.com/ajax/creating-developing-file-upload-control-ajax-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/ajax/creating-developing-file-upload-control-ajax-asp-net-c/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 17:39:22 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1770</guid>
		<description><![CDATA[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, &#60;%@ Page Language=&#34;C#&#34; AutoEventWireup=&#34;true&#34; CodeBehind=&#34;Default.aspx.cs&#34; Inherits=&#34;AJAXFileUpload._Default&#34; %&#62; &#60;html&#62; &#60;head&#62; &#60;script language=&#34;javascript&#34; type=&#34;text/javascript&#34;&#62; function ShowProgressBar&#40;&#41; &#123; if &#40;$get&#40;'myFile'&#41;.value.length &#62; 0&#41; &#123; $get&#40;'UpdateProgress1'&#41;.style.display = 'block'; &#125; &#125; &#60;/script&#62; &#60;title&#62;File Upload&#60;/title&#62; &#60;/head&#62; &#60;body&#62; &#60;form id=&#34;form1&#34; [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/ajax/creating-developing-file-upload-control-ajax-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting fetching reading retrieving xml node value/data using jquery asp.net</title>
		<link>http://netprogramminghelp.com/ajax/how-to-getting-fetching-retrieving-xml-node-valuedata-using-jquery-aspnet/</link>
		<comments>http://netprogramminghelp.com/ajax/how-to-getting-fetching-retrieving-xml-node-valuedata-using-jquery-aspnet/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 18:01:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1519</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to retrieving the xml node value/data using jquery. Main: Here i am going to use one xml file named Employees.xml, &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34; ?&#62; &#60;Employees&#62; &#60;Employee&#62; &#60;EmpId&#62;101&#60;/EmpId&#62; &#60;name&#62; &#60;firstname&#62;Ann&#60;/first-name&#62; &#60;lastname&#62;Jerold&#60;/last-name&#62; &#60;/name&#62; &#60;address&#62; &#60;street&#62; 22/10 peter avenue &#60;/street&#62; &#60;city&#62; Dallas &#60;/city&#62; &#60;state&#62; NJ &#60;/state&#62; &#60;/address&#62; &#60;/Employee&#62; [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/ajax/how-to-getting-fetching-retrieving-xml-node-valuedata-using-jquery-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide a selected table column/row using jquery asp.net</title>
		<link>http://netprogramminghelp.com/ajax/how-to-hide-a-selected-table-columnrow-using-jquery-aspnet/</link>
		<comments>http://netprogramminghelp.com/ajax/how-to-hide-a-selected-table-columnrow-using-jquery-aspnet/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 17:40:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1514</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to hiding a selected table column/row using jquery. Main: See this below jquery code,it will hide the selected column in a table, $&#40;document&#41;.ready&#40;function&#40;&#41; &#123; $&#40;'th'&#41;.hover&#40; function&#40;&#41;&#123; var colindex=$&#40;this&#41;.parent&#40;&#41;.children&#40;&#41;.index&#40;this&#41;; $&#40;this&#41;.addClass&#40;'hover'&#41;; $&#40;'table td:nth-child('+&#40;colindex+1&#41;+')'&#41;.addClass&#40;'hover'&#41;; &#125;, function&#40;&#41;&#123; $&#40;'table tr'&#41;.children&#40;&#41;.removeClass&#40;'hover'&#41;; &#125; &#41;; &#160; $&#40;'th'&#41;.click&#40;function&#40;&#41;&#123; $&#40;this&#41;.hide&#40;&#41;; colindex=$&#40;this&#41;.parent&#40;&#41;.children&#40;&#41;.index&#40;this&#41;; $&#40;'table td:nth-child('+&#40;colindex+1&#41;+')'&#41;.hide&#40;&#41;; &#125;&#41;; &#125;&#41;; [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/ajax/how-to-hide-a-selected-table-columnrow-using-jquery-aspnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get/find/retrieve/read data/values from json file using jquery asp.net</title>
		<link>http://netprogramminghelp.com/ajax/how-to-getfindretrieve-datavalues-from-json-file-using-jquery-aspnet/</link>
		<comments>http://netprogramminghelp.com/ajax/how-to-getfindretrieve-datavalues-from-json-file-using-jquery-aspnet/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 17:17:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1505</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to retrieve json file data&#8217;s using jquery. Main: The JSON file is a file that contains information regarding &#8216;name&#8217; and &#8216;value&#8217; pairs. for ex, sample1.json, &#91; &#123;&#34;optiontext&#34; : &#34;One&#34;, &#34;optionvalue&#34; : &#34;One&#34;&#125;, &#123;&#34;optiontext&#34; : &#34;Two&#34;, &#34;optionvalue&#34; : &#34;Two&#34;&#125;, &#123;&#34;optiontext&#34; : &#34;Three&#34;, &#34;optionvalue&#34; : &#34;Three&#34;&#125; &#93; [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/ajax/how-to-getfindretrieve-datavalues-from-json-file-using-jquery-aspnet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To  Develop Create Modal Popup On Mouse Over Using AJAX</title>
		<link>http://netprogramminghelp.com/ajax/how-to-develop-create-modal-popup-on-mouse-over-using-ajax/</link>
		<comments>http://netprogramminghelp.com/ajax/how-to-develop-create-modal-popup-on-mouse-over-using-ajax/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:10:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1028</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to create a ajax modal popup on mouseover. Main: In html, &#60;a href=&#34;&#34; onmouseover=&#34;myMouseOver();&#34;&#62; &#60;img runat=&#34;server&#34; id=&#34;rollover&#34; alt=&#34;&#34; src=&#34;image.jpg&#34; border=&#34;0&#34; name=&#34;rollover&#34; /&#62;&#60;/a&#62; &#60;ajaxToolkit:ModalPopupExtender ID=&#34;ModalPopupExtender1&#34; runat=&#34;server&#34; TargetControlID=&#34;rollover&#34; PopupControlID=&#34;Panel1&#34; BackgroundCssClass=&#34;modalBackground&#34; DropShadow=&#34;true&#34; OkControlID=&#34;OkButton&#34; OnOkScript=&#34;Show()&#34; CancelControlID=&#34;CancelButton&#34; /&#62; &#160; JavaScript Code, &#160; &#60;script type=&#34;text/javascript&#34;&#62; var MakeChoice; function Showk&#40;&#41; &#123; alert&#40;&#34;this [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/ajax/how-to-develop-create-modal-popup-on-mouse-over-using-ajax/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Updating Editing Creating WebPages Using Dynamic HTML and AJAX</title>
		<link>http://netprogramminghelp.com/ajax/editing-webpages-using-dynamic-html-and-ajax/</link>
		<comments>http://netprogramminghelp.com/ajax/editing-webpages-using-dynamic-html-and-ajax/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:27:51 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=829</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain how to update a webpage using dynamic html and ajax. Main: There are two main ways to modify the HTML in a web page using dynamic HTML: methods or properties. We’ve already used the innerHTML dynamic HTML property in below articles, How to Download a Image from [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/ajax/editing-webpages-using-dynamic-html-and-ajax/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Handling DropDownList using AJAX</title>
		<link>http://netprogramminghelp.com/ajax/handling-dropdownlist-using-ajax/</link>
		<comments>http://netprogramminghelp.com/ajax/handling-dropdownlist-using-ajax/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:58:34 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=734</guid>
		<description><![CDATA[Introduction: In this article,we are going to discuss about,how to hanle a dropdownlist events using AJAX. Main: We can easily handle DropDownList request/response functionalies using ajax without a page refresh. For ex chek this below html page, I created 4 text files named &#8220;France.txt&#8221;,&#8221;USA.txt&#8221;,&#8221;Germany.txt&#8221;,&#8221;Spain.txt&#8221; in my project,and i retrieved a values from that text files [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/ajax/handling-dropdownlist-using-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

