Click here to Skip to main content
15,884,629 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Cross post: Re: Webpart Pin
Abhijit Jana22-Dec-09 16:18
professionalAbhijit Jana22-Dec-09 16:18 
Questionwebpart Pin
NETLearning22-Dec-09 5:08
NETLearning22-Dec-09 5:08 
AnswerRe: webpart Pin
Estys22-Dec-09 5:57
Estys22-Dec-09 5:57 
GeneralRe: webpart Pin
NETLearning22-Dec-09 6:03
NETLearning22-Dec-09 6:03 
GeneralRe: webpart Pin
Estys22-Dec-09 7:20
Estys22-Dec-09 7:20 
GeneralRe: webpart Pin
NETLearning22-Dec-09 11:51
NETLearning22-Dec-09 11:51 
GeneralRe: webpart Pin
Estys22-Dec-09 23:13
Estys22-Dec-09 23:13 
Questionreturn value from showmodaldialog Pin
baselanfouqa22-Dec-09 3:48
baselanfouqa22-Dec-09 3:48 
hi all dev's
i have a problem and want some help, i have a showmodaldialog and its working fine but when i finish from it and click on button (ReName) the showmodaldialog take fulll size page and stops in it, now am providing the code to be more clear for u:-
(child page)
function ReturnParam()
{
var password= window.dialogArguments;
var old = document.getElementById("tbPasswordConfirm").value;
if(password!=old)
{
alert('Password does not match....');
}
else
{
var param = document.getElementById("tbNewPassword").value;
alert('New Password have changet to ' + param);
window.returnValue = param;
window.close();
}
}

what seems to be the problem.....!!!!???
AnswerRe: return value from showmodaldialog Pin
Abhishek Sur22-Dec-09 6:57
professionalAbhishek Sur22-Dec-09 6:57 
GeneralRe: return value from showmodaldialog Pin
baselanfouqa22-Dec-09 19:25
baselanfouqa22-Dec-09 19:25 
Questionautomatically publish on live Pin
Abbas_here22-Dec-09 2:58
Abbas_here22-Dec-09 2:58 
AnswerRe: automatically publish on live Pin
Abhijit Jana22-Dec-09 4:08
professionalAbhijit Jana22-Dec-09 4:08 
GeneralRe: automatically publish on live Pin
Abbas_here22-Dec-09 20:50
Abbas_here22-Dec-09 20:50 
QuestionUsing AJAX in ASP.net Pin
prakk8822-Dec-09 2:37
prakk8822-Dec-09 2:37 
AnswerRe: Using AJAX in ASP.net Pin
#realJSOP22-Dec-09 4:05
mve#realJSOP22-Dec-09 4:05 
Questionjumping to the breakpoint inserted in the webservice Pin
shankbond22-Dec-09 1:22
shankbond22-Dec-09 1:22 
AnswerRe: jumping to the breakpoint inserted in the webservice Pin
Abhijit Jana22-Dec-09 1:40
professionalAbhijit Jana22-Dec-09 1:40 
GeneralRe: jumping to the breakpoint inserted in the webservice Pin
shankbond22-Dec-09 4:04
shankbond22-Dec-09 4:04 
GeneralRe: jumping to the breakpoint inserted in the webservice Pin
Abhijit Jana22-Dec-09 4:07
professionalAbhijit Jana22-Dec-09 4:07 
GeneralRe: jumping to the breakpoint inserted in the webservice Pin
shankbond22-Dec-09 6:03
shankbond22-Dec-09 6:03 
AnswerRe: jumping to the breakpoint inserted in the webservice Pin
Estys22-Dec-09 1:52
Estys22-Dec-09 1:52 
AnswerRe: jumping to the breakpoint inserted in the webservice Pin
Vimalsoft(Pty) Ltd22-Dec-09 2:09
professionalVimalsoft(Pty) Ltd22-Dec-09 2:09 
QuestionText Change Event Pin
sekannak22-Dec-09 0:45
sekannak22-Dec-09 0:45 
AnswerRe: Text Change Event Pin
Gamzun22-Dec-09 17:27
Gamzun22-Dec-09 17:27 
AnswerRe: Text Change Event Pin
Gamzun22-Dec-09 17:29
Gamzun22-Dec-09 17:29 

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.