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