Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: creating Modal popup window Pin
eyeseetee6-Aug-08 22:59
eyeseetee6-Aug-08 22:59 
GeneralRe: creating Modal popup window Pin
Member 45142187-Aug-08 1:11
Member 45142187-Aug-08 1:11 
Questionweb.config frustrating me1 Pin
Abbasy Ahmad6-Aug-08 22:48
Abbasy Ahmad6-Aug-08 22:48 
AnswerRe: web.config frustrating me1 Pin
Gayani Devapriya6-Aug-08 23:37
Gayani Devapriya6-Aug-08 23:37 
QuestionOpening one Page at a time Pin
omlac6-Aug-08 22:43
omlac6-Aug-08 22:43 
AnswerRe: Opening one Page at a time Pin
eyeseetee6-Aug-08 23:22
eyeseetee6-Aug-08 23:22 
GeneralRe: Opening one Page at a time Pin
omlac7-Aug-08 2:06
omlac7-Aug-08 2:06 
GeneralRe: Opening one Page at a time Pin
omlac7-Aug-08 2:17
omlac7-Aug-08 2:17 
Hie thank you very much,
@netman: where do i put that code, may you please provide me with more information, or an exambple where that was done
Thank you very
i have tried this but it didnt work

var value = document.getElementById('<%=tboSiteID.ClientID%>').value;

//window.open("frmSelectWizzardData.aspx?Text=" + value + "Param=" + "Account", "", "location=0,status=0,scrollbars=0,width=350,height=150");
mywindow = window.open("frmLocation.aspx?IDS=" + value, new, "location=0,status=0,scrollbars=1,width=560,height=400");
mywindow.moveTo(320,200);
return false; //added false
AnswerRe: Opening one Page at a time Pin
omlac7-Aug-08 2:25
omlac7-Aug-08 2:25 
GeneralRe: Opening one Page at a time Pin
eyeseetee7-Aug-08 2:59
eyeseetee7-Aug-08 2:59 
QuestionChangeMode FormView From Insert to Edit After Inserted Pin
Mhiny6-Aug-08 22:32
Mhiny6-Aug-08 22:32 
Questionexport to excel 97 to 2003 Pin
jhyn6-Aug-08 21:55
jhyn6-Aug-08 21:55 
AnswerRe: export to excel 97 to 2003 Pin
eyeseetee6-Aug-08 22:07
eyeseetee6-Aug-08 22:07 
GeneralRe: export to excel 97 to 2003 Pin
zahid farooq6-Aug-08 23:22
zahid farooq6-Aug-08 23:22 
GeneralRe: export to excel 97 to 2003 [modified] Pin
jhyn7-Aug-08 16:30
jhyn7-Aug-08 16:30 
GeneralRe: export to excel 97 to 2003 Pin
hyperalergelo7-Aug-08 16:33
hyperalergelo7-Aug-08 16:33 
GeneralRe: export to excel 97 to 2003 Pin
hyperalergelo7-Aug-08 16:59
hyperalergelo7-Aug-08 16:59 
GeneralRe: export to excel 97 to 2003 Pin
jhyn7-Aug-08 17:01
jhyn7-Aug-08 17:01 
QuestionPrinting Problem Pin
deepthy.p.m6-Aug-08 21:26
deepthy.p.m6-Aug-08 21:26 
AnswerRe: Printing Problem Pin
NeverHeardOfMe6-Aug-08 22:41
NeverHeardOfMe6-Aug-08 22:41 
GeneralRe: Printing Problem Pin
deepthy.p.m6-Aug-08 23:40
deepthy.p.m6-Aug-08 23:40 
GeneralRe: Printing Problem Pin
eyeseetee7-Aug-08 0:00
eyeseetee7-Aug-08 0:00 
GeneralRe: Printing Problem Pin
deepthy.p.m7-Aug-08 0:17
deepthy.p.m7-Aug-08 0:17 
QuestionWorking with Web Parts Pin
sjs4u6-Aug-08 21:19
sjs4u6-Aug-08 21:19 
AnswerRe: Working with Web Parts Pin
eyeseetee6-Aug-08 22:14
eyeseetee6-Aug-08 22:14 

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.