Jump to content

jayneo

Members
  • Posts

    4
  • Joined

  • Last visited

jayneo's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. harlow ..as topic... how to rename excel sheet using vb.net??
  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...