Re: FormView DropdownList - On Selection Change populate Text Box

Re: FormView DropdownList - On Selection Change populate Text Box

am 31.03.2008 17:26:03 von Satish

Page load fires, regardless of Postback - true/false.

However, the selectionindexchanged event just does not fire.
I read thru the AutoEventWireup attribute and made sure that it is set to
true everywhere, webconfig as well as the aspx page itself.

I am also using VS2008.

"Just Me" wrote:

> Should read "Autowireup" @page property
>
>
> "Just Me" wrote in message
> news:OisiOlRkIHA.484@TK2MSFTNGP04.phx.gbl...
> >
> > Does your page_load event fire ?, if not, check that your Autowireup event
> > is set to true. Also, you didnt comment on the Autopostback I mentioned
> > have you checked this.
> >
> > Whatever you problem is, its likely to be very basic.
> >
> >
> >
> > "Satish" wrote in message
> > news:66AC15AB-EB27-4FC8-8449-30205257CEB3@microsoft.com...
> >> Nope, tried adding code in SelectionIndexChanged Event and even tried
> >> with
> >> the Debugger, nothing.
> >>
> >> "Satish" wrote:
> >>
> >>> C#, ASP.NET
> >>> Q: Have a formview, with a dropdownlist which is bound to a column. This
> >>> dropdownlist has a datasource of DataSet type. Now my objective is, on
> >>> Selection Changed of this DropdownList, I need to populate a couple of
> >>> TextBox's. How can I do this? What event does the code go into? The
> >>> selectionindexchanged even for the DropDownList does not seem to fire.
> >>>
> >>> Any help is appreciated.
> >>>
> >>> Thanks in advance.
> >>>
> >
> >
>
>
>