Jump to content

jayneo

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by jayneo

  1. In Internet Explorer, you have "Friendly Error Messages" turned on. To get the real message change your preferences as follows, click:- Tools- Internet Options- Advanced (tab)In the "Browser" section scroll down to the sub section "Underline links" since its easy to find. Then , look four check boxes up and you will see "Show friendly HTTP error messages" and make sure that is unchecked. Uncheck "Show friendly URLs" while you are there - I'll refrain from other suggestioned settings aside from not using IE.:)Now, click ok/apply and exit the menus and reload the page in question.Then, you can look up the real error here:http://www.w3schools.com/tags/ref_httpmessages.aspIf you still get the same 500 error, then you will need to start with the IIS log files.
    PROBLEM SOlve .. THX DUDE
  2. hi all, i juz install a fresh copy of Vb.net 2003,at 1st i can open all the web application but once i set up a web refrence then whole vb.net cant work already ,what i mean is , when i open a aspx file in vb.net 2003. it will return (HTTP/1.1 500 Internal Server Error)even i wan to create a new project(web application) it will also return this error, any 1 can help me ? :)

  3. hi all...may i know how to store the dropdownlist item into different column of my database ..my coding is at below : lstItem2.Text = .Item("R_BankN") & " - " & .Item("R_BankAcc") lstItem2.Value = .Item("Receiver_Name") cboToAcct.Items.Add(lstItem2)i wan to store .Item("R_BankN") and ("R_BankAcc") INto different Column.. but the column is in the same table of my database..thx..regards, jay

×
×
  • Create New...