Click here to Skip to main content
15,881,710 members
Home / Discussions / C#
   

C#

 
Questiondebugging vs 2010 C#.net Pin
sc steinhayse31-May-12 11:23
sc steinhayse31-May-12 11:23 
AnswerRe: debugging vs 2010 C#.net Pin
Dave Kreskowiak31-May-12 13:07
mveDave Kreskowiak31-May-12 13:07 
AnswerRe: debugging vs 2010 C#.net Pin
Richard MacCutchan31-May-12 21:36
mveRichard MacCutchan31-May-12 21:36 
GeneralRe: debugging vs 2010 C#.net Pin
sc steinhayse1-Jun-12 17:31
sc steinhayse1-Jun-12 17:31 
GeneralRe: debugging vs 2010 C#.net Pin
Richard MacCutchan1-Jun-12 22:25
mveRichard MacCutchan1-Jun-12 22:25 
QuestionUsing QueryString Pin
Franco Cipriano31-May-12 8:18
Franco Cipriano31-May-12 8:18 
AnswerRe: Using QueryString Pin
timmy1831-May-12 11:58
timmy1831-May-12 11:58 
AnswerRe: Using QueryString Pin
Karthik Harve31-May-12 18:14
professionalKarthik Harve31-May-12 18:14 
Hi,
Instead of "Response.Redirect()" use the javascript function like this.

JavaScript
function closeFrm(val1,val2,val3,val4,val5)
{
   self.close();
   window.opener.location.href = "frmMaain.aspx?name=val1&location=val2&geo=val3&industry=val4&subInd=val5";
}


and call this function through code as below.
C#
ScriptManager.RegisterClientSciptBlock(this,this.GetType(),"Myscript","closeFrm('"+ name +"','"+ location +"','"+ geo +"','"+ Industry +"','"+ SubInd +"'");


Hope it works.
with regards
Karthik Harve

GeneralRe: Using QueryString Pin
Franco Cipriano1-Jun-12 4:48
Franco Cipriano1-Jun-12 4:48 
AnswerRe: Using QueryString Pin
Ravi Bhavnani2-Jun-12 7:44
professionalRavi Bhavnani2-Jun-12 7:44 
QuestionCreating FTP Profiles and User Accounts Pin
Civic0631-May-12 7:26
Civic0631-May-12 7:26 
AnswerRe: Creating FTP Profiles and User Accounts Pin
Richard Andrew x6431-May-12 8:33
professionalRichard Andrew x6431-May-12 8:33 
AnswerRe: Creating FTP Profiles and User Accounts Pin
Dave Kreskowiak31-May-12 8:36
mveDave Kreskowiak31-May-12 8:36 
AnswerRe: Creating FTP Profiles and User Accounts Pin
Paul Conrad31-May-12 8:46
professionalPaul Conrad31-May-12 8:46 
Questioninherit NativWindow and IDisposable Pin
__John_31-May-12 4:46
__John_31-May-12 4:46 
AnswerRe: inherit NativWindow and IDisposable Pin
Eddy Vluggen31-May-12 4:51
professionalEddy Vluggen31-May-12 4:51 
GeneralRe: inherit NativWindow and IDisposable Pin
__John_31-May-12 5:20
__John_31-May-12 5:20 
GeneralRe: inherit NativWindow and IDisposable Pin
Eddy Vluggen31-May-12 9:01
professionalEddy Vluggen31-May-12 9:01 
Questionsaving in C# Pin
Member 905483831-May-12 3:34
Member 905483831-May-12 3:34 
AnswerREPOST Pin
Dave Kreskowiak31-May-12 4:20
mveDave Kreskowiak31-May-12 4:20 
Questiona code for shorten a path in a grid Pin
Siren931-May-12 3:00
Siren931-May-12 3:00 
AnswerRe: a code for shorten a path in a grid Pin
Richard MacCutchan31-May-12 3:56
mveRichard MacCutchan31-May-12 3:56 
AnswerRe: a code for shorten a path in a grid Pin
BobJanova31-May-12 4:35
BobJanova31-May-12 4:35 
QuestionDataGridView Pin
panto_ph31-May-12 1:31
panto_ph31-May-12 1:31 
AnswerRe: DataGridView Pin
Dave Kreskowiak31-May-12 1:43
mveDave Kreskowiak31-May-12 1:43 

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.