Results 1 to 5 of 5

Thread: whats the real difference between server controls and dhtml controls?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    5

    whats the real difference between server controls and dhtml controls?

    between for example a combo box made of java and one made as server control? i tried creating one in a asp.net page and setting the selectedItemChanged event to do something but it doesnt appear to ocurr :\ any help/explanations?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Try adding:
    AutoPostBack="True"
    to the combobox declaration in the html.

    If you are still having problems, post the html and code your using.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    5
    that made the trick..but is there anyway with server controls that when the item index changes it loads another page in the iframe without having to reload all the webpage? i can do that easily with javascript..but with this server control? is it possible?

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    5
    bump

  5. #5
    Hyperactive Member
    Join Date
    Aug 2002
    Posts
    416
    I don't believe that's possible with ASP... Unless you had the listbox (and whatever else) in it's own frame. (I think)

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