|
-
May 26th, 2003, 04:38 PM
#1
Thread Starter
New Member
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?
-
May 26th, 2003, 05:44 PM
#2
PowerPoster
Try adding:
AutoPostBack="True"
to the combobox declaration in the html.
If you are still having problems, post the html and code your using.
-
May 27th, 2003, 07:51 AM
#3
Thread Starter
New Member
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?
-
May 28th, 2003, 06:58 AM
#4
Thread Starter
New Member
-
May 28th, 2003, 01:06 PM
#5
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|