Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » Tolga Koseoglu

Yearly Archives: 2008

Latest news from Tolga Koseoglu

  1. Getting Powershell to work in your asp.net application

    Nov 6, 2008

    First, the most important part is to add the System.Management.Automation.dll to your web application. Its location is a mystery...at least for me it was. HEre it is "C:\Program Files\Reference

    Tagged: asp net, powershell

  2. Saved passwords after deploying web applications

    Oct 2, 2008

    Hi: The Problem I ran into a very odd, at the time, issue after I deployed my applications. I opened various directories on different web servers using an admin account. I deployed my apps, but when I browsed to the

    Tagged: asp net

  3. Welcome

    Oct 2, 2008

    Hello ASP.NET Community: First, I am very excited about my asp.net blog. Thanks Joe and Scott.... I am an application developer for a global architectual firm. My main responsibilities involve MOSS 2007 and custom

  4. Windows Vista explorer.exe CPU spikes

    Sep 29, 2008

    I have noticed CPU spikes caused the explorere.exe. The only solution I have found to turn off all Windows indexing.

    Tagged: windows vista

  5. Complete hide textbox without loosing functionality

    Sep 29, 2008

    < asp : TextBox ID ="txtHiddenTeamBalances" runat ="server" Width ="0px" BackColor ="Transparent" ForeColor ="White" BorderStyle ="None" ReadOnly ="true"> </ asp : TextBox >

    Tagged: asp net