Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chuair

  1. chuair

    Impersonate is true and user can access unauthhorised files

    Thanks for the prompt reply. Thanks...
  2. chuair

    Impersonate is true and user can access unauthhorised files

    Wow. Meaning it's better to turn off impersonate? When you said, authenticating users will decides who can access the situation, do you mean it's the same as setting security at the files or folders? "Procesmodel user" decides whose account .NET will execute the aspx files.... Thought we are...
  3. chuair

    Impersonate is true and user can access unauthhorised files

    Yoz. Thanks for the prompt reply. Yeah. It works. Thanks. But just don't understand. Thought when we use impersonate, ASPNET will assume the identity of the user. And with that, aren't we suppose to set security based on the user id?
  4. chuair

    Impersonate is true and user can access unauthhorised files

    Hi. Can please help? - identity impersonate is set to "true" - user can access to unauthorised files and folders. - one of my page which will get username and display them in the page is working fine. - identity impersonate is set to "false" - only authorised user will be able...
  5. chuair

    Incorporate Ctrl-Z into program

    Hahahahahahahahaha....................Nope. We are trying to implement something into the system and it's one of the requirements that we have to go through.............I guess if there's no other way, then I just have to do it manually, keying in one by one..... :-(
  6. chuair

    Incorporate Ctrl-Z into program

    Expect?What's that?How do I do it? And is the /c the equivalent of Ctrl-Z?
  7. chuair

    Incorporate Ctrl-Z into program

    Doesn't seems to work leh.It will just hangs there and the cursor keeps blinking.....
  8. chuair

    Incorporate Ctrl-Z into program

    Sorry. The command for my program is like exex -c "ZC:11:1:4:1,DEM:4;" -n MC_C_11 which is executed in UNIX environment. It will then go to something like vi mode where I will key in some text and press Ctrl-Z to save and exit the program, which will bring me back to the UNIX Shell prompt.
  9. chuair

    Incorporate Ctrl-Z into program

    Thanks for the prompt reply. The problem now is that after executing the command of my program by script, it sort of like hangs there, waiting for the text to be entered and the Ctrl-Z to be entered. How do I programmatically do it?
  10. chuair

    Incorporate Ctrl-Z into program

    I have a program with a set of predefined command that I will enter. A so called editor will apprear next that requires me to enter some text and then I am required to press Ctrl-Z to save and end the program. How do I incorporate the Ctrl-Z into my program so that I don't have to do it manually?
  11. chuair

    arrays & whitespace

    I have a program that after initiating a set of commands, will requires the user to enter some text. After which the user will press Ctrl-Z to save and end the program. How do I incorporate the Ctrl-Z into my program so that I can do this automatically rather than manually, since it's a huge set...
  12. chuair

    Hi, How do I programmatical

    Hi, How do I programmatically add a DropDownList into a Panel or PlaceHolder? I used:- DropDownList ddlSite = new DropDownList(); panelSite.Controls.Add(ddlSite); The problem with this is that two DropDownList will appear in the Panel/PlaceHolder. And then...
  13. chuair

    Add DropDownList in a Panel or PlaceHolder programmarically

    Hi, How do I programmatically add a DropDownList into a Panel or PlaceHolder? I used:- DropDownList ddlSite = new DropDownList(); panelSite.Controls.Add(ddlSite); The problem with this is that two DropDownList will appear in the Panel/PlaceHolder. And then...

Part and Inventory Search

Back
Top