Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Linking to most recent by date Pin
Christian Graus25-Jun-08 18:13
protectorChristian Graus25-Jun-08 18:13 
AnswerRe: Linking to most recent by date Pin
ravindra_ee24825-Jun-08 21:51
ravindra_ee24825-Jun-08 21:51 
GeneralRe: Linking to most recent by date Pin
midoujulessama26-Jun-08 10:21
midoujulessama26-Jun-08 10:21 
QuestionServerControl property defined as Interface isn't available in Intellisense Pin
Mark J. Miller25-Jun-08 11:36
Mark J. Miller25-Jun-08 11:36 
QuestionUnable to set focus to a text box contained in a gridview's row cell after post-back and binding. Pin
Steve Holdorf25-Jun-08 10:57
Steve Holdorf25-Jun-08 10:57 
AnswerRe: Unable to set focus to a text box contained in a gridview's row cell after post-back and binding. Pin
Masood Kochi,SSF25-Jun-08 19:49
Masood Kochi,SSF25-Jun-08 19:49 
GeneralRe: Unable to set focus to a text box contained in a gridview's row cell after post-back and binding. Pin
Steve Holdorf26-Jun-08 2:44
Steve Holdorf26-Jun-08 2:44 
AnswerRe: Unable to set focus to a text box contained in a gridview's row cell after post-back and binding. Pin
boy.pockets25-Jun-08 19:52
boy.pockets25-Jun-08 19:52 
My first thought would be to find the row that it is in Insert mode (SelectedRow maybe) and give it focus.

My second thought would be to extend the GridView in a Server Control. Override the Focus() method. In this method, if the GridView is in insert mode (GridView.CurrentMode), then get the current row (SelectedRow) and then set the focus to that row. If the GridView is not in insert mode than just pass the call to the base (base.Focus()).
Questionpage navigation Pin
jds120725-Jun-08 8:42
jds120725-Jun-08 8:42 
AnswerRe: page navigation Pin
Zoltan Balazs25-Jun-08 9:57
Zoltan Balazs25-Jun-08 9:57 
QuestionExam questions. Are they wrong or what? Pin
AlexeiXX325-Jun-08 7:45
AlexeiXX325-Jun-08 7:45 
NewsTools to Check Your ASP, ASP.NET Site For SQL Injection Attacks Pin
brucedkyle25-Jun-08 6:06
brucedkyle25-Jun-08 6:06 
GeneralRe: Tools to Check Your ASP, ASP.NET Site For SQL Injection Attacks Pin
Christian Graus25-Jun-08 12:22
protectorChristian Graus25-Jun-08 12:22 
Questionhow come script works in firefox but not ie Pin
zzsoulzz25-Jun-08 5:42
zzsoulzz25-Jun-08 5:42 
AnswerRe: how come script works in firefox but not ie Pin
Parwej Ahamad25-Jun-08 5:45
professionalParwej Ahamad25-Jun-08 5:45 
GeneralRe: how come script works in firefox but not ie Pin
zzsoulzz25-Jun-08 6:03
zzsoulzz25-Jun-08 6:03 
GeneralRe: how come script works in firefox but not ie Pin
Parwej Ahamad25-Jun-08 6:17
professionalParwej Ahamad25-Jun-08 6:17 
GeneralRe: how come script works in firefox but not ie Pin
zzsoulzz25-Jun-08 6:23
zzsoulzz25-Jun-08 6:23 
GeneralRe: how come script works in firefox but not ie Pin
Parwej Ahamad25-Jun-08 6:34
professionalParwej Ahamad25-Jun-08 6:34 
GeneralRe: how come script works in firefox but not ie Pin
zzsoulzz25-Jun-08 6:39
zzsoulzz25-Jun-08 6:39 
GeneralRe: how come script works in firefox but not ie Pin
Parwej Ahamad25-Jun-08 6:47
professionalParwej Ahamad25-Jun-08 6:47 
GeneralRe: how come script works in firefox but not ie Pin
zzsoulzz25-Jun-08 7:09
zzsoulzz25-Jun-08 7:09 
GeneralRe: how come script works in firefox but not ie Pin
Parwej Ahamad25-Jun-08 7:12
professionalParwej Ahamad25-Jun-08 7:12 
GeneralRe: how come script works in firefox but not ie Pin
zzsoulzz25-Jun-08 7:20
zzsoulzz25-Jun-08 7:20 
AnswerRe: how come script works in firefox but not ie Pin
Christian Graus25-Jun-08 12:26
protectorChristian Graus25-Jun-08 12:26 

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.