Click here to Skip to main content
15,900,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralPassing values between user controls Pin
Het210910-Mar-08 16:23
Het210910-Mar-08 16:23 
AnswerRe: Passing values between user controls Pin
Venkatesh Mookkan10-Mar-08 16:27
Venkatesh Mookkan10-Mar-08 16:27 
GeneralRe: Passing values between user controls Pin
Het210910-Mar-08 16:35
Het210910-Mar-08 16:35 
GeneralRe: Passing values between user controls Pin
Venkatesh Mookkan10-Mar-08 19:05
Venkatesh Mookkan10-Mar-08 19:05 
GeneralRe: Passing values between user controls Pin
Sandeep Akhare10-Mar-08 20:32
Sandeep Akhare10-Mar-08 20:32 
GeneralShowModalDialog problem [modified] Pin
Waheed Ur Rehman10-Mar-08 15:25
Waheed Ur Rehman10-Mar-08 15:25 
GeneralRe: ShowModalDialog problem Pin
Waheed Ur Rehman11-Mar-08 7:19
Waheed Ur Rehman11-Mar-08 7:19 
QuestionHow can i open new popup IE windows in Windows Vista? Pin
Dong Kim10-Mar-08 14:32
Dong Kim10-Mar-08 14:32 
cTMPSCRIPT = "<script language='javascript'>" +
"window.open('frmPOPRT.aspx','P/O Preview'," +
"'width=auto,height=auto,toolbar=no,menubar=yes,scrollbar=yes,resizable=yes')</script>";
ClientScript.RegisterStartupScript(this.GetType(), "Preview", cTMPSCRIPT);

This is the code i used. However, when i tried with IE7 and Vista, it won't open new window. This is the error I got.
Line: 61
Char: 1
Error: Invalid argument
Code: 0
URL:....

How can I solve this problem? Please help me. Thanks
Questionhow to sort tags in size order from big to small Pin
Farhad Eft10-Mar-08 13:45
Farhad Eft10-Mar-08 13:45 
Questiona button in DataList to report something Pin
Farhad Eft10-Mar-08 13:42
Farhad Eft10-Mar-08 13:42 
GeneralRe: a button in DataList to report something Pin
Not Active10-Mar-08 15:34
mentorNot Active10-Mar-08 15:34 
GeneralRe: a button in DataList to report something Pin
Farhad Eft10-Mar-08 23:18
Farhad Eft10-Mar-08 23:18 
Generaltreeview web control with breadcrumbs Pin
uglyeyes10-Mar-08 12:40
uglyeyes10-Mar-08 12:40 
GeneralCreateUserWizard Dont clear password when fails to create user Pin
AlexeiXX310-Mar-08 11:49
AlexeiXX310-Mar-08 11:49 
GeneralRe: CreateUserWizard Dont clear password when fails to create user Pin
Christian Graus10-Mar-08 12:35
protectorChristian Graus10-Mar-08 12:35 
GeneralRe: CreateUserWizard Dont clear password when fails to create user Pin
AlexeiXX310-Mar-08 12:40
AlexeiXX310-Mar-08 12:40 
GeneralExternal Class Pin
ffowler10-Mar-08 10:09
ffowler10-Mar-08 10:09 
GeneralRe: External Class Pin
Christian Graus10-Mar-08 10:33
protectorChristian Graus10-Mar-08 10:33 
GeneralRe: External Class Pin
ffowler10-Mar-08 10:43
ffowler10-Mar-08 10:43 
GeneralRe: External Class Pin
Christian Graus10-Mar-08 11:16
protectorChristian Graus10-Mar-08 11:16 
GeneralRe: External Class Pin
ffowler10-Mar-08 12:51
ffowler10-Mar-08 12:51 
Questiondatabase connectivity problem with asp.net Pin
amistry_petlad10-Mar-08 8:58
amistry_petlad10-Mar-08 8:58 
GeneralRe: database connectivity problem with asp.net Pin
pmarfleet10-Mar-08 10:01
pmarfleet10-Mar-08 10:01 
GeneralQueryString Pin
mehrdadc4810-Mar-08 8:34
mehrdadc4810-Mar-08 8:34 
GeneralRe: QueryString Pin
pmarfleet10-Mar-08 9:59
pmarfleet10-Mar-08 9:59 

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.