Search

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

Matching Posts

  • AppDomain for Excel Process

    I am very new to the AppDomain concept. AppDomain makes perfect sense to me but I am struggling a little with the exact nuts and bolts of the code. I have a Web Service that will perform various manipulations and of Excel files. The path for those files will be passed to the Web Serice by the user. Currently I am doing this without the use of AppDomain, it all works fine except the Excel app hangs. I now know why and believe that AppDomain will correct this problem. My question is this, how do I
    Posted to Configuration and Deployment (Forum) by spartacus on 9/12/2007
  • Windows Integrated Security

    I am righting an app that I want to set some screen options based on the type or group the user is a part of in the active directory. For example we have a group within active directory called "sales rep". When a sales rep goes to the intranet I want the "sales rep" screen options to display. Does anyone know how to return the users Active directory information to make such a thing possible? Thanks for any help you can offer!
    Posted to Security (Forum) by spartacus on 8/21/2006
  • ContentPlaceHolder & Javascript

    Does anyone know how to access a asp control via javascript. I want to make a dragable(atlas) panel visible and invisible on an html button click event. It all works fine until I put the page within a ContentPlaceHolder. I have tried using the ($(controlID)) approach but with the same results. The following is the code that works when the page elements are NOT within a ContentPlaceHolder. function startAttributes() { e=document.getElementById('Panel6') e.style.position = 'absolute'; e.style.visibility
    Posted to Client Side Web Development (Forum) by spartacus on 8/9/2006
  • Re: Make It Visible - DragPanel

    Ted, All is working well now. My only catch is as soon as I put all of these elements within an ASP content control, it doesn't work. Any ideas? Thanks!
  • Re: Make It Visible - DragPanel

    Thanks! The absolute position definitely put it where I wanted it. However, now I have lost my drag and drop capability that I was using on the panels within the div. I'm using the DragPanelExtender in the AtlasToolkit.
  • Re: Make It Visible - DragPanel

    Thanks! That's twice on this little problem I didn't spell visibility correct. However, I changed it and now the panel appears but not at the correct location. See anything else? Thanks!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by spartacus on 7/31/2006
  • Re: Make It Visible - DragPanel

    Hi Ted, I have tried the following js code and nothing happens at all. I am obviously missing something simple. < script type= "text/javascript" > function startAttributes() { e=document.getElementById("demoarea"); e.style.visbility = 'visible'; e.style.left = '400px'; e.style.top = '400px'; } </ script > < input type= "button" id= "btn" value= "Click Me" onclick= "startAttributes();" /> If you remember I have a "demoarea" is a <div> that has an asp panel in it. When I click
    Posted to ASP.NET AJAX Control Toolkit (Forum) by spartacus on 7/31/2006
  • Re: Make It Visible - DragPanel

    Ted, Great! Currently I am trying to learn C#, ASP.NET, and Atlas all with a specific deadline for a company critical web application. Javascript is going to have to wait just a little while longer. I am frying my brain on all of this. It's good...but it can be overwelming. Hence the "visibile" incident! Thanks again...I really appreciate your help!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by spartacus on 7/27/2006
  • Re: Make It Visible - DragPanel

    Ted, You wouldn't by any chance know how to set the x and y locations of the panel when made visible would you. Also is there a site, a book or some source you would recommend to get a better understanding of js and how it relates to atlas? Thanks again.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by spartacus on 7/25/2006
  • httpRuntime executionTimeout

    I am performing a long (2-8 minute) update to Sql table. The update completes fine. The interface basically stops functioning at exactly 90 seconds. I have tried setting the httpRunTime executionTimeout to 600 but no matter what I do it still stops at 90 seconds. Also I get no error message it just ceases to function. I have also tried "Server.ScriptTimeout=600" in the code behind page. Neither has any effect on the application. Been stuck on this for four days now! Help!
Page 1 of 6 (53 items) 1 2 3 4 5 Next > ... Last »