Why is the Xposted all over the place?
--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at
www.lulu.com/owc
_________________________
"Corey" <(E-Mail Removed)> wrote in message
news:uju_d.69465$(E-Mail Removed)...
> I'm trying to finish off do an ASP.NET project where a DropDownList box is
> used to access a Table.
> Once you Make a selection on an item in the DropDownListBox, it updates a
> DataView, and text boxes on the form get updated.
>
> I'd like to do this without a submit button.
>
> Shouldn't the DropDownList box PostBack?
> Why does SelectedIndexChanged never get hit?
> Does the answer lie within ViewState?
>
> Any Info will help...
>
> Thanks.
>