Click here to Skip to main content
15,921,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: No relevant Source lines in visual studio 2012 Pin
Kornfeld Eliyahu Peter27-Aug-14 22:35
professionalKornfeld Eliyahu Peter27-Aug-14 22:35 
QuestionFlipKart Api Sample Code Pin
harshbollu26-Aug-14 19:53
harshbollu26-Aug-14 19:53 
AnswerRe: FlipKart Api Sample Code Pin
raju melveetilpurayil2-Sep-14 14:14
professionalraju melveetilpurayil2-Sep-14 14:14 
AnswerRe: FlipKart Api Sample Code Pin
Sibeesh KV29-Sep-14 1:27
professionalSibeesh KV29-Sep-14 1:27 
Questionhow to use datapager with repeater in asp.net Pin
harshbollu26-Aug-14 19:40
harshbollu26-Aug-14 19:40 
AnswerRe: how to use datapager with repeater in asp.net Pin
Richard Deeming27-Aug-14 2:36
mveRichard Deeming27-Aug-14 2:36 
GeneralRe: how to use datapager with repeater in asp.net Pin
sankarsan parida5-Sep-14 20:55
professionalsankarsan parida5-Sep-14 20:55 
QuestionCrystal report is not displaying for chrome browser but working finr with IE and firefox Pin
sma123#25-Aug-14 22:20
sma123#25-Aug-14 22:20 
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 

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.