Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

textbox.focus do not work if data loading in Gridview

0 views
Skip to first unread message

aspfun via DotNetMonster.com

unread,
Nov 4, 2009, 11:25:54 AM11/4/09
to
In page_load, I used code below to load data to a Gridview and set focus in
txtOrderNumber but never get focus working.

If Not Page.IsPostBack Then
--- code to load data to a gridview
end if
txtOrderNumber.focus()

But, if only code

txtOrderNumber.focus()

Focus is working.

How to fix it so that data can load and focus can set?

--
Message posted via http://www.dotnetmonster.com

0 new messages