Click here to Skip to main content
15,894,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalconfiguration error Pin
Member 387988121-Feb-08 16:45
Member 387988121-Feb-08 16:45 
GeneralRe: configuration error Pin
Christian Graus21-Feb-08 17:39
protectorChristian Graus21-Feb-08 17:39 
GeneralRe: configuration error Pin
Gandalf_TheWhite21-Feb-08 21:53
professionalGandalf_TheWhite21-Feb-08 21:53 
GeneralStoring class into session Pin
Kasic Slobodan21-Feb-08 7:58
Kasic Slobodan21-Feb-08 7:58 
AnswerRe: Storing class into session Pin
Venkatesh Mookkan21-Feb-08 15:43
Venkatesh Mookkan21-Feb-08 15:43 
GeneralRe: Storing class into session Pin
Kasic Slobodan22-Feb-08 10:25
Kasic Slobodan22-Feb-08 10:25 
GeneralRe: Storing class into session Pin
N a v a n e e t h21-Feb-08 21:37
N a v a n e e t h21-Feb-08 21:37 
QuestionNew window script is not working at MS Vista? Pin
Dong Kim21-Feb-08 6:56
Dong Kim21-Feb-08 6:56 
I'm making a ASP.NET 2.0 program. I need to display page information to new windows. This is my code.
string cPSCRIP = "" +
"window.open('test.aspx','test',"+
"'width=auto,height=auto,toolbar=no,menubar=no,"+
"scrollbar=yes,resizable=yes')" +
"";
ClientScript.RegisterStartupScript(typeof(Page),"Testscript",cPSCRIP);

At MS WindowXP with IE7, this works. However, at MS Vista with IE7, this code is not working. It only show 'done, but there is error on page' message at statusbar. How can I solve this problem? Can anyone help me?

PS) MS Vista with IE7 -> protected mode:on
GeneralRe: New window script is not working at MS Vista? Pin
Not Active21-Feb-08 8:00
mentorNot Active21-Feb-08 8:00 
AnswerRe: New window script is not working at MS Vista? Pin
Dong Kim21-Feb-08 9:25
Dong Kim21-Feb-08 9:25 
GeneralRe: New window script is not working at MS Vista? Pin
Not Active21-Feb-08 9:34
mentorNot Active21-Feb-08 9:34 
GeneralAPPLICATION TO RUN EVERY FEW SECONDS Pin
kibromg21-Feb-08 5:28
kibromg21-Feb-08 5:28 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
J4amieC21-Feb-08 5:29
J4amieC21-Feb-08 5:29 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
kibromg21-Feb-08 5:47
kibromg21-Feb-08 5:47 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
J4amieC21-Feb-08 6:08
J4amieC21-Feb-08 6:08 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
kibromg21-Feb-08 6:17
kibromg21-Feb-08 6:17 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
Vasudevan Deepak Kumar21-Feb-08 19:19
Vasudevan Deepak Kumar21-Feb-08 19:19 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
hartertobak21-Feb-08 9:13
hartertobak21-Feb-08 9:13 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
hartertobak21-Feb-08 9:16
hartertobak21-Feb-08 9:16 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
J4amieC21-Feb-08 22:41
J4amieC21-Feb-08 22:41 
QuestionWorking with large datasets and filtering Pin
Member 438223221-Feb-08 3:38
Member 438223221-Feb-08 3:38 
GeneralRe: Working with large datasets and filtering Pin
Not Active21-Feb-08 5:17
mentorNot Active21-Feb-08 5:17 
GeneralRe: Working with large datasets and filtering Pin
Member 438223221-Feb-08 19:25
Member 438223221-Feb-08 19:25 
GeneralMultiView and View [modified] Pin
c242321-Feb-08 3:36
c242321-Feb-08 3:36 
GeneralRe: MultiView and View Pin
Venkatesh Mookkan21-Feb-08 16:05
Venkatesh Mookkan21-Feb-08 16:05 

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.