Click here to Skip to main content
15,798,592 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: .Net Core 3.2 Controller, using route and HttpGet attribute with CreatedAtRoute Pin
jkirkerx20-Aug-20 5:33
professionaljkirkerx20-Aug-20 5:33 
GeneralRe: .Net Core 3.2 Controller, using route and HttpGet attribute with CreatedAtRoute Pin
jkirkerx21-Aug-20 10:43
professionaljkirkerx21-Aug-20 10:43 
Questionsubmit button Pin
Member 1491014319-Aug-20 0:40
Member 1491014319-Aug-20 0:40 
SuggestionRe: submit button Pin
Richard MacCutchan19-Aug-20 1:16
mveRichard MacCutchan19-Aug-20 1:16 
GeneralRe: submit button Pin
Member 1491014319-Aug-20 1:34
Member 1491014319-Aug-20 1:34 
GeneralRe: submit button Pin
Richard MacCutchan19-Aug-20 1:41
mveRichard MacCutchan19-Aug-20 1:41 
GeneralRe: submit button Pin
Member 1491014319-Aug-20 2:05
Member 1491014319-Aug-20 2:05 
AnswerRe: submit button Pin
F-ES Sitecore19-Aug-20 1:37
professionalF-ES Sitecore19-Aug-20 1:37 
In addition to what Richard said, asp.net doesn't work like that, response.write is useless in 99% of occasions. If you view the source of your page you'll probably see your message right at the very bottom where it is no use at all. If you want to show a message in a particular place use an empty asp:Label or asp:Literal and when you want the message to be there set the Text of the label\literal to your message, you can also use the Visible property to show\hide it.
GeneralRe: submit button Pin
Member 1491014319-Aug-20 1:46
Member 1491014319-Aug-20 1:46 
GeneralRe: submit button Pin
F-ES Sitecore19-Aug-20 2:46
professionalF-ES Sitecore19-Aug-20 2:46 
AnswerRe: submit button Pin
Otekpo Emmanuel19-Aug-20 8:56
Otekpo Emmanuel19-Aug-20 8:56 
QuestionRe: submit button Pin
ZurdoDev28-Aug-20 5:51
professionalZurdoDev28-Aug-20 5:51 
QuestionWhy ASP.NET MVC\Core ??? Pin
Steve Naidamast16-Aug-20 7:38
professionalSteve Naidamast16-Aug-20 7:38 
AnswerRe: Why ASP.NET MVC\Core ??? Pin
Mycroft Holmes16-Aug-20 13:53
professionalMycroft Holmes16-Aug-20 13:53 
GeneralRe: Why ASP.NET MVC\Core ??? Pin
Steve Naidamast18-Aug-20 7:51
professionalSteve Naidamast18-Aug-20 7:51 
GeneralRe: Why ASP.NET MVC\Core ??? Pin
Mycroft Holmes18-Aug-20 13:11
professionalMycroft Holmes18-Aug-20 13:11 
GeneralRe: Why ASP.NET MVC\Core ??? Pin
Steve Naidamast18-Aug-20 13:28
professionalSteve Naidamast18-Aug-20 13:28 
AnswerRe: Why ASP.NET MVC\Core ??? Pin
Richard Deeming16-Aug-20 23:47
mveRichard Deeming16-Aug-20 23:47 
AnswerRe: Why ASP.NET MVC\Core ??? Pin
F-ES Sitecore17-Aug-20 2:10
professionalF-ES Sitecore17-Aug-20 2:10 
AnswerRe: Why ASP.NET MVC\Core ??? Pin
Steve Naidamast18-Aug-20 5:22
professionalSteve Naidamast18-Aug-20 5:22 
GeneralRe: Why ASP.NET MVC\Core ??? Pin
F-ES Sitecore18-Aug-20 6:14
professionalF-ES Sitecore18-Aug-20 6:14 
GeneralRe: Why ASP.NET MVC\Core ??? Pin
Steve Naidamast18-Aug-20 6:40
professionalSteve Naidamast18-Aug-20 6:40 
GeneralRe: Why ASP.NET MVC\Core ??? Pin
F-ES Sitecore18-Aug-20 7:24
professionalF-ES Sitecore18-Aug-20 7:24 
GeneralRe: Why ASP.NET MVC\Core ??? Pin
Steve Naidamast18-Aug-20 8:30
professionalSteve Naidamast18-Aug-20 8:30 
GeneralRe: Why ASP.NET MVC\Core ??? Pin
F-ES Sitecore18-Aug-20 8:54
professionalF-ES Sitecore18-Aug-20 8:54 

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.