Search

You searched for the word(s): userid:468610

Matching Posts

  • Re: web.config Invalid Access to memory location.

    I take it back, it seemed to compile about 2 or 4 times before failing again. Sorry.
    Posted to Configuration and Deployment (Forum) by h0ckey09 on 2/17/2006
  • Re: web.config Invalid Access to memory location.

    Found a solution to this annoyance... Go to Add Reference On .NET Panel, select Microsoft.SQLServer.Replication .NET Programming Interface Rebuild site. Note: You may also have to delete the old assembly line from the web.config <add assembly="Microsoft.SqlServer.Replication, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91" />
    Posted to Configuration and Deployment (Forum) by h0ckey09 on 2/14/2006
  • Re: Page_Load runs twice

    I am in the same situation as you. I have a button that postback, then redirects to itself. It also runs the Load event twice. I have not used any SmartNav features, so those can be ruled out. I set the AutoEventWireup property to False and it post back only once. Now my questions is... what are the complications of this action?
    Posted to Web Forms (Forum) by h0ckey09 on 8/17/2004
  • Jobs in the Dayton area?

    Any HR or recruiters looking for application or web programmers in the Dayton, OH or Columbus, OH area? Just curious of how the market is around here and what the average going rate is for a programmer. Thanks.
    Posted to Jobs (Forum) by h0ckey09 on 7/29/2004
  • Re: Change the account that the Aspnet_wp.exe process runs

    open C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config find: <processModel change attributes: userName="machine" password="AutoGenerate" where "machine" will be the account name you want to run under, and "AutoGenerate" is the password for that account.
    Posted to Security (Forum) by h0ckey09 on 7/28/2004
  • Re: Post-render parsing

    Thanks for the suggestion Brian. There is one more piece of functionality that i would like to have which that method did not allow, which is selective replacements based on the page. Some of the pages on the site should not have the enhanced tooltips. I initially started out by building a server control, but i could only access the render block of itself, and not the page outputstream. I found an article on how to capture the output via the Render block of the page itself, but that would be a hassle
    Posted to HttpHandlers and HttpModules (Forum) by h0ckey09 on 7/13/2004
  • Post-render parsing

    Help! I am working on a control that will search for tooltips (In the title attribute) in the post-rendered output stream for a common phrase (such as Tip: 203) and replace that with information from a database. Once the page is sent, javascript will then take over and produce help popup boxes on my forms. My problem is tapping into the output stream after the page has been rendered. From there it should do it's replaces, and then feed to modified stream back to the client. Any help or suggestions
    Posted to HttpHandlers and HttpModules (Forum) by h0ckey09 on 7/12/2004
Page 1 of 1 (7 items)