Dropdownlist setfocus problem
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngvb' list.


Dinesh
Hello Folks,

I have two dropdownlist boxes in a form after 5 text boxes.
Bounding data into first dropdown when form loads.
When i select particular item in first dropdownlist i am displaying records
in
second dropdownlist according to particular item selected in first
dropdownlist.
"But here i am facing problem . I need to set focus in the second
dropdownlist."
When i selct item in dropdownlistbox again form is starting from first
textbox.

If any suggestion much appreciate.

Regards
Dine

Reply to this message...
 
    
Daniel Naumann
Dine,

You'll have to doit just like you did with classic ASP - with Javascript. Focus
has to be set client side. If you want focus on your second dropdown, then in
the change event (SelectedIndexChange??) for the first dropdown, write out some
javascript to set focus using the Page.RegisterClientScript() (or something like
that I can't remember the exact name right now......).

Daniel.

-----Original Message-----
From: Dinesh [mailto:Click here to reveal e-mail address]
Sent: 24-Jul-2002 03:02
To: aspngvb
Subject: [aspngvb] Dropdownlist setfocus problem

Hello Folks,

I have two dropdownlist boxes in a form after 5 text boxes.
Bounding data into first dropdown when form loads.
When i select particular item in first dropdownlist i am displaying records
in
second dropdownlist according to particular item selected in first
dropdownlist.
"But here i am facing problem . I need to set focus in the second
dropdownlist."
When i selct item in dropdownlistbox again form is starting from first
textbox.

If any suggestion much appreciate.

Regards
Dine

| [aspngvb] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngvb.asp = JOIN/QUIT

Reply to this message...
 
 
System.Web.UI.Page




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com