Click here to Skip to main content
15,888,816 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Opening new window using clientscript.registerstartupscript() on clickin linkbutton Pin
nainakarri5-Feb-09 5:19
nainakarri5-Feb-09 5:19 
GeneralRe: Opening new window using clientscript.registerstartupscript() on clickin linkbutton Pin
vaghelabhavesh5-Feb-09 7:47
vaghelabhavesh5-Feb-09 7:47 
AnswerRe: Opening new window using clientscript.registerstartupscript() on clickin linkbutton Pin
omlac9-Feb-09 22:47
omlac9-Feb-09 22:47 
QuestionDatagrid Paging?? Pin
ketan bader3-Feb-09 2:48
ketan bader3-Feb-09 2:48 
AnswerRe: Datagrid Paging?? Pin
Jon Rista4-Feb-09 6:31
Jon Rista4-Feb-09 6:31 
QuestionEnter key press in Multiline textbox Pin
kc_krishnan3-Feb-09 1:59
kc_krishnan3-Feb-09 1:59 
AnswerRe: Enter key press in Multiline textbox Pin
SeMartens4-Feb-09 1:42
SeMartens4-Feb-09 1:42 
QuestionMultiLine Text Box focus Pin
kc_krishnan3-Feb-09 1:56
kc_krishnan3-Feb-09 1:56 
I’m trying to have focus on the multiline text box at the page load by using following javascript code


Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "focusLoad", "<script language='javascript'>var control=document.getElementById('" + txtField.ClientID + "');if(control!=null)control.focus();</script>");

But some how the focus is not there in the textbox (cursor is not visible and if tried to type directly on page laod without clicking with mosue on the textbox its not happenening).
Please suggest some solution for this problem.
AnswerRe: MultiLine Text Box focus Pin
vaghelabhavesh3-Feb-09 12:09
vaghelabhavesh3-Feb-09 12:09 
Question[HTML IE6] Trouble column size with detailed table Pin
belfaigore2-Feb-09 22:38
belfaigore2-Feb-09 22:38 
AnswerRe: [HTML IE6] Trouble column size with detailed table Pin
Aman Bhullar2-Feb-09 23:15
Aman Bhullar2-Feb-09 23:15 
GeneralRe: [HTML IE6] Trouble column size with detailed table Pin
belfaigore2-Feb-09 23:55
belfaigore2-Feb-09 23:55 
GeneralRe: [HTML IE6] Trouble column size with detailed table Pin
Aman Bhullar3-Feb-09 0:10
Aman Bhullar3-Feb-09 0:10 
GeneralRe: [HTML IE6] Trouble column size with detailed table Pin
belfaigore3-Feb-09 2:24
belfaigore3-Feb-09 2:24 
QuestionCannot instantiate non-existent class: database in /includes/joomla.php Pin
Rasma Raj2-Feb-09 20:24
Rasma Raj2-Feb-09 20:24 
QuestionMysterious "File Not Found" Pin
Reelix2-Feb-09 0:55
Reelix2-Feb-09 0:55 
Questiononclick event not working in firefox but works in IE Pin
uglyeyes1-Feb-09 21:41
uglyeyes1-Feb-09 21:41 
AnswerRe: onclick event not working in firefox but works in IE Pin
SeMartens2-Feb-09 2:44
SeMartens2-Feb-09 2:44 
QuestionJAVASCRIPT selectNodes() returns 0 if XML contains '&' char Pin
Arindam Tewary1-Feb-09 21:26
professionalArindam Tewary1-Feb-09 21:26 
QuestionAJAX Pin
saurabh200671-Feb-09 17:48
saurabh200671-Feb-09 17:48 
AnswerRe: AJAX Pin
SeMartens2-Feb-09 2:50
SeMartens2-Feb-09 2:50 
GeneralRe: AJAX Pin
saurabh200672-Feb-09 6:36
saurabh200672-Feb-09 6:36 
QuestionJavaScript Error with IE Pin
r aa j1-Feb-09 17:37
r aa j1-Feb-09 17:37 
AnswerRe: JavaScript Error with IE Pin
saurabh200671-Feb-09 19:13
saurabh200671-Feb-09 19:13 
Questionautogenerate column Pin
Mhiny1-Feb-09 16:43
Mhiny1-Feb-09 16:43 

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.