Click here to Skip to main content
16,003,611 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Cannot find Server or DNS Error Pin
badgrs20-Jun-07 7:17
badgrs20-Jun-07 7:17 
GeneralRe: Cannot find Server or DNS Error Pin
BGadhia20-Jun-07 7:46
BGadhia20-Jun-07 7:46 
QuestionPlease Help with a Web Service! Pin
BigBlueEye20-Jun-07 6:08
BigBlueEye20-Jun-07 6:08 
QuestionCan't access functions Pin
MartyExodus20-Jun-07 5:30
MartyExodus20-Jun-07 5:30 
AnswerRe: Can't access functions Pin
Not Active20-Jun-07 6:05
mentorNot Active20-Jun-07 6:05 
NewsRe: Can't access functions Pin
MartyExodus20-Jun-07 6:27
MartyExodus20-Jun-07 6:27 
QuestionShift-Click: trap/prevent opening new browser - possible? Pin
Yab (Yet Another Bob)20-Jun-07 5:21
Yab (Yet Another Bob)20-Jun-07 5:21 
Questionabout popup window Pin
mredaghaly20-Jun-07 5:08
mredaghaly20-Jun-07 5:08 
Dear All

I have a datagrid in a page, i wrote a code to take a value from this datagrid and then send it to another page to open in a popup window and below is the code.
=====================The code=====================
window.showModalDialog("TradesForReuterCode.aspx?ReuterCode=" + RouterCode + "", 'static' , "status=2,scrollbars=1,left=(screen.width-width)/2,top=(screen.height-height)/2,width=420,height=600");
===================================================
the another popup page opened normally, but the problem is when i try to colse the popup window my parent page make postback and i don't want this, i try a solution to make a button and write another code to close the popup window and below is the code
===================================================
function CloseMe()
{
self.close();
window.opener.location.reload(false);
}
=====================================
But still have the same problem

plz if anyone face this problem before try to help me and thank you in advance


QuestionPopup calendar Maser Page Pin
kjosh20-Jun-07 5:06
kjosh20-Jun-07 5:06 
QuestionHow do I make my DLL available on remote Server?? Pin
Cfer8320-Jun-07 5:05
Cfer8320-Jun-07 5:05 
AnswerRe: How do I make my DLL available on remote Server?? Pin
Cfer8320-Jun-07 5:57
Cfer8320-Jun-07 5:57 
GeneralRe: How do I make my DLL available on remote Server?? Pin
Cfer8320-Jun-07 7:39
Cfer8320-Jun-07 7:39 
GeneralRe: How do I make my DLL available on remote Server?? Pin
Not Active20-Jun-07 7:45
mentorNot Active20-Jun-07 7:45 
QuestionHow to Pin
alwinSCH20-Jun-07 4:52
alwinSCH20-Jun-07 4:52 
AnswerRe: How to Pin
ednrgc20-Jun-07 5:04
ednrgc20-Jun-07 5:04 
AnswerRe: How to Pin
badgrs20-Jun-07 5:04
badgrs20-Jun-07 5:04 
GeneralRe: How to Pin
alwinSCH20-Jun-07 5:06
alwinSCH20-Jun-07 5:06 
GeneralRe: How to Pin
badgrs20-Jun-07 5:14
badgrs20-Jun-07 5:14 
Questiondeployment in VB.net VS 2003??? Pin
Vimalsoft(Pty) Ltd20-Jun-07 4:21
professionalVimalsoft(Pty) Ltd20-Jun-07 4:21 
AnswerRe: deployment in VB.net VS 2003??? Pin
MartyExodus20-Jun-07 5:54
MartyExodus20-Jun-07 5:54 
GeneralRe: deployment in VB.net VS 2003??? Pin
Vimalsoft(Pty) Ltd20-Jun-07 19:37
professionalVimalsoft(Pty) Ltd20-Jun-07 19:37 
QuestionSuggest some method for treeview with checkbox Pin
AbrahamErnest20-Jun-07 3:46
AbrahamErnest20-Jun-07 3:46 
AnswerRe: Suggest some method for treeview with checkbox Pin
ToddHileHoffer20-Jun-07 4:47
ToddHileHoffer20-Jun-07 4:47 
QuestionMultiple UpdatePanel with UpdatePanelAnimationExtender Pin
Engin KIRMACI20-Jun-07 3:33
Engin KIRMACI20-Jun-07 3:33 
AnswerRe: Multiple UpdatePanel with UpdatePanelAnimationExtender Pin
badgrs20-Jun-07 3:47
badgrs20-Jun-07 3:47 

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.