473,507 Members | 2,368 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DropdownList autopostback in usercontrol not working for ASP.NET 1

sri
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
Nov 19 '05 #1
5 2382
this help:

http://www.aspfree.com/c/a/ASP/Consu...vice-from-ASP/
"sri" <sr*@discussions.microsoft.com> wrote in message
news:C9**********************************@microsof t.com...
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

Nov 19 '05 #2
Sorry about that, replied to the wrong post there
"sri" <sr*@discussions.microsoft.com> wrote in message
news:C9**********************************@microsof t.com...
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

Nov 19 '05 #3
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" <sr*@discussions.microsoft.com> wrote in message
news:C9**********************************@microsof t.com...
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

Nov 19 '05 #4
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 ***
Nov 19 '05 #5
sri
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" <sr*@discussions.microsoft.com> wrote in message
news:C9**********************************@microsof t.com...
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


Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
4373
by: bryanp10 | last post by:
I have a page that is almost entirely dynamically created. Textboxes and checkbox are working fine, firing events, and persistent their state. DropDownList is giving me a major headache. All...
2
1832
by: rt | last post by:
hi, iam a having a datagrid, pls check the code ---- Public WithEvents bgt As System.Web.UI.WebControls.DropDownList ---
3
1453
by: Kim | last post by:
I have a user control with 3 dropdownlist when a user selects the first listbox based on his/her selection the 2 listbox will load based off the users selection from the 2nd listbox the 3rd listbox...
2
3254
by: studio60podcast | last post by:
I'm not sure I can do this, but here is what I'm trying to accomplish... I have a WebUserControl that has a single control - a DropDownList - called BoundDL. In that control, I have methods...
0
3720
by: andy | last post by:
Hi, I have a form uses several dropdownlists to narrow a set of criteria. ( This is in turn used to control what is shown on a gridview. ) With each, the user selects an entry and then the next...
5
2167
by: revbart | last post by:
Yep, that's me. I'll bet I've read a hundred articles somewhere or another, but I just can't get the thing to work. I'm working on a custom solution. One of the major UIs includes a calendar-style...
1
4638
by: MaryamSh | last post by:
Hi, I am creating a Dynamic Search in my application. I create a user control and in Page_load event I create a dynamic dropdownlist and 2 dynamic button (Add,Remove) By pressing Add button...
0
3467
by: MaryamSh | last post by:
Create Dynamic Dropdownlist Controls and related event -------------------------------------------------------------------------------- Hi, I am creating a Dynamic Search in my application. I...
0
1918
by: asmx126453 | last post by:
Hey mensen I am having some big troubles here i tryd solving it myself with internet for 2 days but i kind fix it. Its about this i have a DotNet project that alrydi is online and working for...
0
7319
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7031
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7485
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5623
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5042
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
1
760
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
412
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.