<?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>Microsoft .Net Technology -  - www.popasp.net</title>
	<atom:link href="http://www.popasp.net/rss/computers-dotnet.xml" rel="self" type="application/rss+xml" />
	<link>http://www.popasp.net/category/computers-dotnet/</link>
	<description>www.popasp.net, Microsoft .Net Technology</description>
	<lastBuildDate>Tue, 22 May 2012 20:33:05 GMT</lastBuildDate>
	<generator>http://www.popasp.net/?v=6.01</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<item>
	<title>Problem with URL redirection in auto postback</title>
	<link>http://www.popasp.net/computers-dotnet/102306/</link>
	<comments>http://www.popasp.net/computers-dotnet/102306/</comments>
	<pubDate>Sun, 06 Jan 2008 05:53:00 GMT</pubDate>
	<dc:creator>jeba_antony</dc:creator>
	<category><![CDATA[Microsoft .Net Technology]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102306/</guid>
	<description><![CDATA[Hi,I am using URL Redirection in my project (ASP.net 2.0 with VB)I just done all the rewriting process in global.asaxIf the file name ishttp://mydomain/category_cat_id.htmlthen it will rediret tohttp://mydomain/show_category.aspx?cat_id=cat_id (here cat_id derived from html file)In my show_categ......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102306&amp;cid=1&amp;c=computers-dotnet/</wfw:commentRss>
	<slash:comments>3</slash:comments>
	</item>
	<item>
	<title>Database Bound TreeView</title>
	<link>http://www.popasp.net/computers-dotnet/102305/</link>
	<comments>http://www.popasp.net/computers-dotnet/102305/</comments>
	<pubDate>Fri, 04 Jan 2008 17:21:00 GMT</pubDate>
	<dc:creator>mhariri</dc:creator>
	<category><![CDATA[Microsoft .Net Technology]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102305/</guid>
	<description><![CDATA[Hi I am populating a treeview using the &quot;ONTREENODEPOPULATE&quot; andvoid PopulateNode(Object sender,TreeNodeEventArgs e){//Response.Write(e.Node.Depth);switch(e.Node.Depth){case 0: PopulateCategories(e.Node);break;case 1: PopulateStatus(e.Node);break;case 2: PopulateTypes(e.Node);break;case 3: Popul......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102305&amp;cid=1&amp;c=computers-dotnet/</wfw:commentRss>
	<slash:comments>9</slash:comments>
	</item>
	<item>
	<title>System.Cache while in different thread?</title>
	<link>http://www.popasp.net/computers-dotnet/102304/</link>
	<comments>http://www.popasp.net/computers-dotnet/102304/</comments>
	<pubDate>Mon, 31 Dec 2007 16:33:00 GMT</pubDate>
	<dc:creator>akell</dc:creator>
	<category><![CDATA[Microsoft .Net Technology]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102304/</guid>
	<description><![CDATA[My Web application completes a few background tasks which are launched on different threads. Some of these tasks require reading and writing to the System.Cache. A problem which I have is that while in a different Thread the application is unable to access the Cache for reading or writing.Does a......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102304&amp;cid=1&amp;c=computers-dotnet/</wfw:commentRss>
	<slash:comments>6</slash:comments>
	</item>
	<item>
	<title>Sorting data in GridView with dynamics fields</title>
	<link>http://www.popasp.net/computers-dotnet/102303/</link>
	<comments>http://www.popasp.net/computers-dotnet/102303/</comments>
	<pubDate>Sun, 06 Jan 2008 06:10:00 GMT</pubDate>
	<dc:creator>a_j_</dc:creator>
	<category><![CDATA[Microsoft .Net Technology]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102303/</guid>
	<description><![CDATA[Hello,I have a GridView which display some fields depending on selected fields from ListBox.What I want to know is how can I sort this GridView again.I used these codes to move the selected fields from ListBox1 to ListBox2: protected void ListBox1_SelectedIndexChanged(object sender, EventArgs e)......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102303&amp;cid=1&amp;c=computers-dotnet/</wfw:commentRss>
	<slash:comments>11</slash:comments>
	</item>
	<item>
	<title>Sorting issue !</title>
	<link>http://www.popasp.net/computers-dotnet/102302/</link>
	<comments>http://www.popasp.net/computers-dotnet/102302/</comments>
	<pubDate>Mon, 31 Dec 2007 12:49:00 GMT</pubDate>
	<dc:creator>gary</dc:creator>
	<category><![CDATA[Microsoft .Net Technology]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102302/</guid>
	<description><![CDATA[Hi,We are facing a typical problem with sorting a datagrid in Windowsapplication ( c# )The scenarioWe have a datagrid which is binded to a dataview which conatins two columnssay Name and Age.We tried with allowsorting property, to make the sorting enable and it isworking fine.But the problem isA......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102302&amp;cid=1&amp;c=computers-dotnet/</wfw:commentRss>
	<slash:comments>1</slash:comments>
	</item>
	<item>
	<title>Show Enumration type of data in Gridview</title>
	<link>http://www.popasp.net/computers-dotnet/102301/</link>
	<comments>http://www.popasp.net/computers-dotnet/102301/</comments>
	<pubDate>Sat, 05 Jan 2008 19:54:00 GMT</pubDate>
	<dc:creator>miaf</dc:creator>
	<category><![CDATA[Microsoft .Net Technology]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102301/</guid>
	<description><![CDATA[I have a field named &quot;field1&quot; that can have values {value1, value2, value3, ...}, I need to store this field in SQL server and show its value in Gridview. I have two ways to do this:1. Store field1 as varchar(10) and no extra code needed for Gridview Databinding;2. Store field1 as tinyint {1, 2,......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102301&amp;cid=1&amp;c=computers-dotnet/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>Asp.Net and printing</title>
	<link>http://www.popasp.net/computers-dotnet/102300/</link>
	<comments>http://www.popasp.net/computers-dotnet/102300/</comments>
	<pubDate>Fri, 04 Jan 2008 12:36:00 GMT</pubDate>
	<dc:creator>chrisdunaway</dc:creator>
	<category><![CDATA[Microsoft .Net Technology]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102300/</guid>
	<description><![CDATA[I have a simple .asp page in which is included an IFrame that loadsand Asp.Net page. The asp.net page takes and xml document and uses anxslt transformation to generate the html for output. The output isjust a viewable only report.Inside the .aspx page, I have registered a simple client side scri......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102300&amp;cid=1&amp;c=computers-dotnet/</wfw:commentRss>
	<slash:comments>1</slash:comments>
	</item>
	<item>
	<title>Reg. exp. question</title>
	<link>http://www.popasp.net/computers-dotnet/102299/</link>
	<comments>http://www.popasp.net/computers-dotnet/102299/</comments>
	<pubDate>Thu, 27 Dec 2007 23:42:00 GMT</pubDate>
	<dc:creator>roy</dc:creator>
	<category><![CDATA[Microsoft .Net Technology]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102299/</guid>
	<description><![CDATA[Hi all,I need to check a string for valid characters. The regular expression that Iam working is long and I try to make it short. There are many &apos;or&apos; conditionin the expression, so if I can find answer to the following question then Ican make the reg exp shorter and nicer.Now example:......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102299&amp;cid=1&amp;c=computers-dotnet/</wfw:commentRss>
	<slash:comments>1</slash:comments>
	</item>
	<item>
	<title>XmlDataSource broken?</title>
	<link>http://www.popasp.net/computers-dotnet/102298/</link>
	<comments>http://www.popasp.net/computers-dotnet/102298/</comments>
	<pubDate>Wed, 07 May 2008 10:35:00 GMT</pubDate>
	<dc:creator>d_james</dc:creator>
	<category><![CDATA[Microsoft .Net Technology]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102298/</guid>
	<description><![CDATA[Maybe I am just missing something but...Consider that you bind a datalist to an xmldatasource. You may want tofilter the source or select only a subset of the data. So you apply atransform. Everything works for the first one. Then you want to change thetransform, but it doesn&amp;#039;t work. So you......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102298&amp;cid=1&amp;c=computers-dotnet/</wfw:commentRss>
	<slash:comments>1</slash:comments>
	</item>
	<item>
	<title>Q: Experiences with User Interface Process (UIP) Application Block</title>
	<link>http://www.popasp.net/computers-dotnet/102297/</link>
	<comments>http://www.popasp.net/computers-dotnet/102297/</comments>
	<pubDate>Tue, 29 Apr 2008 18:43:00 GMT</pubDate>
	<dc:creator>holger_david_wagner</dc:creator>
	<category><![CDATA[Microsoft .Net Technology]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102297/</guid>
	<description><![CDATA[Hi all,is by now anybody using &quot;User Interface Process (UIP) Application Block- Version 2.0&quot;?http://msdn.microsoft.com/library/d...br /&gt;ch01.aspI think this looks quite promising and am considering using it in acurrent project. However, I&amp;#039;d like to know in advance from peopleexperienced wit......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102297&amp;cid=1&amp;c=computers-dotnet/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
</channel>
</rss>
