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...
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?
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.