Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > DropdownList autopostback in usercontrol not working for ASP.NET 1

Reply
Thread Tools

DropdownList autopostback in usercontrol not working for ASP.NET 1

 
 
=?Utf-8?B?c3Jp?=
Guest
Posts: n/a
 
      08-23-2005
I have a usercontrol that has the dropdownlist which has Autopostback set to
true. The selectedindex changed event is not getting fired from IE if the
production webserver has ASP.NET 1.1.4322.573 (without SP1). The same code
works fine on Navigator and FireFox browsers hitting the same production
server.

Also, the same code works on all browsers with the dev webserver that has
ASP.NET 1.1 SP1 (1.1.4322.2032) installed.

On the first server, Could it be not working on IE because of the missing
SP1 ? Or could it be some other issue?

I need to do this analysis because the IT team that manages the production
server needs a detailed analysis of any updates to production.

regards
srividhya
 
Reply With Quote
 
 
 
 
Grant Merwitz
Guest
Posts: n/a
 
      08-23-2005
this help:

http://www.aspfree.com/c/a/ASP/Consu...vice-from-ASP/


"sri" <> wrote in message
news:C985109B-8335-4A66-A9CA-...
>I have a usercontrol that has the dropdownlist which has Autopostback set
>to
> true. The selectedindex changed event is not getting fired from IE if the
> production webserver has ASP.NET 1.1.4322.573 (without SP1). The same
> code
> works fine on Navigator and FireFox browsers hitting the same production
> server.
>
> Also, the same code works on all browsers with the dev webserver that has
> ASP.NET 1.1 SP1 (1.1.4322.2032) installed.
>
> On the first server, Could it be not working on IE because of the missing
> SP1 ? Or could it be some other issue?
>
> I need to do this analysis because the IT team that manages the production
> server needs a detailed analysis of any updates to production.
>
> regards
> srividhya



 
Reply With Quote
 
 
 
 
Grant Merwitz
Guest
Posts: n/a
 
      08-23-2005
Sorry about that, replied to the wrong post there


"sri" <> wrote in message
news:C985109B-8335-4A66-A9CA-...
>I have a usercontrol that has the dropdownlist which has Autopostback set
>to
> true. The selectedindex changed event is not getting fired from IE if the
> production webserver has ASP.NET 1.1.4322.573 (without SP1). The same
> code
> works fine on Navigator and FireFox browsers hitting the same production
> server.
>
> Also, the same code works on all browsers with the dev webserver that has
> ASP.NET 1.1 SP1 (1.1.4322.2032) installed.
>
> On the first server, Could it be not working on IE because of the missing
> SP1 ? Or could it be some other issue?
>
> I need to do this analysis because the IT team that manages the production
> server needs a detailed analysis of any updates to production.
>
> regards
> srividhya



 
Reply With Quote
 
Grant Merwitz
Guest
Posts: n/a
 
      08-23-2005
You might need to install/reinstall the client side files

go into you Visual Studio cmd prompt and run

aspnet_regiis -c

This will install the client side files into all virtual directories in IIS

HTH


"sri" <> wrote in message
news:C985109B-8335-4A66-A9CA-...
>I have a usercontrol that has the dropdownlist which has Autopostback set
>to
> true. The selectedindex changed event is not getting fired from IE if the
> production webserver has ASP.NET 1.1.4322.573 (without SP1). The same
> code
> works fine on Navigator and FireFox browsers hitting the same production
> server.
>
> Also, the same code works on all browsers with the dev webserver that has
> ASP.NET 1.1 SP1 (1.1.4322.2032) installed.
>
> On the first server, Could it be not working on IE because of the missing
> SP1 ? Or could it be some other issue?
>
> I need to do this analysis because the IT team that manages the production
> server needs a detailed analysis of any updates to production.
>
> regards
> srividhya



 
Reply With Quote
 
Patrick Olurotimi Ige
Guest
Posts: n/a
 
      08-23-2005
You can try re-installing the script but at the same time are you
passing the right handles to fire in your DropDownList?
..
Patrick



*** Sent via Developersdex http://www.developersdex.com ***
 
Reply With Quote
 
=?Utf-8?B?c3Jp?=
Guest
Posts: n/a
 
      08-23-2005
I will definitely try reinstalling client side files.

Thank you very much for the suggestion.

sri.

"Grant Merwitz" wrote:

> You might need to install/reinstall the client side files
>
> go into you Visual Studio cmd prompt and run
>
> aspnet_regiis -c
>
> This will install the client side files into all virtual directories in IIS
>
> HTH
>
>
> "sri" <> wrote in message
> news:C985109B-8335-4A66-A9CA-...
> >I have a usercontrol that has the dropdownlist which has Autopostback set
> >to
> > true. The selectedindex changed event is not getting fired from IE if the
> > production webserver has ASP.NET 1.1.4322.573 (without SP1). The same
> > code
> > works fine on Navigator and FireFox browsers hitting the same production
> > server.
> >
> > Also, the same code works on all browsers with the dev webserver that has
> > ASP.NET 1.1 SP1 (1.1.4322.2032) installed.
> >
> > On the first server, Could it be not working on IE because of the missing
> > SP1 ? Or could it be some other issue?
> >
> > I need to do this analysis because the IT team that manages the production
> > server needs a detailed analysis of any updates to production.
> >
> > regards
> > srividhya

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dropdownlist with autopostback set to true does not fire. Please help. Carlos ASP .Net 1 04-20-2007 07:09 PM
Dropdownlist Autopostback not working =?Utf-8?B?aW5kaWdhdG9y?= ASP .Net 3 03-17-2006 07:06 AM
Event not firing in usercontrol inside usercontrol vatech1993@yahoo.com ASP .Net Building Controls 0 12-10-2004 02:20 PM
dropdownlist value not persisting after autopostback Daniel Doyle ASP .Net 1 06-25-2004 12:00 PM
Use LoadControl to load a usercontrol but the webcontrol in the usercontrol can not AutoPostBack huobazi ASP .Net 1 07-03-2003 03:14 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57