<?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 - .Net Development</title>
		<link>http://www.developerbarn.com/</link>
		<description>Learn about the Microsoft .Net framework and how to create powerful web-based (ASP.net) and client-based (Windows Forms) applications utilizing various languages such as C#, VB.Net, J# and others. Utilize tools such as Visual Studio to build your applications.</description>
		<language>en</language>
		<lastBuildDate>Mon, 06 Sep 2010 12:15:58 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.developerbarn.com/images/misc/rss.png</url>
			<title>Developer Barn - .Net Development</title>
			<link>http://www.developerbarn.com/</link>
		</image>
		<item>
			<title>Windows Forms - C# using c#.net forms to replace microsoft access forms</title>
			<link>http://www.developerbarn.com/net-development/2257-using-c-net-forms-replace-microsoft-access-forms.html</link>
			<pubDate>Sun, 05 Sep 2010 12:53:29 GMT</pubDate>
			<description>Hello, 
am looking for advice first - before I ask specific questions 
I have attached a simple example time worked database I have. 
What is mainly...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hello,<br />
am looking for advice first - before I ask specific questions<br />
I have attached a simple example time worked database I have.<br />
What is mainly different than most time forms - is that I have two tables in microsoft access database. the form lets user enter data during the week and as long as user does not click submit button- the data is still there. the form is bound to table1. <br />
<br />
But when user clicks submit button- all data is transferred to table2-( and data is then cleared out of table1).<br />
my report for each user is based on their table2. <br />
I am learning slowly C#.net. ( at work some computers not on network and only have .net 2.0 version)- i want to know if a C# form could replicate what the microsoft access form is doing here. <br />
one reason am doing it- may be just a lesson for myself in C#- but I wonder first can C# form do it and In my actual database- I have a separate forms for each user- Can C# have multiple forms for a function like this.<br />
thank you<!-- google_ad_section_end --></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/zip.gif" alt="File Type: zip" />
	<a href="http://www.developerbarn.com/attachments/net-development/592d1283690614-using-c-net-forms-replace-microsoft-access-forms-exampledatabase1.zip">exampleDatabase1.zip</a> 
