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

ASP.NET

 
QuestionUnable to provide file for download Pin
Dominick Marciano10-Jun-11 5:58
professionalDominick Marciano10-Jun-11 5:58 
AnswerRe: Unable to provide file for download Pin
GenJerDan10-Jun-11 7:58
GenJerDan10-Jun-11 7:58 
QuestionLicensing Asp.net web application Pin
Satish_S9-Jun-11 19:44
Satish_S9-Jun-11 19:44 
AnswerRe: Licensing Asp.net web application Pin
Expert Coming9-Jun-11 20:03
Expert Coming9-Jun-11 20:03 
GeneralRe: Licensing Asp.net web application Pin
Satish_S9-Jun-11 20:38
Satish_S9-Jun-11 20:38 
AnswerRe: Licensing Asp.net web application Pin
thatraja9-Jun-11 21:07
professionalthatraja9-Jun-11 21:07 
QuestionRefreshing parent page from modal dialog page [modified] Pin
C#Coudou8-Jun-11 20:11
C#Coudou8-Jun-11 20:11 
AnswerRe: Refreshing parent page from modal dialog page Pin
Orcun Iyigun9-Jun-11 9:10
Orcun Iyigun9-Jun-11 9:10 
In order to do that as you said you can use the opener method;

You can change the href of the parent page by => window.opener.location.href = {URL};

If that doesnt work you can try reloading the page. You can reload the page in two different ways.

This will return the form to its default values though => window.opener.location.reload(true);

If you want to preserve form data , use the history method.

window.opener.history.go(0);
QuestionGet Jquery calandar date from textbox Pin
padmanabhan N8-Jun-11 6:06
padmanabhan N8-Jun-11 6:06 
AnswerRe: Get Jquery calandar date from textbox Pin
gavindon8-Jun-11 6:15
gavindon8-Jun-11 6:15 
GeneralRe: Get Jquery calandar date from textbox (correct way of writing question). Pin
Asif Rehman9-Jun-11 9:02
Asif Rehman9-Jun-11 9:02 
QuestionSharing config files between projects Pin
Priya Prk8-Jun-11 5:12
Priya Prk8-Jun-11 5:12 
AnswerRe: Sharing config files between projects Pin
Not Active8-Jun-11 5:57
mentorNot Active8-Jun-11 5:57 
GeneralRe: Sharing config files between projects Pin
Priya Prk8-Jun-11 9:02
Priya Prk8-Jun-11 9:02 
Questioncreate a calendar using datalist Pin
sarumathis7-Jun-11 19:21
sarumathis7-Jun-11 19:21 
AnswerRe: create a calendar using datalist Pin
GlobX7-Jun-11 19:38
GlobX7-Jun-11 19:38 
QuestionURL rewrite sub.domain.com Pin
Jassim Rahma7-Jun-11 2:41
Jassim Rahma7-Jun-11 2:41 
AnswerRe: URL rewrite sub.domain.com Pin
Prasanta_Prince8-Jun-11 21:32
Prasanta_Prince8-Jun-11 21:32 
Questionhow to attach a link Pin
Jassim Rahma7-Jun-11 1:45
Jassim Rahma7-Jun-11 1:45 
AnswerRe: how to attach a link Pin
GlobX7-Jun-11 19:44
GlobX7-Jun-11 19:44 
QuestionSeperator between menu items Pin
jayakodim6-Jun-11 19:45
jayakodim6-Jun-11 19:45 
AnswerRe: Seperator between menu items Pin
thatraja6-Jun-11 20:02
professionalthatraja6-Jun-11 20:02 
AnswerRe: Seperator between menu items Pin
Priya Prk8-Jun-11 9:08
Priya Prk8-Jun-11 9:08 
Questionassign domain name to multiple websites Pin
Praveen_S6-Jun-11 19:11
Praveen_S6-Jun-11 19:11 
AnswerRe: assign domain name to multiple websites Pin
Anurag Gandhi6-Jun-11 22:36
professionalAnurag Gandhi6-Jun-11 22:36 

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.