Click here to Skip to main content
15,895,606 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Cursor re-positioning Pin
MacIntyre30-Jul-09 13:08
MacIntyre30-Jul-09 13:08 
GeneralRe: Cursor re-positioning Pin
Christian Graus30-Jul-09 13:54
protectorChristian Graus30-Jul-09 13:54 
GeneralRe: Cursor re-positioning Pin
MacIntyre30-Jul-09 14:08
MacIntyre30-Jul-09 14:08 
GeneralRe: Cursor re-positioning Pin
Christian Graus30-Jul-09 14:11
protectorChristian Graus30-Jul-09 14:11 
GeneralRe: Cursor re-positioning Pin
MacIntyre30-Jul-09 14:26
MacIntyre30-Jul-09 14:26 
GeneralRe: Cursor re-positioning Pin
Christian Graus30-Jul-09 14:39
protectorChristian Graus30-Jul-09 14:39 
GeneralRe: Cursor re-positioning Pin
MacIntyre30-Jul-09 14:40
MacIntyre30-Jul-09 14:40 
GeneralRe: Cursor re-positioning Pin
Christian Graus30-Jul-09 14:55
protectorChristian Graus30-Jul-09 14:55 
If you look at the source code of your actual page, those controls are all building an HTML table. You want to focus on a row, so you need to be able to select that row. The tr or td tag in question.

If it has an id, the ClientID is the property you want. Then you can emit some js that passes the ClientID ( which you generate on the server ), to a method which takes that id, and selects the object and focuses on it

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: Cursor re-positioning Pin
MacIntyre30-Jul-09 15:24
MacIntyre30-Jul-09 15:24 
QuestionTabbing through datalist items Pin
MacIntyre30-Jul-09 10:58
MacIntyre30-Jul-09 10:58 
AnswerRe: Tabbing through datalist items Pin
Christian Graus30-Jul-09 11:37
protectorChristian Graus30-Jul-09 11:37 
GeneralRe: Tabbing through datalist items Pin
MacIntyre30-Jul-09 12:24
MacIntyre30-Jul-09 12:24 
AnswerRe: Tabbing through datalist items Pin
Hemant_ec4830-Jul-09 11:40
Hemant_ec4830-Jul-09 11:40 
GeneralRe: Tabbing through datalist items Pin
MacIntyre30-Jul-09 12:24
MacIntyre30-Jul-09 12:24 
Questionasp:ImageButton and Firefox Pin
Hristiyan30-Jul-09 10:31
Hristiyan30-Jul-09 10:31 
AnswerRe: asp:ImageButton and Firefox Pin
Christian Graus30-Jul-09 10:46
protectorChristian Graus30-Jul-09 10:46 
GeneralRe: asp:ImageButton and Firefox Pin
Hristiyan30-Jul-09 10:54
Hristiyan30-Jul-09 10:54 
GeneralRe: asp:ImageButton and Firefox Pin
Christian Graus30-Jul-09 11:35
protectorChristian Graus30-Jul-09 11:35 
QuestionPlaceholder Pin
comp_j30-Jul-09 10:15
comp_j30-Jul-09 10:15 
AnswerRe: Placeholder Pin
Christian Graus30-Jul-09 10:49
protectorChristian Graus30-Jul-09 10:49 
GeneralRe: Placeholder Pin
comp_j30-Jul-09 11:16
comp_j30-Jul-09 11:16 
GeneralRe: Placeholder Pin
Christian Graus30-Jul-09 11:35
protectorChristian Graus30-Jul-09 11:35 
GeneralRe: Placeholder Pin
comp_j30-Jul-09 12:17
comp_j30-Jul-09 12:17 
GeneralRe: Placeholder Pin
Christian Graus30-Jul-09 12:28
protectorChristian Graus30-Jul-09 12:28 
QuestionViewState Probelm in GridView Pin
Hemant_ec4830-Jul-09 9:37
Hemant_ec4830-Jul-09 9:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.