<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Developer Barn</title>
		<link>http://www.developerbarn.com/</link>
		<description>Developer Barn is an ASP, ASP.NET, PHP, Javascript, SQL and MySQL and Programming Help Forum. Get ASP, ASP.NET, PHP and JavaScript help and sample code.</description>
		<language>en</language>
		<lastBuildDate>Fri, 03 Sep 2010 20:18:11 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.developerbarn.com/images/misc/rss.png</url>
			<title>Developer Barn</title>
			<link>http://www.developerbarn.com/</link>
		</image>
		<item>
			<title><![CDATA[What's Wrong with ASP.NET Web Forms?]]></title>
			<link>http://www.developerbarn.com/vbcms-comments/2255-whats-wrong-asp-net-web-forms.html</link>
			<pubDate>Fri, 03 Sep 2010 13:49:01 GMT</pubDate>
			<description>You can view the page at http://www.developerbarn.com/article/what-s-wrong-asp-net-web-forms-4/</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->You can view the page at <a href="http://www.developerbarn.com/article/what-s-wrong-asp-net-web-forms-4/" target="_blank">http://www.developerbarn.com/content....NET-Web-Forms</a><!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/vbcms-comments/">vBCms Comments</category>
			<dc:creator>jmurrayhead</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/vbcms-comments/2255-whats-wrong-asp-net-web-forms.html</guid>
		</item>
		<item>
			<title>Auto tab movement</title>
			<link>http://www.developerbarn.com/javascript-programming/2254-auto-tab-movement.html</link>
			<pubDate>Fri, 03 Sep 2010 08:03:53 GMT</pubDate>
			<description>Hey guys 
Sorry for the awkward title. 
 
I have a .aspx page on which i have 3 text boxes for phone number 
1st and 2nd text boxes have length 3 and...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hey guys<br />
Sorry for the awkward title.<br />
<br />
I have a .aspx page on which i have 3 text boxes for phone number<br />
1st and 2nd text boxes have length 3 and the third one has length 4.<br />
<br />
Now my client wants that when he enters 3 numbers in 1st text box, he dont need to press &quot;tab&quot; and the cursor automatically goes to the 2nd text box and then to the 3rd textbox.<br />
<br />
Is that possible?<br />
<br />
Thanx<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/javascript-programming/">JavaScript Programming</category>
			<dc:creator>micky</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/javascript-programming/2254-auto-tab-movement.html</guid>
		</item>
		<item>
			<title>Our New Site</title>
			<link>http://www.developerbarn.com/vbcms-comments/2253-our-new-site.html</link>
			<pubDate>Fri, 03 Sep 2010 01:44:46 GMT</pubDate>
			<description>You can view the page at http://www.developerbarn.com/article/our-new-site-2/</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->You can view the page at <a href="http://www.developerbarn.com/article/our-new-site-2/" target="_blank">http://www.developerbarn.com/content...2-Our-New-Site</a><!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/vbcms-comments/">vBCms Comments</category>
			<dc:creator>jmurrayhead</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/vbcms-comments/2253-our-new-site.html</guid>
		</item>
		<item>
			<title>Populate specific data field in a row in Access table based on Primary Key</title>
			<link>http://www.developerbarn.com/database-design-help/2252-populate-specific-data-field-row-access-table-based-primary-key.html</link>
			<pubDate>Thu, 02 Sep 2010 21:59:51 GMT</pubDate>
			<description><![CDATA[I have this Form Called "Invoices" that I will input a "InvoiceID" number from a drop down combo and enter. This will populate the form. I will then...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have this Form Called &quot;Invoices&quot; that I will input a &quot;InvoiceID&quot; number from a drop down combo and enter. This will populate the form. I will then click a print button that will trigger this code. What it does is it will update the Duedate field in the Invoices table if the field is blank with (Current date + 30) before opening the &quot;Invoices&quot; report in printview to print that specific report. What Im having problem with is the code goes through the whole &quot;Invoices&quot; table and updates any DueDate field that is blank which it should not be doing. It should just update that specific row with that InvoiceID that you input in the beginning which is the primary key. The code I have now is this and everything works except it updates all Duedate fields that are blank.<br />
Private Sub PrintInvoice_Click()<br />
DoCmd.OpenQuery &quot;SubtotalUpdate&quot;<br />
DoCmd.OpenQuery &quot;InvoiceTotalAppend&quot;<br />
DoCmd.RunSQL &quot;update Invoices set DueDate=date()+30 where duedate is null&quot;<br />
DoCmd.OpenReport &quot;Invoices&quot;, acViewPreview, , &quot;[Invoices.InvoiceID] = [Forms]![Invoices]![InvoiceID]&quot;, acWindowNormal<br />
End Sub<br />
<br />
Please help and thanks<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/database-design-help/">Database Design Help</category>
			<dc:creator>chrisjack001</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/database-design-help/2252-populate-specific-data-field-row-access-table-based-primary-key.html</guid>
		</item>
		<item>
			<title>Populate Date field (CurrentDate + 30) in table if blank</title>
			<link>http://www.developerbarn.com/microsoft-access/2250-populate-date-field-currentdate-30-table-if-blank.html</link>
			<pubDate>Thu, 02 Sep 2010 16:26:39 GMT</pubDate>
			<description><![CDATA[I have a "Print" button on a Form called "Invoices" that that has embedded macros on the click event I want to replace with VB code due to the...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have a &quot;Print&quot; button on a Form called &quot;Invoices&quot; that that has embedded macros on the click event I want to replace with VB code due to the limitation in Macro. Currently this Macro does the following<br />
<br />
1. Opens and runs a query called &quot;SubtotalUpdate&quot;<br />
2. Opens and runs a query called &quot;InvoiceTotalAppend&quot;<br />
3. Opens and populates a Report called &quot;Invoices&quot; with the DueDate from &quot;Invoices&quot; table before printing. <br />
This is what I want to add to the existing macro all converted to VB code<br />
4. If the DueDate field is blank in the &quot;Invoices&quot; table I want the date saved in that blank field in the table as (Current date + 30 days) before executing option 3. The format of the date should be mm/dd/yyyy. Can I replace this macro with a VB code. Can you please help with the code on Click event. Thanks<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/microsoft-access/">Microsoft Access</category>
			<dc:creator>chrisjack001</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/microsoft-access/2250-populate-date-field-currentdate-30-table-if-blank.html</guid>
		</item>
		<item>
			<title>Visual Studio 2010</title>
			<link>http://www.developerbarn.com/net-development/2249-visual-studio-2010-a.html</link>
			<pubDate>Thu, 02 Sep 2010 12:10:47 GMT</pubDate>
			<description>So I got my hands on Visual Studio 2010 Premium...this is probably the most impressive version of Visual Studio I have seen. All sorts of features...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->So I got my hands on Visual Studio 2010 Premium...this is probably the most impressive version of Visual Studio I have seen. All sorts of features and the best part is...its speed. When I open it, it's instantaneous, unlike previous versions. When I click on a menu item, it opens right away. I'll post more about it when I actually get deeply into using it...but so far, I'm really loving it. :thumbs:<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>jmurrayhead</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2249-visual-studio-2010-a.html</guid>
		</item>
		<item>
			<title>TCP/IP listener in ASP .NET</title>
			<link>http://www.developerbarn.com/net-development/2248-tcp-ip-listener-asp-net.html</link>
			<pubDate>Thu, 02 Sep 2010 09:09:48 GMT</pubDate>
			<description><![CDATA[I'm trying to develop a web application for a system consisting of several hardware devices, which will connect to a specific IP and port of a server...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I'm trying to develop a web application for a system consisting of several hardware devices, which will connect to a specific IP and port of a server to send some measuring data (plain text). This data will be stored in a SQL Server database in the server. Then, the users will connect to this server using a browser to view the stored data.<br />
<br />
I will use ASP .NET (C#) for developing the web application for the users to access the stored data in the database (it's a standard web application with database access to retrieve and show information).<br />
<br />
I don't know what is the best way to develop the application that will act as a TCP/IP listener to receive the hardware devices data, since it must run on the same server that stores the SQL Server database.<br />
<br />
Could someone give me some advice or suggestion about how to develop the server listener application? I think a web service is not a good solution, because the client (hardware device) won't be able to use this technology (it will send a fixed data buffer after its connection request has been accepted). <br />
<br />
Thanks in advance.<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>jcexited</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2248-tcp-ip-listener-asp-net.html</guid>
		</item>
		<item>
			<title>Crystel reports to ssrs reports</title>
			<link>http://www.developerbarn.com/sql-server-reporting-services-help/2246-crystel-reports-ssrs-reports.html</link>
			<pubDate>Wed, 01 Sep 2010 18:36:30 GMT</pubDate>
			<description>Hi, 
 
I need a documentation which helps me to convert crystel reports to ssrs. 
 
if any one having the procedural documentation you can email to...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi,<br />
<br />
I need a documentation which helps me to convert crystel reports to ssrs.<br />
<br />
if any one having the procedural documentation you can email to my below mentioned email address that will be helpful to me in my new starting project.<br />
<a href="mailto:naveenjustlikethat@gmail.com">naveenjustlikethat@gmail.com</a><!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/sql-server-reporting-services-help/">SQL Server Reporting Services Help</category>
			<dc:creator>Naveenkumaryalavarthi</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/sql-server-reporting-services-help/2246-crystel-reports-ssrs-reports.html</guid>
		</item>
		<item>
			<title>Aggregates</title>
			<link>http://www.developerbarn.com/sql-development/2244-aggregates.html</link>
			<pubDate>Tue, 31 Aug 2010 19:42:03 GMT</pubDate>
			<description><![CDATA[Ok, I know I'm going to feel really silly when someone answers this because it should be very basic, but I'm at a loss at this point on how to select...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Ok, I know I'm going to feel really silly when someone answers this because it should be very basic, but I'm at a loss at this point on how to select a record based on a min/max value.  I realize I can use a Having clause, but it doesn't produce what I want.<br />
<br />
Take the following data:<br />
<br />
Create Table Customer (CustomerId int primary key, DateofBirth int);<br />
Insert Into Customer (CustomerId, DateOfBirth)<br />
Values  (1, 19010801);<br />
Insert Into Customer (CustomerId, DateOfBirth)<br />
Values  (2, 19100101);<br />
Insert Into Customer (CustomerId, DateOfBirth)<br />
Values  (3, 19201201);<br />
<br />
Select * from Customer<br />
<br />
Results:<br />
CustomerId   DateOfBirth<br />
1                 19010801<br />
2                 19100101<br />
3                 19201201<br />
<br />
Ok, so if I want to know the customerid of the person with the min or max date of birth, how would I go about it?<br />
<br />
I can write:<br />
<br />
Select customerid, Min(dateofbirth), Max(dateofbirth)<br />
From Customer<br />
Group by customerid<br />
<br />
<br />
but it just yields all records grouped by customerid.  What if I wanted to see just the customerid and the dateofbirth of the min or max?<br />
<br />
Thanks!<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/sql-development/">SQL Development</category>
			<dc:creator>Flam</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/sql-development/2244-aggregates.html</guid>
		</item>
		<item>
			<title>Where are the 2005 SSIS packages?</title>
			<link>http://www.developerbarn.com/microsoft-sql-server/2243-where-2005-ssis-packages.html</link>
			<pubDate>Tue, 31 Aug 2010 16:31:37 GMT</pubDate>
			<description><![CDATA[I have been told "Here is a 2005 database and SSIS package XYZ has two errors in it. Fix them." I can't find them. I've gone to the Integration...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have been told &quot;Here is a 2005 database and SSIS package XYZ has two errors in it. Fix them.&quot; I can't find them. I've gone to the Integration Services Engine, but the folders there are all empty (except for other empty folders)<br />
<br />
I also ran a search on XYZ.dtsx and found it (along with all the other .dtsx files) in someone's folder inside of a zipped folder. BMS can't brows beyond the zipped folder, so I coppied all the .dtsx files to my folder and then told BMS to open that file. It seems to have various errors, so I assume that I am not doing this correctly (I have no trouble creating my own packages). Also, since this is supposed to be a duplicate of a database with packages being run every night, it seems that there should be working SSIS packages SOMEWHERE. Where do these thing normally hide? (All of the tutorials I've gone through had me set up a special folder for packages I created)<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/microsoft-sql-server/">Microsoft SQL Server</category>
			<dc:creator>grnzbra</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/microsoft-sql-server/2243-where-2005-ssis-packages.html</guid>
		</item>
		<item>
			<title><![CDATA[Report Design & Data]]></title>
			<link>http://www.developerbarn.com/sql-server-reporting-services-help/2241-report-design-data.html</link>
			<pubDate>Tue, 31 Aug 2010 10:26:33 GMT</pubDate>
			<description><![CDATA[Hi all, I think it will be sound so dumb, but I don't have any idea what should I do to show some data from SSRS. 
 
Well, let's say I wanted to...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi all, I think it will be sound so dumb, but I don't have any idea what should I do to show some data from SSRS.<br />
<br />
Well, let's say I wanted to build a report like this :<br />
<br />
<u>PAGE 1</u><br />
<br />
Name : Dumbo<br />
Address : Bali <br />
NPWP Code : 123456<br />
<br />
<br />
NO|ITEM|QTY <br />
1__ABC__5<br />
2__CDE__10  <br />
<br />
Total       15<br />
<br />
<br />
<br />
<br />
<u>PAGE 2</u><br />
<br />
Name : Sillio<br />
Address : Jakarta <br />
NPWP Code : 654321<br />
<br />
<br />
NO|ITEM|QTY <br />
1__CCC__10<br />
2__DDD__50  <br />
<br />
Total      60<br />
<br />
<br />
<br />
PS :<br />
I'm using 1 Store Procedure. <br />
The parameter is using <b>DocNoFrom</b> Between <b>DocNoTo</b> (2param)<br />
<br />
<u>The problem is :</u> <br />
The report I already designed is using textbox to show each data. But everytime I want to show next record, they won't show up.<br />
Then I re-build the report using table (only 1 table with 1 <acronym title="Stored Procedure">SP</acronym>) but the result is still a mess.<br />
<br />
So, any idea how to make this report nicely done? <br />
Do I have to put that name into a header? coz everytime I put textbox into a header, the next record also not showing up.<br />
<br />
Thank you in advance<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/sql-server-reporting-services-help/">SQL Server Reporting Services Help</category>
			<dc:creator>PhloooooIsFlo</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/sql-server-reporting-services-help/2241-report-design-data.html</guid>
		</item>
		<item>
			<title>Username Question</title>
			<link>http://www.developerbarn.com/sql-development/2236-username-question.html</link>
			<pubDate>Sun, 29 Aug 2010 21:25:30 GMT</pubDate>
			<description><![CDATA[I've been slightly perplexed at the results of the following query depending on where I'm running it from: 
 
SELECT spid, nt_username 
FROM...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I've been slightly perplexed at the results of the following query depending on where I'm running it from:<br />
<br />
SELECT spid, nt_username<br />
FROM sys.sysprocesses <br />
where spid=@@spid<br />
<br />
(I realize I can run SUSER_Name() as well as a variety of other username functions, this is just an example)<br />
<br />
Anyway, I have 2 different modules for an application.  Both of them run on the same database, just out of different ports on the server.  They run from SQL Server 2005.  Both modules have their own built-in query executors (limited functionality; select statements only).<br />
<br />
The thing that confuses me is that if I run the aforementioned query, one module always returns the nt_username value=the local machine username<br />
while the other module returns tthe nt_username=the admin security group in SQL Server.<br />
<br />
So for example, the results from module 1 of the above query might be:<br />
<br />
SPID  nt_username<br />
55     FLAM<br />
<br />
while the results of module 2 might be:<br />
<br />
SPID nt_username<br />
62    T_Admin<br />
<br />
I'm not sure if this is something on the application or something I can change in SQL Server.<br />
<br />
Anyone have any ideas?<br />
<br />
Thanks much!<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/sql-development/">SQL Development</category>
			<dc:creator>Flam</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/sql-development/2236-username-question.html</guid>
		</item>
		<item>
			<title>C# OleDbException: Unspecified error</title>
			<link>http://www.developerbarn.com/net-development/2235-c-oledbexception-unspecified-error.html</link>
			<pubDate>Sun, 29 Aug 2010 15:31:12 GMT</pubDate>
			<description><![CDATA[Hi, I'm trying to use a dropdownlist databound to an access data source (which has a parameter) and a gridview bound to another access data source...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi, I'm trying to use a dropdownlist databound to an access data source (which has a parameter) and a gridview bound to another access data source (with a parameter).<br />
<br />
There is a button that will send delete/insert/update command to the database based on the value of the dropdownlist. <br />
<br />
Button code:<br />
(I know I should use parameters)<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">if (cl.getInt(&quot;SELECT Count(player) FROM TownVotes WHERE (player = '&quot; + Session[&quot;cname&quot;].ToString() + &quot;')&quot;) &gt; 0)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cl.excQuery(&quot;DELETE FROM TownVotes WHERE (player = '&quot; + Session[&quot;cname&quot;].ToString() + &quot;')&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cl.excQuery(&quot;INSERT INTO TownVotes (Town, player, votedon) VALUES (&quot; + Session[&quot;TownID&quot;] + &quot;,'&quot; + Session[&quot;cname&quot;].ToString() + &quot;','&quot; + playerlist.SelectedValue.ToString() + &quot;')&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bc.hokage(Convert.ToInt32(Session[&quot;TownID&quot;].ToString()));<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cl.excQuery(&quot;INSERT INTO TownVotes (Town, player, votedon) VALUES (&quot; + Session[&quot;TownID&quot;] + &quot;,'&quot; + Session[&quot;cname&quot;].ToString() + &quot;','&quot; + playerlist.SelectedValue.ToString() + &quot;')&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bc.hokage(Convert.ToInt32(Session[&quot;TownID&quot;].ToString()));<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div> bc.hokage:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> public void hokage(int townid)<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; string hokage = cl.getString(&quot;SELECT votedon FROM TownVotes WHERE (Town = &quot; + townid + &quot;) GROUP BY votedon&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; cl.excQuery(&quot;UPDATE Towns SET (Hokage = '&quot; + hokage + &quot;') WHERE (Town = &quot; + townid + &quot;)&quot;);<br />
&nbsp; &nbsp; }</code><hr />
</div> <br />
Here's the trace:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">[OleDbException (0x80004005): Unspecified error]<br />
&nbsp;  System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +975157<br />
&nbsp;  System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +86<br />
&nbsp;  System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +29<br />
&nbsp;  System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4865788<br />
&nbsp;  System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117<br />
&nbsp;  System.Data.OleDb.OleDbConnection.Open() +40<br />
&nbsp;  AD.conn() in c:\7^4\App_Code\AD.cs:28<br />
&nbsp;  AD.getString(String sqlstring) in c:\7^4\App_Code\AD.cs:70<br />
&nbsp;  BC.hokage(Int32 townid) in c:\7^4\App_Code\BC.cs:162<br />
&nbsp;  Default2.btnVote_Click(Object sender, EventArgs e) in c:\7^4\TownPolitics.aspx.cs:21<br />
&nbsp;  System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111<br />
&nbsp;  System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110<br />
&nbsp;  System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10<br />
&nbsp;  System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13<br />
&nbsp;  System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36<br />
&nbsp;  System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565</code><hr />
</div> Thank you! :)<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>mksilva</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2235-c-oledbexception-unspecified-error.html</guid>
		</item>
		<item>
			<title>Need Help with CAPTCHA on Form</title>
			<link>http://www.developerbarn.com/asp-development/2234-need-help-captcha-form.html</link>
			<pubDate>Thu, 26 Aug 2010 12:12:07 GMT</pubDate>
			<description><![CDATA[Hi there! 
 
I'm kinda new here and well... I have a small problem. I just got reading ASP stuff since 2 days ago. I'm basically a PHP person. But...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi there!<br />
<br />
I'm kinda new here and well... I have a small problem. I just got reading ASP stuff since 2 days ago. I'm basically a PHP person. But since my company changed from a Linux Server to a Windows Server, I kinda have to basically redo everything in ASP. <br />
<br />
So anyways, I just did my very very fast and very very messy Form Mail to get my stuff previously running instead of waiting for me to really learn ASP till I really know it to write it nicely. <br />
<br />
Anyways, I now seem to be running into a small problem. I'm about 99.99% sure that if I left my FormMail just like it is right now, I'm sure spammers those bad ppl will come after my mail and exploit it. <br />
<br />
Could someone be nice enough to help me put a CAPTCHA on my FormMail so that it would not be targeted by SPAMMERS and etc. <br />
<br />
Would really appreciate it a lot. <br />
<br />
Thanks in advance!<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/asp-development/">ASP Development</category>
			<dc:creator>aodat2</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/asp-development/2234-need-help-captcha-form.html</guid>
		</item>
		<item>
			<title>SUMMARY Formula for All Months in Access report Grouped by Month at the End of Report</title>
			<link>http://www.developerbarn.com/microsoft-access/2232-summary-formula-all-months-access-report-grouped-month-end-report.html</link>
			<pubDate>Wed, 25 Aug 2010 17:33:45 GMT</pubDate>
			<description>I need help with the formula or step in a report in Access to get Summary for All Months in the report Grouped by Month at the end of the report...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I need help with the formula or step in a report in Access to get Summary for All Months in the report Grouped by Month at the end of the report before the Grand Total as seen below. Thanks for your help.<br />
<br />
Example     <br />
Account  1                Jan 2009   $1500<br />
                                   Feb 2009  $800<br />
Account 2                 Jan 2010    $5000<br />
                                   Feb 2010    $200<br />
SUMMARY OF JAN    $6500<br />
SUMMARY OF FEB    $1000<br />
GRAND TOTAL<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/microsoft-access/">Microsoft Access</category>
			<dc:creator>chrisjack001</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/microsoft-access/2232-summary-formula-all-months-access-report-grouped-month-end-report.html</guid>
		</item>
	</channel>
</rss>
