<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>mostshar.com</title>
		<link>http://mostshar.forumotion.com/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Thu, 13 Dec 2007 11:26:06 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>mostshar.com</title>
			<url>http://i24.servimg.com/u/f24/11/78/31/11/data_s11.gif</url>
			<link>http://mostshar.forumotion.com/feed/?</link>
		</image>
		<item>
			<title>Howto: Install CDONTS Windows 2003</title>
			<link>http://mostshar.forumotion.com/asp-classic-f5/howto-install-cdonts-windows-2003-t9.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Howto: Install CDONTS Windows 2003 

As you should know, on Windows 2003 Server, CDONTS was deprecated and CDOSYS is the new one Microsoft email sender component (read more on Microsoft Website)



However, some ASP scripts will require CDONTS and customers can need CDONTS install.



So, to install CDONTS



1) First, install MailEnable or other SMTP server. Make sure it is running.

2) Download and unzip cdonts.dll to C:WindowsSystem32 folder

3) Register the CDONTS.DLL component on  ...</description>
			<category>asp classic</category>
			<pubDate>Thu, 13 Dec 2007 11:26:06 GMT</pubDate>
			<comments>http://mostshar.forumotion.com/asp-classic-f5/howto-install-cdonts-windows-2003-t9.htm#9</comments>
			<guid>http://mostshar.forumotion.com/asp-classic-f5/howto-install-cdonts-windows-2003-t9.htm</guid>
		</item>
		<item>
			<title>Sending Mail from ASP with CDONTS.NewMail Object</title>
			<link>http://mostshar.forumotion.com/asp-classic-f5/sending-mail-from-asp-with-cdontsnewmail-object-t8.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Properties of NewMail Object.

From A string value contaning the email address of the sender

(for example Me@somewhere.com) 

To A string value contaning the email address of the recipient.

(for example, someone@somewhere.com)

Multiple addresses can be added by seperating wih &quot;;&quot; 

Subject The subject line for the message. 

Body A string value contaning the body text of message. 

Cc A string contaning the email addresss of recipents who will recieve a copy of current message.  ...</description>
			<category>asp classic</category>
			<pubDate>Thu, 13 Dec 2007 11:13:22 GMT</pubDate>
			<comments>http://mostshar.forumotion.com/asp-classic-f5/sending-mail-from-asp-with-cdontsnewmail-object-t8.htm#8</comments>
			<guid>http://mostshar.forumotion.com/asp-classic-f5/sending-mail-from-asp-with-cdontsnewmail-object-t8.htm</guid>
		</item>
		<item>
			<title>Create Counter for your web site</title>
			<link>http://mostshar.forumotion.com/php-and-javascript-code-f1/create-counter-for-your-web-site-t7.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Code:

$SQL=&quot;Select * from `counter` where `the_date` = now&#40;&#41;&quot;

   $cmd = mysql_query&#40;$SQL, $cnn&#41; or die&#40;mysql_error&#40;&#41;&#41;;

   $rst = mysql_fetch_assoc&#40;$cmd&#41;;

   $rec = mysql_num_rows&#40;$cmd&#41;;

      if &#40;$rec &gt; 0 &#41; &#123;

mysql_query&#40;&quot;update `counter` set `vis_count` = &#40;`vis_count`+1&#41; where `the_date` = now&#40;&#41;&quot;,$cnn&#41;;

      ...</description>
			<category>PHP and javascript code</category>
			<pubDate>Wed, 12 Dec 2007 05:10:57 GMT</pubDate>
			<comments>http://mostshar.forumotion.com/php-and-javascript-code-f1/create-counter-for-your-web-site-t7.htm#7</comments>
			<guid>http://mostshar.forumotion.com/php-and-javascript-code-f1/create-counter-for-your-web-site-t7.htm</guid>
		</item>
		<item>
			<title>Insert 2 record or more to mysql Database using one line sta</title>
			<link>http://mostshar.forumotion.com/mysql-statements-f3/insert-2-record-or-more-to-mysql-database-using-one-line-sta-t6.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[Example to insert 3 record to mysql  database using one insert only 
