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 wOOdy-Soft 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 MickeD

  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)

Part and Inventory Search

Back
Top