Search

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

Matching Posts

  • Re: Annoying "Enter Network Password" prompt on my web site, help please!!!

    Yes, I have enabled "Integrated Windows Authentication", which is actually why I had to turn off Anonymous Access. I don't think this has something to do with impersnation, cause I've tried both impersonate on and off, and the results were just same. I still have a feeling that this might be some sort of configuration problem. Basically, if I have opened some pages from other sites (yahoo, google, or whatever) in the browser, my site won't ask for logging in, or if I cancelled the login
    Posted to Security (Forum) by lovedog on 9/9/2004
  • Annoying "Enter Network Password" prompt on my web site, help please!!!

    Hi folks, I created a Intranet site and applied my .Net project on the server. The problem happened after I disabled anonymous access in Internet Serices Manager. If I bring up a new browser window and visit my site, it will pop up a "Enter Network Password" dialog box and ask for my user name, password and domain name. If I click Cancel button and then refresh the page, the page will show up without asking username and password again. However, if I visit whatever web site first (for example
    Posted to Security (Forum) by lovedog on 9/7/2004
  • Re: user.identity.name doesn't work on server

    For a better understanding of the situation, here is what I've done and found. Web.config <authentication mode="Windows" /> <authorization> <allow users="*" /> <deny users="?" /> </authorization> On the server Internet Service Manager, if I check off "Anonymous Acess" under Directory Security section, the page will always pop up a windows login box, which asks username, password and domainname. Once they are correctly typed in
    Posted to Security (Forum) by lovedog on 8/31/2004
  • user.identity.name doesn't work on server

    Hi Folks, I'm trying to use Windows authentication on my pages. First, I made a user control which, if user.identity.name is nothing, display a login button, otherwise display the user name. Then I embedded this control on my homepage. The homepage worked perfectly when I run it locally, my Windows login name was displayed. However, when I tried it on the server, my Windows login name couldn't be found anymore, in other words, user.identity.name returns nothing. Have anybody had the same problem
    Posted to Security (Forum) by lovedog on 8/31/2004
  • Re: Alphabetic index for a datagrid

    Thanks. I'm trying it.
    Posted to Data Presentation Controls (Forum) by lovedog on 3/15/2004
  • Alphabetic index for a datagrid

    Hi folks, I made a datagrid to display users information on a page. Now the users said that it is kind of inconvenient for them to find a particular person in the grid, cause they have to click the pagenext button for lots of time to get there. They are looking at an alphabetic index for the grid, in other words, 26 linkbuttons with text from A to Z on top of the grid. For example, if G is clicked, the grid needs to be directed to the first user whose name starts with G. I searched both this forum
    Posted to Data Presentation Controls (Forum) by lovedog on 3/12/2004
  • Re: Output a string as HTML

    It works. Thank you very much.
    Posted to Client Side Web Development (Forum) by lovedog on 11/14/2003
  • Access session variables in Javascript

    Hi guys, Anybody could let me know if it is possible to operate on a session variable with javascript? Thanks in advance.
    Posted to Client Side Web Development (Forum) by lovedog on 11/14/2003
  • Output a string as HTML

    Hi folks, The scenario is, I have a javascript function which returns a string, and I want to display this string as HTML on my page. For example, if the function returns '<table><tr><td>Column 1</td><td>Column 2</td></tr></table>', I want a table with 2 columns shown on the page. Does anyone know how I can do this? I've tried <div> object, like: window.document.getElementById('idDivObj').innerText=strJSString. However, instead of displaying a
    Posted to Client Side Web Development (Forum) by lovedog on 11/14/2003
  • Re: Print a string on the page

    Sorry I didn't get it. Could you give some details please?
    Posted to Client Side Web Development (Forum) by lovedog on 11/13/2003
Page 1 of 2 (12 items) 1 2 Next >