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

ASP.NET

 
AnswerRe: unloaded AppDomain error - After Process.HasExited Pin
Tomb42115-Aug-08 4:11
Tomb42115-Aug-08 4:11 
QuestionImageButton in a GridView Pin
Cyberpulse5-Aug-08 8:57
Cyberpulse5-Aug-08 8:57 
AnswerRe: ImageButton in a GridView Pin
boy.pockets5-Aug-08 16:31
boy.pockets5-Aug-08 16:31 
GeneralRe: ImageButton in a GridView Pin
Cyberpulse6-Aug-08 14:42
Cyberpulse6-Aug-08 14:42 
Questionexpand multiline textbox at runtime Pin
yang__lee5-Aug-08 5:47
yang__lee5-Aug-08 5:47 
AnswerRe: expand multiline textbox at runtime Pin
Bardy855-Aug-08 5:54
Bardy855-Aug-08 5:54 
GeneralUser Editable Menu Pin
Brady Kelly5-Aug-08 4:50
Brady Kelly5-Aug-08 4:50 
QuestionPage.ClientScript.RegisterStartupScript is not working Pin
imranafsari5-Aug-08 2:57
imranafsari5-Aug-08 2:57 
Hi all,
I am using C# , asp.net2.0
On a button click I have to generate a report in new window I am using following code but It is neither giving error not redirecting the page to destination.
Please help



string Script= "<script type='text/javascript' language ='javascript' >";
Script+= "window.open('PasswordRecovery.aspx',null,'resizeable=no,scrollbars=no,addressbar=no,toolbar=no,width=300,Height=250');";
Script+= "</script>";
Type csType = this.GetType();
Page.ClientScript.RegisterStartupScript(csType, "PopupScript", Script);

imran khan
AnswerRe: Page.ClientScript.RegisterStartupScript is not working Pin
Brij5-Aug-08 3:01
mentorBrij5-Aug-08 3:01 
AnswerRe: Page.ClientScript.RegisterStartupScript is not working Pin
Abhijit Jana5-Aug-08 3:01
professionalAbhijit Jana5-Aug-08 3:01 
Questiondynamic query for paging Pin
Srigurusankar5-Aug-08 2:41
Srigurusankar5-Aug-08 2:41 
QuestionAjax Calendar Extender control [modified] Pin
kimo code5-Aug-08 1:58
kimo code5-Aug-08 1:58 
AnswerRe: Ajax Calendar Extender control Pin
Blue_Boy5-Aug-08 3:51
Blue_Boy5-Aug-08 3:51 
GeneralRe: Ajax Calendar Extender control Pin
kimo code5-Aug-08 20:23
kimo code5-Aug-08 20:23 
GeneralRe: Ajax Calendar Extender control Pin
Blue_Boy5-Aug-08 21:43
Blue_Boy5-Aug-08 21:43 
Questionhow to deactivate gridview row? Pin
kathyani5-Aug-08 0:47
kathyani5-Aug-08 0:47 
AnswerRe: how to deactivate gridview row? Pin
Bardy855-Aug-08 0:56
Bardy855-Aug-08 0:56 
GeneralRe: how to deactivate gridview row? Pin
kathyani5-Aug-08 1:11
kathyani5-Aug-08 1:11 
GeneralRe: how to deactivate gridview row? Pin
Bardy855-Aug-08 1:55
Bardy855-Aug-08 1:55 
GeneralRe: how to deactivate gridview row? Pin
kathyani5-Aug-08 2:07
kathyani5-Aug-08 2:07 
GeneralRe: how to deactivate gridview row? Pin
Bardy855-Aug-08 3:41
Bardy855-Aug-08 3:41 
GeneralRe: how to deactivate gridview row? Pin
kathyani6-Aug-08 0:22
kathyani6-Aug-08 0:22 
QuestionASP Website in IIS ....Issues from calling from other Machines...? Pin
codingrocks5-Aug-08 0:36
codingrocks5-Aug-08 0:36 
AnswerRe: ASP Website in IIS ....Issues from calling from other Machines...? Pin
eyeseetee5-Aug-08 0:39
eyeseetee5-Aug-08 0:39 
AnswerRe: ASP Website in IIS ....Issues from calling from other Machines...? Pin
NeverHeardOfMe5-Aug-08 0:45
NeverHeardOfMe5-Aug-08 0:45 

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.