Click here to Skip to main content
15,867,141 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDual Handle slider for web application [modified] Pin
mohit ag3-Feb-09 20:26
mohit ag3-Feb-09 20:26 
AnswerRe: Dual Handle slider for web application Pin
J4amieC4-Feb-09 3:00
J4amieC4-Feb-09 3:00 
JokeRe: Dual Handle slider for web application Pin
Jon Rista4-Feb-09 6:29
Jon Rista4-Feb-09 6:29 
GeneralRe: Dual Handle slider for web application Pin
mohit ag4-Feb-09 20:27
mohit ag4-Feb-09 20:27 
QuestionLocate an application Pin
Jason Lepack (LeppyR64)3-Feb-09 10:41
Jason Lepack (LeppyR64)3-Feb-09 10:41 
AnswerRe: Locate an application Pin
SeMartens3-Feb-09 21:35
SeMartens3-Feb-09 21:35 
QuestionOpening new window using clientscript.registerstartupscript() on clickin linkbutton Pin
nainakarri3-Feb-09 5:43
nainakarri3-Feb-09 5:43 
AnswerRe: Opening new window using clientscript.registerstartupscript() on clickin linkbutton Pin
vaghelabhavesh3-Feb-09 10:58
vaghelabhavesh3-Feb-09 10:58 
I hope this will help Smile | :)
this.ClientScript.RegisterStartupScript(
		this.GetType(),
		"Window",
		"window.open('../OtherDirectory/NewPage.aspx','','width=300,height=300,left=200,top=200');",
		true);


Be careful, there is no Undo Button(Ctrl+Z) in life.

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 
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 

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.