<?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>ITUCU &#187; ASP tutorial</title>
	<atom:link href="http://churmura.com/tag/asp-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://churmura.com</link>
	<description>Info That You Can Use</description>
	<lastBuildDate>Fri, 16 Mar 2012 06:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to make a website using ASP(TUTORIAL-16)</title>
		<link>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-16/23354/</link>
		<comments>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-16/23354/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 21:55:36 +0000</pubDate>
		<dc:creator>hardik</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ASP tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[database connectivity]]></category>
		<category><![CDATA[HTML Tutorial]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23354</guid>
		<description><![CDATA[<p>ONLINE NESCAFE OF COLLEGE CAMPUS-16 (FORM OF CHANGING DATABASE OF ADMIN) CHANGE_PASSWORD.ASP   This page shows you the how the form is created for changing the password of administrator in the database ADMIN.     &#60;html&#62; &#60;body&#62; &#60;form method=&#8221;post&#8221; action=&#8221;Validate_Password.asp&#8221;&#62; &#60;table align=&#8221;center&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; border=&#8221;0&#8243;&#62; &#60;tr&#62; &#60;td&#62;Current Password:&#60;/td&#62; &#60;td&#62;&#60;input value=&#8221;"&#62;&#60;/td&#62; &#60;/tr&#62; &#60;tr&#62; &#60;td&#62;New Password:&#60;/td&#62; &#60;td&#62;&#60;input [...]</p>
 ]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-16/23354/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a website using ASP(TUTORIAL-15)</title>
		<link>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-15/23352/</link>
		<comments>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-15/23352/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 21:52:15 +0000</pubDate>
		<dc:creator>hardik</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ASP tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[database connectivity]]></category>
		<category><![CDATA[HTML Tutorial]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23352</guid>
		<description><![CDATA[<p>ONLINE NESCAFE OF COLLEGE CAMPUS-15 (FORM OF UPDATING PRODUCTS FROM DATABASE) UPDATE.ASP   This page shows you the how the form is created for updating any item to the database PRODUCTS.   &#60;html&#62; &#60;body&#62; &#60;form method=&#8221;post&#8221; action=&#8221;update_item.asp&#8221;&#62; &#60;table align=&#8221;center&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; border=&#8221;0&#8243;&#62; &#60;tr&#62; &#60;td&#62;Item Name:&#60;/td&#62; &#60;td&#62;&#60;input value=&#8221;"&#62;&#60;/td&#62; &#60;td&#62;&#60;sub&#62;&#60;font face=&#8221;Arial, Helvetica, sans-serif&#8221; color=&#8221;#FF0000&#8243; size=&#8221;-1&#8243;&#62;*Enter the name [...]</p>
 ]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-15/23352/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a website using ASP(TUTORIAL-14)</title>
		<link>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-14/23341/</link>
		<comments>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-14/23341/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 21:38:15 +0000</pubDate>
		<dc:creator>hardik</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ASP tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[database connectivity]]></category>
		<category><![CDATA[HTML Tutorial]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23341</guid>
		<description><![CDATA[<p>ONLINE NESCAFE OF COLLEGE CAMPUS-14 (FORM OF DELETING PRODUCTS FROM DATABASE) DELETE.ASP   This page shows you the how the form is created for deleting any item to the database PRODUCTS.   &#60;html&#62; &#60;body&#62; &#60;form method=&#8221;post&#8221; action=&#8221;Delete_item.asp&#8221;&#62; &#60;table align=&#8221;center&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; border=&#8221;0&#8243;&#62; &#60;tr&#62; &#60;td&#62;Item Name:&#60;/td&#62; &#60;td&#62;&#60;input value=&#8221;"&#62;&#60;/td&#62; &#60;td&#62;&#60;sub&#62;&#60;font face=&#8221;Arial, Helvetica, sans-serif&#8221; color=&#8221;#FF0000&#8243; size=&#8221;-1&#8243;&#62;*Enter the name [...]</p>
 ]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-14/23341/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a website using ASP(TUTORIAL-13)</title>
		<link>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-13/23338/</link>
		<comments>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-13/23338/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 21:33:48 +0000</pubDate>
		<dc:creator>hardik</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ASP tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[database connectivity]]></category>
		<category><![CDATA[HTML Tutorial]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23338</guid>
		<description><![CDATA[<p>ONLINE NESCAFE OF COLLEGE CAMPUS-13 (FORM OF ADDING PRODUCTS TO DATABASE) ADD.ASP   This page shows you the how the form is created for adding any item to the database PRODUCTS.     &#60;html&#62; &#60;body&#62; &#60;form method=&#8221;post&#8221; action=&#8221;Add_item.asp&#8221;&#62; &#60;table align=&#8221;center&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; border=&#8221;0&#8243;&#62; &#60;tr&#62; &#60;td&#62;Item Name:&#60;/td&#62; &#60;td&#62;&#60;input value=&#8221;"&#62;&#60;/td&#62; &#60;td&#62;&#60;sub&#62;&#60;font face=&#8221;Arial, Helvetica, sans-serif&#8221; color=&#8221;#FF0000&#8243; size=&#8221;-1&#8243;&#62;*Enter the [...]</p>
 ]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-13/23338/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a website using ASP(TUTORIAL-12)</title>
		<link>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-12/23333/</link>
		<comments>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-12/23333/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 21:23:12 +0000</pubDate>
		<dc:creator>hardik</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ASP tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[database connectivity]]></category>
		<category><![CDATA[HTML Tutorial]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23333</guid>
		<description><![CDATA[<p>ONLINE NESCAFE OF COLLEGE CAMPUS-12 (forms of FUCTIONS OF ADMINISTRATOR) FUNCTIONS OF ADMIN.ASP This page is simply divided into two frames. The top frame is the page HEADER OF FUNCTIONS OF ADMIN.ASP and the bottom frame is named ADMIN DOWN.     The script for that is: &#60;frameset rows=&#8221;38%,*&#8221;&#62; &#60;frame src=&#8221;header of functions of admin.asp&#8221; [...]</p>
 ]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-12/23333/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a website using ASP(TUTORIAL-11)</title>
		<link>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-11/23327/</link>
		<comments>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-11/23327/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 21:19:12 +0000</pubDate>
		<dc:creator>hardik</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ASP tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[database connectivity]]></category>
		<category><![CDATA[HTML Tutorial]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23327</guid>
		<description><![CDATA[<p>ONLINE NESCAFE OF COLLEGE CAMPUS-11 (FUCTIONS OF ADMINISTRATOR) HEADER OF FUNCTIONS OF ADMIN.ASP After creating the homepage, first of all you have to create all the script for all the functions to be performed by the administrator. For example, in my site , the administrator will have to perform the functions of updating the database [...]</p>
 ]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/how-to-make-a-website-using-asptutorial-11/23327/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a website using ASP(TUTORIAL-10)</title>
		<link>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-10/23179/</link>
		<comments>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-10/23179/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 20:10:14 +0000</pubDate>
		<dc:creator>hardik</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ASP tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[HTML Tutorial]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23179</guid>
		<description><![CDATA[<p>ONLINE NESCAFE OF COLLEGE CAMPUS-10 (DATABASE CONNECTIVITY, CHECKING FROM DATABASE) verifyadmin.ASP   Whenever you login in any site, first of all, it is checked if the user has ever sign up and the details of the user are present in the database of the system. This is done with the help of the following script: [...]</p>
 ]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-10/23179/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a website using ASP(TUTORIAL-9)</title>
		<link>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-9/23175/</link>
		<comments>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-9/23175/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:55:43 +0000</pubDate>
		<dc:creator>hardik</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ASP tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[HTML Tutorial]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23175</guid>
		<description><![CDATA[<p>ONLINE NESCAFE OF COLLEGE CAMPUS-9 (DATABASE CONNECTIVITY, CHECKING FROM DATABASE) verifyuser.ASP   Whenever you login in any site, first of all, it is checked if the user has ever sign up and the details of the user are present in the database of the system. This is done with the help of the following script: [...]</p>
 ]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-9/23175/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a website using ASP(TUTORIAL-8)</title>
		<link>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-8/23168/</link>
		<comments>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-8/23168/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:38:47 +0000</pubDate>
		<dc:creator>hardik</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ASP tutorial]]></category>
		<category><![CDATA[database connectivity]]></category>
		<category><![CDATA[HTML Tutorial]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23168</guid>
		<description><![CDATA[<p>ONLINE NESCAFE OF COLLEGE CAMPUS-8 (VALIDATIONS of REGISTRATION FORM, DATABASE CONNECTIVITY, INSERTION  IN DATABASE) masterdb.ASP You must have registered in various websites and for that you must have fill a registration form. Whenever you make a mistake in filling up that form, you are displayed a message about the error. The script below shows you [...]</p>
 ]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-8/23168/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a website using ASP(TUTORIAL-7)</title>
		<link>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-7/23165/</link>
		<comments>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-7/23165/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:14:57 +0000</pubDate>
		<dc:creator>hardik</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ASP tutorial]]></category>
		<category><![CDATA[database connectivity]]></category>
		<category><![CDATA[HTML Tutorial]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23165</guid>
		<description><![CDATA[<p>ONLINE NESCAFE OF COLLEGE CAMPUS-7 (DATABASE CREATION and CONNECTIVITY) Now as you have created a registration form, you must create a database so that the user details get stored in the database. FIRST OF ALL, LET ME MAKE IT CLEAR TO YOU THAT THIS IS NOT A FILE, SO I HAVE NOT GIVEN ANY NAME [...]</p>
 ]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/how-to-create-a-website-using-asptutorial-7/23165/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

