Click here to Skip to main content
15,794,475 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.NET + Multi Form using Textbox problem Pin
kerek224-Feb-20 22:41
kerek224-Feb-20 22:41 
SuggestionRe: ASP.NET + Multi Form using Textbox problem Pin
Richard MacCutchan25-Feb-20 0:16
mveRichard MacCutchan25-Feb-20 0:16 
QuestionWhen string in a cell has double quotes those appear in Excel after export. How do I remove them? Pin
Member 1140330424-Feb-20 11:19
Member 1140330424-Feb-20 11:19 
AnswerRe: When string in a cell has double quotes those appear in Excel after export. How do I remove them? Pin
Member 1140330424-Feb-20 12:26
Member 1140330424-Feb-20 12:26 
Rant[REPOST] When string in a cell has double quotes those appear in Excel after export. How do I remove them? Pin
Richard Deeming25-Feb-20 3:27
mveRichard Deeming25-Feb-20 3:27 
Questionreturning null value from populated selectlist with DB data Pin
ElenaRez21-Feb-20 22:11
ElenaRez21-Feb-20 22:11 
QuestionASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
Mou_kol18-Feb-20 9:32
Mou_kol18-Feb-20 9:32 
AnswerRe: ASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
jkirkerx19-Feb-20 10:15
professionaljkirkerx19-Feb-20 10:15 
I use HTTPGET when I send a URL with parameters such as
https://website.com/api/store/getOrder/1009
and ask for data.

With HTTPPost, I use that when I'm sending a chunk of data such as submitting a form.
https://website.com/api/store/submitOrder
The controller can send back a true or false, or a chunk of data, such as the completed order with order number.

As your request to the api/controller get more complicated, you will see the api/controller not respond to calls if the http protocol is not correct.
If it ain't broke don't fix it
Discover my world at jkirkerx.com

GeneralRe: ASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
Mou_kol19-Feb-20 10:41
Mou_kol19-Feb-20 10:41 
AnswerRe: ASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
F-ES Sitecore20-Feb-20 0:01
professionalF-ES Sitecore20-Feb-20 0:01 
GeneralRe: ASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
Mou_kol21-Feb-20 23:36
Mou_kol21-Feb-20 23:36 
GeneralRe: ASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
F-ES Sitecore23-Feb-20 23:46
professionalF-ES Sitecore23-Feb-20 23:46 
GeneralRe: ASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
F-ES Sitecore23-Feb-20 23:52
professionalF-ES Sitecore23-Feb-20 23:52 
AnswerRe: ASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
Richard Deeming20-Feb-20 1:23
mveRichard Deeming20-Feb-20 1:23 
GeneralRe: ASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
Mou_kol21-Feb-20 23:40
Mou_kol21-Feb-20 23:40 
GeneralRe: ASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
Bohdan Stupak23-Feb-20 1:19
professionalBohdan Stupak23-Feb-20 1:19 
GeneralRe: ASP.Net MVC: When to use HttpGet and when to use HttpPost for action Pin
Richard Deeming23-Feb-20 22:16
mveRichard Deeming23-Feb-20 22:16 
QuestionUpdating two related tables in asp.net core Pin
ElenaRez16-Feb-20 19:35
ElenaRez16-Feb-20 19:35 
QuestionBinding combox in gridview with selected value of another comboBox Pin
BikerMonkey14-Feb-20 10:01
professionalBikerMonkey14-Feb-20 10:01 
QuestionHow to get a field's value from a linq query Pin
ElenaRez12-Feb-20 4:09
ElenaRez12-Feb-20 4:09 
AnswerRe: How to get a field's value from a linq query Pin
Richard Deeming12-Feb-20 5:45
mveRichard Deeming12-Feb-20 5:45 
QuestionStill having some display problems Pin
samflex7-Feb-20 6:36
samflex7-Feb-20 6:36 
QuestionHow to set starting page or controller method of a web application when we are deploying the React or Angular or Ember applications Pin
simpledeveloper6-Feb-20 15:35
simpledeveloper6-Feb-20 15:35 
AnswerRe: How to set starting page or controller method of a web application when we are deploying the React or Angular or Ember applications Pin
jkirkerx7-Feb-20 11:01
professionaljkirkerx7-Feb-20 11:01 
GeneralRe: How to set starting page or controller method of a web application when we are deploying the React or Angular or Ember applications Pin
simpledeveloper7-Feb-20 13:50
simpledeveloper7-Feb-20 13:50 

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.