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 strongm 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. MickeD

    Login (ASP.NET)

    Can you show me how?
  2. MickeD

    Application Path

    Try: Dim strPath as String= System.Reflection.Assembly. _ GetExecutingAssembly().Location Little bit longer then App.Path but its only way if you want to retrieve path of Class Library for ex.
  3. MickeD

    Login (ASP.NET)

    I am new to asp.net and I faced some difficulties with the site I want to create. On the default.aspx page I want to put 2 textboxes ("UserName" and "password") and checkbox "Remember me" for users' login. When user check "Remember Me" he should automatically login on next visit and instead of...
  4. MickeD

    How to create SQL SRV database from given XSD file?

    Hi there, I need to store some data that I am recieving in XML format into the SQL Server 2000 database. Is there a simple way to automatically create relevant tables? I have XSD file and couple of samples of XML. Thanks,
  5. MickeD

    IIS - HTTP 500 - Internal server error

    This sometimes happens if " Automatically detect settings" is checked in the LAN Settings section of IE. Go to Tools, Internet Options, Connections tab, then the LAN Settings button at the bottom. If "Automatically detect settings" is checked, uncheck it then click OK and...
  6. MickeD

    Urgent! Unbound DataGrid

    Hi PankajBanga, I have this code in form_load event. After then I want to add rows of data into grid. What object can I use. I tryed grdMapping.DataSource.Rows.Add(myDataRow) but I got error
  7. MickeD

    Urgent! Unbound DataGrid

    Hi all! How can I add/modify/delete data in datagrid if it's not connected to any database? This is a code: myDataSet = New DataSet("myDataSet") Dim tMap As DataTable tMap = New DataTable("Map") ' Create two columns Dim cSource As...
  8. MickeD

    HTTP 500 - Internal server error

    I solved this problem!!! Go to Tools, Internet Options, Connections tab, then the LAN Settings button at the bottom. If "Automatically detect settings" is checked, uncheck it then click OK and restart the browser. When it's checked, IE may go to your ISP to resolve localhost. Since the...
  9. MickeD

    "Localhost" not accessable!!!

    I solved this problem!!! Go to Tools, Internet Options, Connections tab, then the LAN Settings button at the bottom. If "Automatically detect settings" is checked, uncheck it then click OK and restart the browser. When it's checked, IE may go to your ISP to resolve localhost. Since the...
  10. MickeD

    Problem with IIS

    I solved this problem!!! Go to Tools, Internet Options, Connections tab, then the LAN Settings button at the bottom. If "Automatically detect settings" is checked, uncheck it then click OK and restart the browser. When it's checked, IE may go to your ISP to resolve localhost. Since the...
  11. MickeD

    "Localhost" not accessable!!!

    Hi all!!! I need urgent help! I'm trying to browse for http://localhost/ and getting HTTP 500 - Internal server error But if I browse for my IP address I get it. PLease help!!!
  12. MickeD

    Problem with IIS

    Hi, Installation of IIS on WIN XP Pro doesn't work. When I browse for "http://localhost"; I get "HTTP 500 - Internal server error". Reinstalling of iis didn't help. Please help!
  13. MickeD

    HTTP 500 - Internal server error

    Hi, Installation of IIS on WIN XP Pro doesn't work. When I browse for "http://localhost" I get "HTTP 500 - Internal server error". Reinstalling of iis didn't help. Please help!
  14. MickeD

    Can't establish network between 2 WinXP pro machines

    wolluf - Thank you. After installing NetBEUI everithing is OK. pdxphx - Problem is solved. but NetBEUI is not supportet by Microsoft anymore. So problem is in different subnet and gateway addresses i got from my ISP. So I want to solve this issue with ISP's Tech Support. I'll keep you informed...
  15. MickeD

    Can't establish network between 2 WinXP pro machines

    OK. I turned off the firewall from laptop and now i can ping it. Using tracert i find out that ping is going via ISP (2 hops)
  16. MickeD

    Can't establish network between 2 WinXP pro machines

    I can't even ping from desctop to laptop but oposite way there is a ping. Both computers are set to DHCP
  17. MickeD

    Can't establish network between 2 WinXP pro machines

    Hi, I have 2 computers - Desktop and laptop running winXP Pro SP1 and connected to internet via HUB. Everything is OK with internet but there is no connection between machines. Before installation of XP I had full LAN without problems. Any clue?
  18. MickeD

    IIS - HTTP 500 - Internal server error

    I'm running Win 2000 Pro with IIS installed. But I cannot use the IIS - I get HTTP 500 - Internal server error when I try http://localhost or http://127.0.0.1 addresses. I try to find some help on Microsoft's KB - nothing helpful. Just be sure that service is running. It IS. But it doesn't work...
  19. MickeD

    How to make CheckBox "ReadOnly" ?

    Great solution, man ! It's work Thanks a lot!
  20. MickeD

    How to make CheckBox "ReadOnly" ?

    I have some TextBoxes and CheckBoxes on the form. In read only mode I set the "Locked" Property of TextBoxes to True . I need do the same for CheckBox (setting "Enabled" = False makes the checkBox to Grayed, it's not acceptable) May be some Third Part ActiveX Control has...

Part and Inventory Search

Back
Top