Results 1 to 2 of 2

Thread: hmm combo bind problem

  1. #1

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    hmm combo bind problem

    hey all ok i have wrote a asp.net app and running it on my local box via local host used to work fine, but now when i run it through the ip of my box it errors on binding

    Me.DDLarea.DataSource = ds
    Me.DDLarea.DataValueField = "id"
    Me.DDLarea.DataTextField = "TownName"
    Me.DDLarea.DataBind()

    if looped the dataset and done a response.write of the town name and there all being outputed, ive checked sql profiler and the sql was executed, everything points to a binding problem, could any one shed any light on this
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  2. #2
    Addicted Member
    Join Date
    Aug 2004
    Location
    Cape Town, South Africa
    Posts
    149

    Re: hmm combo bind problem

    what is the error ?

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