Click here to Skip to main content
15,887,333 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Crystal report is not displaying for chrome browser but working finr with IE and firefox Pin
jkirkerx26-Aug-14 9:04
professionaljkirkerx26-Aug-14 9:04 
QuestionDatalist onitemcommand Pin
Otekpo Emmanuel24-Aug-14 2:56
Otekpo Emmanuel24-Aug-14 2:56 
AnswerRe: Datalist onitemcommand Pin
Richard MacCutchan24-Aug-14 4:51
mveRichard MacCutchan24-Aug-14 4:51 
GeneralRe: Datalist onitemcommand Pin
Otekpo Emmanuel24-Aug-14 11:49
Otekpo Emmanuel24-Aug-14 11:49 
QuestionDatalist onitemcommand Pin
Otekpo Emmanuel24-Aug-14 2:36
Otekpo Emmanuel24-Aug-14 2:36 
AnswerRe: Datalist onitemcommand Pin
Richard MacCutchan24-Aug-14 4:52
mveRichard MacCutchan24-Aug-14 4:52 
GeneralRe: Datalist onitemcommand Pin
Otekpo Emmanuel24-Aug-14 19:52
Otekpo Emmanuel24-Aug-14 19:52 
SuggestionRe: Datalist onitemcommand Pin
Richard Deeming26-Aug-14 2:01
mveRichard Deeming26-Aug-14 2:01 
That's never going to work - you're trying to display a message on the server.

If you're lucky, you'll get an exception telling you that the current process is not interactive.

If you're not lucky, the message box will pop up on the server, where nobody will see it, and your page will hang waiting for someone to click the "OK" button.

The code might appear to work when you test it from Visual Studio, but that's only because you're testing it locally, so the server and client are the same machine. As soon as you deploy it to a real server, the code will fail.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Datalist onitemcommand Pin
Otekpo Emmanuel26-Aug-14 4:45
Otekpo Emmanuel26-Aug-14 4:45 
Questionrelated to final year projects Pin
Member 1067942624-Aug-14 0:52
Member 1067942624-Aug-14 0:52 
AnswerRe: related to final year projects Pin
Richard MacCutchan24-Aug-14 4:50
mveRichard MacCutchan24-Aug-14 4:50 
GeneralRe: related to final year projects Pin
aarif moh shaikh12-Sep-14 20:59
professionalaarif moh shaikh12-Sep-14 20:59 
QuestionIBM DB2 for As400 OLE DB Provider Pin
giocot23-Aug-14 0:55
giocot23-Aug-14 0:55 
AnswerRe: IBM DB2 for As400 OLE DB Provider Pin
jkirkerx24-Aug-14 10:32
professionaljkirkerx24-Aug-14 10:32 
QuestionMoving duplicated 'return View("Index");' statments out of several multi exception catch blocks into a single block of code outside of the try/catch conditions Pin
Stephen Holdorf22-Aug-14 14:49
Stephen Holdorf22-Aug-14 14:49 
AnswerRe: Moving duplicated 'return View("Index");' statments out of several multi exception catch blocks into a single block of code outside of the try/catch conditions Pin
onelopez22-Aug-14 16:21
onelopez22-Aug-14 16:21 
QuestionOne on one chat application Pin
Otekpo Emmanuel21-Aug-14 22:39
Otekpo Emmanuel21-Aug-14 22:39 
AnswerRe: One on one chat application Pin
Anurag Gandhi22-Aug-14 3:32
professionalAnurag Gandhi22-Aug-14 3:32 
QuestionSql delete statement Pin
Otekpo Emmanuel21-Aug-14 5:20
Otekpo Emmanuel21-Aug-14 5:20 
AnswerRe: Sql delete statement Pin
ZurdoDev21-Aug-14 7:36
professionalZurdoDev21-Aug-14 7:36 
AnswerRe: Sql delete statement Pin
Anurag Gandhi22-Aug-14 3:35
professionalAnurag Gandhi22-Aug-14 3:35 
QuestionSql delete statement Pin
Otekpo Emmanuel21-Aug-14 4:16
Otekpo Emmanuel21-Aug-14 4:16 
AnswerRe: Sql delete statement Pin
Richard Deeming21-Aug-14 4:20
mveRichard Deeming21-Aug-14 4:20 
GeneralRe: Sql delete statement Pin
PIEBALDconsult21-Aug-14 4:23
mvePIEBALDconsult21-Aug-14 4:23 
QuestionIssues on the IIS Deployment on an ASP.NET 4.5 Pin
Vimalsoft(Pty) Ltd21-Aug-14 1:43
professionalVimalsoft(Pty) Ltd21-Aug-14 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.