Results 1 to 2 of 2

Thread: RESOLVED***Problems with asp.net

Threaded View

  1. #1

    Thread Starter
    Member Canibus's Avatar
    Join Date
    Jun 2003
    Location
    South Africa
    Posts
    61

    RESOLVED***Problems with asp.net

    hi!

    i have a problem with .net. i wanna know why does the
    page reload itself after i've clicked a button. & also
    how come i cant see all my data in a dropdown list.
    see code below


    While reader.Read
    'populate role datalist
    tmpRole = reader("role_descr")
    dlRoles.Items.Add(tmpRole)
    End While


    and also when i add a to datalist nothing happens


    tmpRole = dlRoles.SelectedItem.Value
    lstEmpRoles.Items.Add(tmpRole)




    thanx
    Last edited by Canibus; Jun 22nd, 2004 at 03:05 PM.
    Canibus Signs out!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width