<br />
<dl class="codebox"><dt>Code:</dt><dd><code>
<br />
insert into Table &#40;Field1,Field2&#41; values &#40;1,2&#41;,&#40;3,4&#41;,&#40;5,6&#41;
<br />
</code></dd></dl>
<br />

<br />
thanks]]></description>
			<category>MySql statements</category>
			<pubDate>Tue, 11 Dec 2007 19:22:09 GMT</pubDate>
			<comments>http://mostshar.forumotion.com/mysql-statements-f3/insert-2-record-or-more-to-mysql-database-using-one-line-sta-t6.htm#6</comments>
			<guid>http://mostshar.forumotion.com/mysql-statements-f3/insert-2-record-or-more-to-mysql-database-using-one-line-sta-t6.htm</guid>
		</item>
		<item>
			<title>Walkthrough: Creating a ReportViewer Report</title>
			<link>http://mostshar.forumotion.com/report-service-f2/walkthrough-creating-a-reportviewer-report-t5.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>This walkthrough shows how to create a simple table report in a Microsoft Visual Studio 2005 Windows application project based on the AdventureWorks sample database. You will add a report template to your project, set up connection information for the AdventureWorks database, define a query, add a table data region, and add a ReportViewer Windows Forms control to a Windows Form so the report can be viewed by users of the application



link

http://msdn2.microsoft.com/en-us/library/ms252073(VS.80).aspx </description>
			<category>Report Service</category>
			<pubDate>Tue, 11 Dec 2007 08:04:00 GMT</pubDate>
			<comments>http://mostshar.forumotion.com/report-service-f2/walkthrough-creating-a-reportviewer-report-t5.htm#5</comments>
			<guid>http://mostshar.forumotion.com/report-service-f2/walkthrough-creating-a-reportviewer-report-t5.htm</guid>
		</item>
		<item>
			<title>Reporting Made Easy</title>
			<link>http://mostshar.forumotion.com/report-service-f2/reporting-made-easy-t4.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[The New ReportViewer Control in Visual Studio 2005 Provides Rich Capabilities to Fulfill All Your Reporting Needs
<br />
link
<br />
<a href="http://steveorr.net/articles/ReportViewer.aspx" target="_blank">http://steveorr.net/articles/ReportViewer.aspx</a>]]></description>
			<category>Report Service</category>
			<pubDate>Tue, 11 Dec 2007 05:49:32 GMT</pubDate>
			<comments>http://mostshar.forumotion.com/report-service-f2/reporting-made-easy-t4.htm#4</comments>
			<guid>http://mostshar.forumotion.com/report-service-f2/reporting-made-easy-t4.htm</guid>
		</item>
		<item>
			<title>Reporting Services and the Report Viewer component</title>
			<link>http://mostshar.forumotion.com/report-service-f2/reporting-services-and-the-report-viewer-component-t3.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[Since I posted the initial article on Reporting Services and the Report Viewer component, we have had a steady slew of questions and emails about it. Rather then answer each one of these questions individually, I’ve decided to post an example on how to use this component from a web application and hopefully answer the entire gamut of questions
<br />

<br />
link
<br />
<a href="http://www.odetocode.com/Articles/156.aspx" target="_blank">http://www.odetocode.com/Articles/156.aspx</a>]]></description>
			<category>Report Service</category>
			<pubDate>Tue, 11 Dec 2007 05:40:04 GMT</pubDate>
			<comments>http://mostshar.forumotion.com/report-service-f2/reporting-services-and-the-report-viewer-component-t3.htm#3</comments>
			<guid>http://mostshar.forumotion.com/report-service-f2/reporting-services-and-the-report-viewer-component-t3.htm</guid>
		</item>
	</channel>
</rss>