eRad
10-14-2004, 10:42 AM
Hey guys,
I'm starting some projects with .NET and i'm still trying to get familiar with some of their controls.
I want to know, with all the client-side controls, are they just as poweful as regular client side scripting? e.g. through javascript
One thing i can't seem to do right now, if i have an HTML DropDownList control, i want it to trigger a function upon change. The attribute i see is OnSelectedIndexChanged... but it only seems to do anything upon serverside interaction, like with a submit or something. Is there a way to make it trigger upon change? Like a regular HTML dropdown has an attribute to do that... the only way i can seem to do it now is to use a button and its onClick.
any help would be great, especially an explanation of the differing abilities of .NET web controls in terms of client side ability
I'm starting some projects with .NET and i'm still trying to get familiar with some of their controls.
I want to know, with all the client-side controls, are they just as poweful as regular client side scripting? e.g. through javascript
One thing i can't seem to do right now, if i have an HTML DropDownList control, i want it to trigger a function upon change. The attribute i see is OnSelectedIndexChanged... but it only seems to do anything upon serverside interaction, like with a submit or something. Is there a way to make it trigger upon change? Like a regular HTML dropdown has an attribute to do that... the only way i can seem to do it now is to use a button and its onClick.
any help would be great, especially an explanation of the differing abilities of .NET web controls in terms of client side ability