Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: Blank Frame problem in IE using DropDownList

Reply
Thread Tools

Re: Blank Frame problem in IE using DropDownList

 
 
Rajesh.V
Guest
Posts: n/a
 
      10-22-2003
I think this is the limitation of the web being slow, two requests are going
to the web server and it goes for a toss. The workaround should be,
javascript, detect if the index is changed with the onClick event and
disable it. This will prevent the user from clicking it again.

Say combo.Attributes.add("disable", --- js for enable=false goes here).

The js mentioned the syntax is not correct, u can get it from net anywhere.

"Rob Gommans" <> wrote in message
news:...
> Hi
>
> We have a problem with a DropDownList control in combination with the IE
> browser. When you select an item from the DropDownList (which has
> AutoPostBack set to True and a onSelectedIndexChanged eventhandler) and
> quickly - before the request has been completely sent - click the
> DropDownList control again, a blank page will appear. Refreshing the frame
> will show the page again, but with the initial viewstate. The first item

in
> the list is selected again. The same behaviour occurs with a ListBox
> control.
>
> Does anybody know a solution for this problem? Enclosed in this post is a
> sample application to reproduce the problem. The appl needs the local SQL
> Server database Northwind.
> Thanks in advance for your time and effort!
>
> Rob Gommans
> Dynafix Applications
>
>
>
>
>
>



 
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
Using Javascript to look at a frame's contents from another (sibling)frame Aaron C Javascript 2 11-21-2009 11:20 PM
blank CD-R and blank DVD-R not recognized by Vista 64 Ultimate =?Utf-8?B?R3JlZyBLaXJrcGF0cmljaw==?= Windows 64bit 13 11-07-2007 12:23 PM
Using form data from one frame in another frame Kathryn ASP General 4 11-07-2003 02:22 PM
Re: Blank Frame problem in IE using DropDownList Manus ASP .Net 2 10-22-2003 06:03 PM



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