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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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...
  14. chuair

    Programmatically position a DropDownList in ASP.NET

    It works! It works! It works! It works! Thanks a lot. I am so happy. But erm....... How do I get the Top value? I wants to programmatically add the Top value so that it will always move down everytime the user click the add button and more tables shows up on the top and the button is always at...
  15. chuair

    Programmatically position a DropDownList in ASP.NET

    Hi, Thanks for the prompt answer. Tried but still it won't move down. :(
  16. chuair

    Programmatically position a DropDownList in ASP.NET

    Hi, Can I programmatically reposition my DropDownList in ASP.NET using C#? I am designing a form where on load it will only show a DropDownList with, let's say, countries for the user to select. After the user selected a country, a table will appear and thus I wants to push down the...
  17. chuair

    Add New TextBox in Excel

    Hi, Because we wouldn't know how many entries are required that are needed from the users, sometimes just one and sometimes more than 5, my initial plan was to do what was to automatically add the text box and check boxes as the user click a Add button. But come to think of it, your...
  18. chuair

    Add New TextBox in Excel

    Hi, Just started playing around with Excel/VBA. My program of Excell spreadsheets will start with one textbox and a few checkboxes and one button. When the user click on the button, a new textbox and checkboxes will be created and the button will be moved down. I can move the button...

Part and Inventory Search

Back
Top