Click here to Skip to main content
15,906,574 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: how to validate check box? Pin
Dong Kim5-Mar-08 12:37
Dong Kim5-Mar-08 12:37 
GeneralRe: how to validate check box? Pin
P Tagore Srinivas Dhanunjay5-Mar-08 21:02
P Tagore Srinivas Dhanunjay5-Mar-08 21:02 
GeneralRead data from customers session Pin
AlexeiXX35-Mar-08 10:41
AlexeiXX35-Mar-08 10:41 
GeneralRe: Read data from customers session Pin
Christian Graus5-Mar-08 10:54
protectorChristian Graus5-Mar-08 10:54 
GeneralRe: Read data from customers session Pin
AlexeiXX35-Mar-08 13:22
AlexeiXX35-Mar-08 13:22 
GeneralHTML errors solving while migrating Pin
umashankergr85-Mar-08 8:31
umashankergr85-Mar-08 8:31 
GeneralRe: HTML errors solving while migrating Pin
pmarfleet5-Mar-08 9:09
pmarfleet5-Mar-08 9:09 
Questionjavascript:window.open, won't Pin
goodideadave5-Mar-08 7:48
goodideadave5-Mar-08 7:48 
I am having an intermittent problem showing a new window with javascript. When a user clicks a linkbutton on my page, it should show BalanceReport.aspx with the accompanying parameters, instead it does nothing. It always works on my system (naturally), it usually works on another users' system, and it never works on yet another users' system. In the Page_Load event I do some database stored procedure calls and fill a stringbuilder with HTML that is sent to the page. That seems to work. Javascript is enabled on our browsers (IE6 xpSp2). I am unsure where to look next.

In page_load:

const string cOnClientClickReportTemplate = "javascript:window.open('BalanceReport.aspx?CompPK={0}',";
const string cReportDialogArgs = "'newWindow','width=800,height=800,resizable=yes, menubar=yes,toolbar=yes');return false;";
lbtnReport.OnClientClick = String.Format(cOnClientClickReportTemplate, ViewState["CompPK"].ToString()) + cReportDialogArgs;

Any ideas? Thanks.

Someone's gotta be the last to know, but why is it always me?

GeneralWrong forum Pin
pmarfleet5-Mar-08 9:02
pmarfleet5-Mar-08 9:02 
GeneralRe: Wrong forum Pin
goodideadave5-Mar-08 10:03
goodideadave5-Mar-08 10:03 
GeneralRe: Wrong forum Pin
pmarfleet5-Mar-08 10:09
pmarfleet5-Mar-08 10:09 
GeneralRe: Wrong forum Pin
Guffa5-Mar-08 10:50
Guffa5-Mar-08 10:50 
GeneralRe: Wrong forum Pin
Christian Graus5-Mar-08 11:05
protectorChristian Graus5-Mar-08 11:05 
GeneralRe: Wrong forum Pin
goodideadave5-Mar-08 12:10
goodideadave5-Mar-08 12:10 
QuestionHow to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
Chakouri5-Mar-08 6:07
Chakouri5-Mar-08 6:07 
AnswerRe: How to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
pmarfleet5-Mar-08 9:08
pmarfleet5-Mar-08 9:08 
GeneralRe: How to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
Chakouri6-Mar-08 1:08
Chakouri6-Mar-08 1:08 
GeneralRe: How to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
pmarfleet6-Mar-08 1:49
pmarfleet6-Mar-08 1:49 
GeneralRe: How to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
Chakouri6-Mar-08 4:01
Chakouri6-Mar-08 4:01 
GeneralMsChart Control in VB 2005 Pin
Melichar5-Mar-08 5:21
Melichar5-Mar-08 5:21 
GeneralASP.NET server that call unmanaged DLL Pin
Le Sourcier5-Mar-08 3:49
Le Sourcier5-Mar-08 3:49 
GeneralRe: ASP.NET server that call unmanaged DLL Pin
Ernest Laurentin5-Mar-08 4:52
Ernest Laurentin5-Mar-08 4:52 
GeneralRe: ASP.NET server that call unmanaged DLL Pin
Fastfootskater4-May-08 20:41
Fastfootskater4-May-08 20:41 
GeneralRe: ASP.NET server that call unmanaged DLL Pin
Le Sourcier4-May-08 21:14
Le Sourcier4-May-08 21:14 
Questionconvert querystring value to textbox control id Pin
janetb995-Mar-08 3:44
janetb995-Mar-08 3:44 

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.