Click here to Skip to main content
15,879,095 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to get pdf files from the asp Pin
nibinki3336-Aug-08 23:18
nibinki3336-Aug-08 23:18 
AnswerRe: how to get pdf files from the asp Pin
eyeseetee6-Aug-08 23:23
eyeseetee6-Aug-08 23:23 
Questioncreating Modal popup window Pin
Member 45142186-Aug-08 22:55
Member 45142186-Aug-08 22:55 
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 
Im using this function to open a pop up window. But im using it on a treeview and once a node is clicked it pops up the frmlocation page.
My problem is if i click more that one nodes the pop up appears more than once. How do i stop this from happening, i want to have one frmlocation page opened at a time.

function OpenWindow()
{
mywindow = window.open("frmtvwLocation.aspx", "mywindow", "location=0,status=0,scrollbars=0,width=350,height=150");
mywindow.moveTo(400,100);

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

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.