(24.8 KB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>arloguth</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2257-using-c-net-forms-replace-microsoft-access-forms.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>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>ASyncUpload control with URL rewrite</title>
			<link>http://www.developerbarn.com/net-development/2221-asyncupload-control-url-rewrite.html</link>
			<pubDate>Fri, 20 Aug 2010 09:35:20 GMT</pubDate>
			<description><![CDATA[I'm utilising the AsyncFileUpload control as part of the AJAX Control Toolkit but it always throws an error when I have a rewritten URL instead of...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I'm utilising the AsyncFileUpload control as part of the AJAX Control Toolkit but it always throws an error when I have a rewritten URL instead of the path to the actual file.<br />
<br />
For example if I have <a href="http://www.domain.com/contact/upload" target="_blank">www.domain.com/contact/upload</a> it throws an error whereas if I have <a href="http://www.domain.com/contactupload.aspx" target="_blank">www.domain.com/contactupload.aspx</a> it works fine.<br />
<br />
The error is the file /contact/upload/contactupload.aspx does not exist. So obviously it's using the relative path from the url and appending the filename, rather than just using the url as it is.<br />
<br />
Any ideas how to fix this?<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>richyrich</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2221-asyncupload-control-url-rewrite.html</guid>
		</item>
		<item>
			<title>ASP.Net - C# Building Dynamic Conditional Statement</title>
			<link>http://www.developerbarn.com/net-development/2213-building-dynamic-conditional-statement.html</link>
			<pubDate>Tue, 17 Aug 2010 12:08:46 GMT</pubDate>
			<description>Anyone got an idea on how I could build a dynamic user-defined conditional statement? So, I want users to be able to select what properties to...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Anyone got an idea on how I could build a dynamic user-defined conditional statement? So, I want users to be able to select what properties to include in a conditional.<br />
<br />
I want users to be able to build there own conditionals so, ideally it would be something like:-<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">obj object = new obj();<br />
object.id=1;<br />
object.title=&quot;title&quot;;<br />
object.firstname=&quot;firstname&quot;;<br />
object.lastname=&quot;lastname&quot;;<br />
<br />
if (object.(ddlFirstOption.SelectedValue)==txtFirstOptionToCheck.Text)<br />
{<br />
&nbsp; &nbsp; //use object.(ddlFirstOption.SelectedValue)<br />
}else if (object.(ddlSecondOption.SelectedValue)==txtSecondObjectToCheck.text)<br />
{<br />
&nbsp;  //use object.(ddlSecondOption.SelectedValue)<br />
}</code><hr />
</div> So a user could, for example, have a conditional where they selected title in the first option dropdown and enter &quot;title&quot; in the first option to check textbox.<br />
<br />
So, I guess the question is, can you dynamically choose the property of an object or do you always have to &quot;hard-code&quot; them?<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>richyrich</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2213-building-dynamic-conditional-statement.html</guid>
		</item>
		<item>
			<title>Windows Forms - C# C# form- access and crystal report</title>
			<link>http://www.developerbarn.com/net-development/2205-c-form-access-crystal-report.html</link>
			<pubDate>Sat, 14 Aug 2010 12:05:06 GMT</pubDate>
			<description>Hello, 
general question: 
i have never used crystal reports- I am trying to take microsoft access form and change to use C#.net ( .net 2.0 version)...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hello,<br />
general question:<br />
i have never used crystal reports- I am trying to take microsoft access form and change to use C#.net ( .net 2.0 version) form to do all same functions.<br />
I was told Crystal reports are better to use than microsoft access reports.<br />
Am still using access database.<br />
If I create a c#.net form with crystal report- place it on a local network- do users need crystal report software on each of there pc's to view the crystal report?<br />
I have Visual studio 2008 - is crystal reports bundled in this?<br />
thank you<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>arloguth</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2205-c-form-access-crystal-report.html</guid>
		</item>
		<item>
			<title>Image preview issue</title>
			<link>http://www.developerbarn.com/net-development/2202-image-preview-issue.html</link>
			<pubDate>Fri, 13 Aug 2010 08:54:24 GMT</pubDate>
			<description>Hi. 
I am displaying thumbnail images in grid as thumbnail.clciking on thumbnail user can view actual larger image in pop up window. Problem is after...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi.<br />
I am displaying thumbnail images in grid as thumbnail.clciking on thumbnail user can view actual larger image in pop up window. Problem is after showing 2 or 3 images it doesn't work. page can not be displayed error in pop up window. Already I have spent 4 hrs still no luck.<br />
<br />
On item bound event onclick event is attached.<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> protected void dgImages_ItemDataBound(object sender, GridItemEventArgs e)<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (e.Item is GridDataItem)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string documentID = DataBinder.Eval(e.Item.DataItem, WebConstants.COL_DOCUMENT_ID).ToString();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string description = DataBinder.Eval(e.Item.DataItem, WebConstants.COL_DESCRIPTION).ToString();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!string.IsNullOrEmpty(documentID))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ((Telerik.Web.UI.RadBinaryImage)(((GridDataItem)e.Item)[WebConstants.COL_THUMB_NAIL].Controls[0])).Attributes[&quot;onclick&quot;] = String.Format(WebConstants.SHOW_MAIN_IMAGE, documentID, description);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; }</code><hr />
</div> when user clicks thumbnail below javascript function gets called.<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> function showMainImage(documentID,description) {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newwindow = window.open(&quot;FormViewPicturePreview.aspx?documentID=&quot; + documentID + &quot;&amp;Description=&quot; + description , 'name_' + documentID, 'height=400px,width=550px,left=100,top=100,right=100,resizable=no,scrollbars=no,toolbar=no,status=no');<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div> Formviewpicturepreview.aspx.cs<br />
-------------------------------<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">protected void Page_Load(object sender, EventArgs e)<br />
&nbsp; &nbsp; {&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; if (!string.IsNullOrEmpty(Request.QueryString[WebConstants.COL_DOCUMENT_ID]))&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; string documentID = Request.QueryString[WebConstants.COL_DOCUMENT_ID];<br />
&nbsp; &nbsp; &nbsp; &nbsp; string description = Request.QueryString[WebConstants.COL_DESCRIPTION];<br />
&nbsp; &nbsp; &nbsp; &nbsp; lblPictureNameValue.Text = description;<br />
&nbsp; &nbsp; &nbsp; &nbsp; imgPreview.ImageUrl = &quot;DisplayImage.aspx?DocumentID=&quot; + documentID;<br />
&nbsp; &nbsp; &nbsp; &nbsp; SessionHelper.ResetSessionValue(SessionConstants.IMAGE_MANAGE);<br />
&nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; }</code><hr />
</div> DisplayImage.aspx.cs .Here images are retrevied from database.<br />
------------------------<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">protected void Page_Load(object sender, EventArgs e)<br />
&nbsp; &nbsp; {<br />
<br />
&nbsp; &nbsp; &nbsp; if (this.Page.Request.QueryString[WebConstants.COL_DOCUMENT_ID] != null)<br />
&nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; int documentID = Convert.ToInt32(Request.QueryString[WebConstants.COL_DOCUMENT_ID]);<br />
&nbsp; &nbsp; &nbsp; &nbsp; //First Clear the session.<br />
&nbsp; &nbsp; &nbsp; &nbsp; SessionHelper.ResetSessionValue(SessionConstants.IMAGE_MANAGE);<br />
&nbsp; &nbsp; &nbsp; &nbsp; //MemoryStream stream = new MemoryStream();<br />
&nbsp; &nbsp; &nbsp; &nbsp; ImageManage imageManage = new ImageManage();&nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //Get image detail<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; imageManage = AssetManagerDelegate.GetImageDetail(DatabaseInstanceName, DatabaseName, documentID);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (imageManage.FileImage != null)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //Add to session for later use.<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SessionHelper.SetSessionValue(SessionConstants.IMAGE_MANAGE, imageManage);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; byte[] image = imageManage.FileImage;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //stream.Write(image, 0, image.Length);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //Bitmap bitmap = new Bitmap(stream);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Response.ContentType = WebConstants.IMAGE_CONTENT_TYPE;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Response.BinaryWrite(image);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //bitmap.Save(Context.Response.OutputStream, ImageFormat.Jpeg);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //bitmap.Dispose();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div> <!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>guddu</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2202-image-preview-issue.html</guid>
		</item>
		<item>
			<title>Display Events in Calendar</title>
			<link>http://www.developerbarn.com/net-development/2199-display-events-calendar.html</link>
			<pubDate>Wed, 11 Aug 2010 13:38:41 GMT</pubDate>
			<description>Hi 
 
I have a request from a client (on that crappy coded site I been talking about), he wants a calendar on the site, but this calendar must be...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi<br />
<br />
I have a request from a client (on that crappy coded site I been talking about), he wants a calendar on the site, but this calendar must be populated by the events that are on the site.<br />
<br />
is there a control that can be used, so it looks like a normal calendar, but is populated from a table, not by the user?<br />
<br />
Thanks for any help.<br />
Shem<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.Net Development</category>
			<dc:creator>Shem</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/2199-display-events-calendar.html</guid>
		</item>
	</channel>
</rss>
