Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
JokeRe: sending Email in C# Pin
Manas Bhardwaj26-Aug-08 23:59
professionalManas Bhardwaj26-Aug-08 23:59 
GeneralRe: sending Email in C# Pin
kvsreedhar27-Aug-08 0:12
kvsreedhar27-Aug-08 0:12 
GeneralRe: sending Email in C# Pin
N a v a n e e t h27-Aug-08 2:21
N a v a n e e t h27-Aug-08 2:21 
GeneralRe: sending Email in C# Pin
Manas Bhardwaj27-Aug-08 3:34
professionalManas Bhardwaj27-Aug-08 3:34 
GeneralRe: sending Email in C# Pin
kvsreedhar28-Aug-08 20:08
kvsreedhar28-Aug-08 20:08 
AnswerRe: sending Email in C# Pin
eyeseetee26-Aug-08 23:37
eyeseetee26-Aug-08 23:37 
GeneralRe: sending Email in C# Pin
kvsreedhar26-Aug-08 23:57
kvsreedhar26-Aug-08 23:57 
QuestionReload Main Page [modified] Pin
omlac26-Aug-08 22:45
omlac26-Aug-08 22:45 
Hi all, i have got two forms, frmmain and frmpopup. frmpopup is a popup of frmmain. I want to reload frmmain when i click a save button on frmPopup. my problem is i want save buton on popup to do something first and then reload frmmain, but right now its the other way.(its starting by reloading frmmain and then process the save_click event on frmpopup.
my java function to reload is function Refresh()
{
if (window.opener && !window.opener.closed)
{
window.opener.location.reload();
self.opener = this;
self.close();

}
}
does anyone know whats wrong.

modified on Wednesday, August 27, 2008 4:52 AM

AnswerRe: Reload Main Page Pin
N a v a n e e t h26-Aug-08 23:34
N a v a n e e t h26-Aug-08 23:34 
GeneralRe: Reload Main Page Pin
omlac26-Aug-08 23:47
omlac26-Aug-08 23:47 
Questionmulti-lingual site Pin
kadkir26-Aug-08 22:22
kadkir26-Aug-08 22:22 
AnswerRe: multi-lingual site Pin
Manas Bhardwaj26-Aug-08 22:29
professionalManas Bhardwaj26-Aug-08 22:29 
QuestionLong Running Processes & IIS Pin
moon_stick26-Aug-08 22:13
moon_stick26-Aug-08 22:13 
QuestionNot able to read the dynamic controls Pin
rajasreepradeep26-Aug-08 21:53
rajasreepradeep26-Aug-08 21:53 
AnswerRe: Not able to read the dynamic controls Pin
Gayani Devapriya26-Aug-08 22:41
Gayani Devapriya26-Aug-08 22:41 
GeneralRe: Not able to read the dynamic controls Pin
rajasreepradeep26-Aug-08 23:39
rajasreepradeep26-Aug-08 23:39 
Questionajax toolkit Pin
arkiboys26-Aug-08 21:39
arkiboys26-Aug-08 21:39 
AnswerRe: ajax toolkit Pin
eyeseetee26-Aug-08 22:01
eyeseetee26-Aug-08 22:01 
QuestionIrrespective of the file type(Audio or video) it shud play when user cliks on filename Pin
reogeo200826-Aug-08 21:35
reogeo200826-Aug-08 21:35 
QuestionChange Web Application folder Pin
peter_790126-Aug-08 20:45
peter_790126-Aug-08 20:45 
AnswerRe: Change Web Application folder Pin
eyeseetee26-Aug-08 21:51
eyeseetee26-Aug-08 21:51 
GeneralRe: Change Web Application folder Pin
peter_790127-Aug-08 13:16
peter_790127-Aug-08 13:16 
Questionhow to restrict image folder from direct access Pin
Neeraj Arora26-Aug-08 20:34
Neeraj Arora26-Aug-08 20:34 
AnswerRe: how to restrict image folder from direct access Pin
Abhishek Sur26-Aug-08 21:00
professionalAbhishek Sur26-Aug-08 21:00 
GeneralRe: how to restrict image folder from direct access Pin
Neeraj Arora26-Aug-08 21:10
Neeraj Arora26-Aug-08 21:10 

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.