asp setfocus and performance

  • Thread starter Thread starter jamess
  • Start date Start date
J

jamess

Please can someone tell me why, when redirecting from a
page with a large dataset, the action takes much longer
than with a small set?
Also, how can I setfocus to a control; (the default being
the address bar)? I have tried various tab-index
approaches but to no avail?
thanks all.
 
Please can someone tell me why, when redirecting from a
page with a large dataset, the action takes much longer
than with a small set?

How you are redirecting from that page? Is EnableViewState is true for that
datagrid??
Also, how can I setfocus to a control; (the default being
the address bar)? I have tried various tab-index
approaches but to no avail?

Check out this code snippet,
http://www.extremeexperts.com/Net/CodeSnippets/SettingFocustoElementAfterPos
tback.aspx
thanks all.
 
Back
Top