<?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 - 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>popasp.net, Microsoft .Net Technology</description>
<lastBuildDate>Mon, 21 May 2012 07:16:27 GMT</lastBuildDate>
<generator>http://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 - Microsoft .Net Technology</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[.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......(with 3 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102306&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>3</slash:comments>
</item>
<item>
<title>Database Bound TreeView - Microsoft .Net Technology</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[.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......(with 9 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102305&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>9</slash:comments>
</item>
<item>
<title>System.Cache while in different thread? - Microsoft .Net Technology</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[.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......(with 6 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102304&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>6</slash:comments>
</item>
<item>
<title>Sorting data in GridView with dynamics fields - Microsoft .Net Technology</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[.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)......(with 11 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102303&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>11</slash:comments>
</item>
<item>
<title>Sorting issue ! - Microsoft .Net Technology</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[.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......(with 1 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102302&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>Show Enumration type of data in Gridview - Microsoft .Net Technology</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[.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=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Asp.Net and printing - Microsoft .Net Technology</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[.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......(with 1 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102300&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>Reg. exp. question - Microsoft .Net Technology</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[.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:......(with 1 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102299&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>XmlDataSource broken? - Microsoft .Net Technology</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[.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&apos;t work. So you......(with 1 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102298&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>Q: Experiences with User Interface Process (UIP) Application Block - Microsoft .Net Technology</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[.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&apos;d like to know in advance from peopleexperienced wit......]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102297&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>asp.net tabs - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102296/</link>
<comments>http://www.popasp.net/computers-dotnet/102296/</comments>
<pubDate>Mon, 02 Jun 2008 19:15:00 GMT</pubDate>
<dc:creator>anonymous</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102296/</guid>
<description><![CDATA[Hello, in the browser it&apos;s possible to ask for the source code (right mouse button and menu source code). That source is generated by asp.net. It contains a lot of whitespace. Is it possible to switch off that whitespace with some setting in VisStudio(C#)? Thanks Frank......(with 1 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102296&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>Error when connecting ADO - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102295/</link>
<comments>http://www.popasp.net/computers-dotnet/102295/</comments>
<pubDate>Wed, 02 Jan 2008 16:48:00 GMT</pubDate>
<dc:creator>alex002</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102295/</guid>
<description><![CDATA[Dear all,I am now writing a VB.net application to get data from the Ole Db Providerwhich I created in ATL COM before. It work well in my own computer.However, i have tested this program with other computers; however, when theprogram execute some sql query, the error msg &quot;Error in mscorlib, objec......]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102295&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>SQL Server BCP utility to copy a table in and out of SQL Server to a CVS file - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102294/</link>
<comments>http://www.popasp.net/computers-dotnet/102294/</comments>
<pubDate>Fri, 04 Jan 2008 23:46:00 GMT</pubDate>
<dc:creator>fniles</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102294/</guid>
<description><![CDATA[I would like to copy a table(s) from SQL Server 2005 to a CVS file and viceversa.I was thinking to use the BCP command line utility, but I have a fewquestions:1. The machine where I am going to run BCP utility does not have SQL Serverinstalled, so BCP.exe and its underlying DLLs are not there.I......(with 9 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102294&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>9</slash:comments>
</item>
<item>
<title>Fixed label size - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102293/</link>
<comments>http://www.popasp.net/computers-dotnet/102293/</comments>
<pubDate>Sun, 06 Jan 2008 01:49:00 GMT</pubDate>
<dc:creator>postmodernist</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102293/</guid>
<description><![CDATA[I have a form with a text area so that the user can enter the detail of an element. In another web form, the detail is displayed in a label.The problem is that if the user enters the text in the text area without any line break the text is displayed as it is in the label which makes the whole pa......(with 1 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102293&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>Validation + Malicious input - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102292/</link>
<comments>http://www.popasp.net/computers-dotnet/102292/</comments>
<pubDate>Wed, 21 May 2008 01:45:00 GMT</pubDate>
<dc:creator>anonymous</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102292/</guid>
<description><![CDATA[Hello All, I am currently developing a windows form which transacts data with a database, using web services. These transactions are the heart of the application, as 98% of the tasks allowed on the UI bind to the web service. Due to the implicit need of assuring the user does not enter wrong dat......]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102292&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Code behind read Java variable? - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102291/</link>
<comments>http://www.popasp.net/computers-dotnet/102291/</comments>
<pubDate>Fri, 30 May 2008 17:55:00 GMT</pubDate>
<dc:creator>dale</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102291/</guid>
<description><![CDATA[Hi All-I have a Javascript routine that sets a variable. I need to pass thevariable to my C# code behind page (or bind it). Is this possible?Thanks in advance,Dale Lundgren......(with 2 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102291&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>2</slash:comments>
</item>
<item>
<title>private and public methods? - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102290/</link>
<comments>http://www.popasp.net/computers-dotnet/102290/</comments>
<pubDate>Mon, 03 Dec 2007 21:30:00 GMT</pubDate>
<dc:creator>{yak}</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102290/</guid>
<description><![CDATA[Hi,Say I have a class, and within the class a method, how do you determine if you declare the method public or private? I always thought you&apos;re suppose to declare them private, but, if so, when you want to call that method from another class, you&apos;ve got to have a public method to call......(with 13 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102290&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>13</slash:comments>
</item>
<item>
<title>Access JavaScript array that is sent client side in page load - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102289/</link>
<comments>http://www.popasp.net/computers-dotnet/102289/</comments>
<pubDate>Sun, 06 Jan 2008 03:48:00 GMT</pubDate>
<dc:creator>hfctwm</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102289/</guid>
<description><![CDATA[Hi, I have sent an asp.net arraylist client side on page load.private void Page_Load(object sender, System.EventArgs e){--this.Button1.Attributes.Add(&quot;onClick&quot;, &quot;return ConfirmFun();&quot;);--string msgScript;msgScript = &quot; &amp;lt;script language = JavaScript&gt;&quot;;msgScript += &quot; var clientArray= new Arra......(with 7 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102289&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>7</slash:comments>
</item>
<item>
<title>Handling OnMouseClick of a control from designer - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102288/</link>
<comments>http://www.popasp.net/computers-dotnet/102288/</comments>
<pubDate>Sun, 16 Dec 2007 12:09:00 GMT</pubDate>
<dc:creator>codefund_com</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102288/</guid>
<description><![CDATA[How can I handle this event when the user clicks on the control in VS designer? I would like to create control similar to TabControl (but I dont want to inherit it) and I am interested, how is the tab switching done in the design time for example. Similar question is, how can I add ......(with 1 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102288&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>passing global strings? - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102287/</link>
<comments>http://www.popasp.net/computers-dotnet/102287/</comments>
<pubDate>Sun, 16 Dec 2007 10:48:00 GMT</pubDate>
<dc:creator>codefund_com</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102287/</guid>
<description><![CDATA[have a global string defined in a form class MyGlobalStuff { public static string user; } how does one pass this variable onto a different form in the project. It tells me the global variable user is not defined for that different form in in the project. Any help would be appreciated! thanks ......(with 2 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102287&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>2</slash:comments>
</item>
<item>
<title>cannot clear cache in firefox 2.0 - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102286/</link>
<comments>http://www.popasp.net/computers-dotnet/102286/</comments>
<pubDate>Sat, 05 Jan 2008 23:38:00 GMT</pubDate>
<dc:creator>flyzzbba</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102286/</guid>
<description><![CDATA[Hello,Im trying to find a way to clear the cache in a firefox browser. The idea is when ever a text box on a form is edited, and then the refresh button is clicked, that the data in the text box reverts back to its original data (not the new data that was put in). Through much research on the to......(with 3 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102286&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>3</slash:comments>
</item>
<item>
<title>VS2005 Security Settings/Trust - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102285/</link>
<comments>http://www.popasp.net/computers-dotnet/102285/</comments>
<pubDate>Wed, 21 May 2008 03:15:00 GMT</pubDate>
<dc:creator>anonymous</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102285/</guid>
<description><![CDATA[I have just installed VS 2005 (MSDN version) and I am having problems coping files to the Projects folder while VS2005 is running. The projects folder is on a network share and I have used mscorfg.msc to set permissions as follows: Machine | Code Groups | All_Code | LocalIntranetZone | Copy of D......(with 9 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102285&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>9</slash:comments>
</item>
<item>
<title>Expression Validation - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102284/</link>
<comments>http://www.popasp.net/computers-dotnet/102284/</comments>
<pubDate>Sat, 05 Jan 2008 05:58:00 GMT</pubDate>
<dc:creator>hw_itsol</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102284/</guid>
<description><![CDATA[hi all,i would like to validate an input of a text field which will search through my products table in sql.so i definately wouldn&apos;t like to have any SQL arguments passed, but only normal text.i have put an regular expression validator on this search text field.now i still need to create th......(with 3 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102284&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>3</slash:comments>
</item>
<item>
<title>Send mail - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102283/</link>
<comments>http://www.popasp.net/computers-dotnet/102283/</comments>
<pubDate>Tue, 06 May 2008 20:02:00 GMT</pubDate>
<dc:creator>haian</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102283/</guid>
<description><![CDATA[Hi all!Now I&apos;m writing a small web application to send email for my customer.Everything is work fine. But my email often go to bulk folder. How can I sendmail directly into their inbox? I&apos;m not a spam.Thank for all replies......]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102283&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Run App as service - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102282/</link>
<comments>http://www.popasp.net/computers-dotnet/102282/</comments>
<pubDate>Mon, 26 May 2008 15:23:00 GMT</pubDate>
<dc:creator>tcordon</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102282/</guid>
<description><![CDATA[How can I run a VB.NET app as a service?Thanks......(with 3 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102282&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>3</slash:comments>
</item>
<item>
<title>Why do C# Compiled Windows based apps consume so much memory. - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102281/</link>
<comments>http://www.popasp.net/computers-dotnet/102281/</comments>
<pubDate>Wed, 21 May 2008 04:44:00 GMT</pubDate>
<dc:creator>anonymous</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102281/</guid>
<description><![CDATA[20,000K just to get a Form and a few controls on the screen. Confused *S......(with 1 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102281&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>Transaction Error in .net driver for oracle - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102280/</link>
<comments>http://www.popasp.net/computers-dotnet/102280/</comments>
<pubDate>Sat, 01 Mar 2008 18:22:00 GMT</pubDate>
<dc:creator>serpico1</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102280/</guid>
<description><![CDATA[hi,I am using .net driver for oracle . in a 9i env.i keep getting that the transaction var is not initialised .basically i am just using the code that came with the driver(in the help file)here is hte code::myconnection2.Open();mycommand2= new OracleCommand();OracleTransaction myTrans;myTrans =......(with 2 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102280&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>2</slash:comments>
</item>
<item>
<title>creating a custom textbox to display bitmaps instead of characters - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102279/</link>
<comments>http://www.popasp.net/computers-dotnet/102279/</comments>
<pubDate>Wed, 02 Jan 2008 08:52:00 GMT</pubDate>
<dc:creator>connect2sandeep</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102279/</guid>
<description><![CDATA[Hi all,I want to develop a textbox(more like richtextbox control) where users can enter some text, but the bitmaps are displayed instead of characters. The user should be able to edit the text and the corresponding values should be preserved(between the text entered and the corresponding ......(with 1 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102279&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>How to attach special events to a custom server control ? - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102278/</link>
<comments>http://www.popasp.net/computers-dotnet/102278/</comments>
<pubDate>Thu, 27 Dec 2007 18:24:00 GMT</pubDate>
<dc:creator>harel_moshe_gmail_com</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102278/</guid>
<description><![CDATA[Hey everybody,I&apos;m looking for a way to attach non-void events to a server control iwrote.Relevant code parts:the control:mycontrol : WebControl{public delegate string myEventHandler(string s);public event myEventHandler OnClick;......}the .aspx page portion:&amp;lt;%string func1(string s){retur......(with 2 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102278&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>2</slash:comments>
</item>
<item>
<title>Generic method invokation constraints - Microsoft .Net Technology</title>
<link>http://www.popasp.net/computers-dotnet/102277/</link>
<comments>http://www.popasp.net/computers-dotnet/102277/</comments>
<pubDate>Sun, 06 Jan 2008 06:01:00 GMT</pubDate>
<dc:creator>alextk</dc:creator>
<category><![CDATA[.Net Technology]]></category>
<guid isPermaLink="false">http://www.popasp.net/computers-dotnet/102277/</guid>
<description><![CDATA[Suppose you have generic method: T Get&amp;lt;T&gt;(object p1) where T :new() Type type =typeof(T); T result =new T();//do some reflection with typereturn result;}Now when I invoke such method specifiyng the T type explicitly like:MyObject o = Get&amp;lt;MyObject&gt;(&quot;blabla&quot;); it compiles and works as......(with 3 answers.)]]></description>
<wfw:commentRss>http://www.popasp.net/app/answers/?qid=102277&amp;cid=&amp;c=computers-dotnet/</wfw:commentRss>
<slash:comments>3</slash:comments>
</item>
</channel>
</rss>
