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 SkipVought 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. hanglam

    how to validate data inside a ModalPopupExtender control?

    Hi, I'm using a ModalPopupExtender with two buttons, an OK button and a Cancel button? I want to link the OK button to both the onOKScript and onClick event. In my ModalPopupExtender I have a bunch of DropDownList that I need the user to fill out before closing the ModalPopupExtender. How do...
  2. hanglam

    how to validate data inside a ModalPopupExtender Ajax control?

    Hi, I'm using a ModalPopupExtender with two buttons, an OK button and a Cancel button? I want to link the OK button to both the onOKScript and onClick event. In my ModalPopupExtender I have a bunch of DropDownList that I need the user to fill out before closing the ModalPopupExtender. How do...
  3. hanglam

    How to set events inside an Accordion control?

    Hi, I'm using an Accordion control in which I drop two DropDownList controls inside one of the Accordion Pane. When I select an item in the first DropDownList control, it is supposed to trigger an event to re-populate the items of the second DropDownList control based on the item selected...
  4. hanglam

    how do i change the position settings of a WebForm?

    Hi, I just started using Visual Studio 2010 to develop an ASP.NET Web Application. My question is whenever I drag a component (Label, Textbox, etc) onto the WebForm, the component (Label, Textbox, etc) automatically goes to the top left corner of the WebForm. How do I change the settings of the...
  5. hanglam

    how do change the positionings settings of a WebForm?

    Hi, I just started using Visual Studio 2010 to develop an ASP.NET Web Application. My question is whenever I drag a component (Label, Textbox, etc) onto the WebForm, the component (Label, Textbox, etc) automatically goes to the top left corner of the WebForm. How do I change the settings of the...
  6. hanglam

    Remote Desktop sessions??

    thanks strongm, I think you got it ... I'll try that today ... Hang
  7. hanglam

    Remote Desktop sessions??

    thanks guys, I'll let my co-workers know about this info... Hang
  8. hanglam

    Remote Desktop sessions??

    thanks for the quick replies ... So my understanding is that suppose: 1. I have server with a application running, for example "Microsoft Word" up on the server's screen. 2. There are two users, "User1" and "User2". 3. If "User1" logins to the server using a Remote Desktop Connection, can...
  9. hanglam

    Remote Desktop sessions??

    Hi, I have two servers that are joined to a domain. I have Remote Desktop Connection enable for both of them. But when two people connect to a server using a Remote Desktop Connection, they opened two different sessions in the server (each user has its own session) My question is: How do I...
  10. hanglam

    Server switch ??

    thanks guys, all good info to know. Hang
  11. hanglam

    Server switch ??

    Thanks guys, I'll let my co-workers know about your comments. Also, how would I switch the servers if the old server was a Domain Controller? Is there a process I need to follow? Thanks, Hang
  12. hanglam

    Server switch ??

    Hi, my company wants to replace a server running Windows 2003 that is joined to a domain. my question is: Can we replace that server with a new server using the same IP address and server name as the old server? The idea is to disconnect the old server from the domain and joined the new one to...
  13. hanglam

    Openeing two text text files in the same workbook??

    Thanks you both, the querytable command did the trick... Thanks, Hang
  14. hanglam

    Openeing two text text files in the same workbook??

    Hi, I have a VBA Excel macro that open two text files using the following commands Workbooks.OpenTexFile file1 Workbooks.OpenTexFile file2 But whenver I run the Macro it creates two Workbooks for me, each workbook containing each file. My questions is : how do I open two text files in the...
  15. hanglam

    Credit Card payments

    Hi, I have been asked to build a .NET site with the capability to process card payments. Does ASP.NET have an API that can be used to process credit card payments ? I had look thru the microsoft.com web site but so far I have found third party software that Microsoft supports but nothing about...
  16. hanglam

    disabling clock change

    Thanks everybody, I found out what was wrong. In group Policy Editor, I enabled the control Panels display and that did the trick. Hang
  17. hanglam

    disabling clock change

    58sniper, thanks, that works on one computer . I got the tip from a co-worker who did the same thing in one of the servers but he left. He did something to the computer to disable the clock change. I'm trying to reverse what he did, I checked the Group Policy you mentioned above, and it says...
  18. hanglam

    disabling clock change

    Hi, Is there any way to prevent users from changing the clock time ? I was looking through the gpedit.msc options and didn't see any option for disabling clock change . Thanks, Hang
  19. hanglam

    Enabled function

    Qik3Coder , I tried that. combobox.Enabled = false combobox1.backcolor = color.white It seems VB.NEt automatically turn the combobox grey if you set it to combobox.Enabled = false . Is there any way to turn this functionality off ? thanks, hang
  20. hanglam

    Enabled function

    Hi, In VB.NET 2005 , I'm trying to creat a Windows app which has a bunch of Combobox . When I used the following function call: combobox.Enabled = False , the combobox back color turns into a LighGray color. Is there anyway to just disabled the combobox without changing its backcolor ...

Part and Inventory Search

Back
Top