Click here to Skip to main content
15,789,698 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET Gridview load data Pin
Herman<T>.Instance3-May-22 23:03
Herman<T>.Instance3-May-22 23:03 
QuestionSend Email using Classic ASP Pin
Ram Teckchandani11-Apr-22 18:28
Ram Teckchandani11-Apr-22 18:28 
AnswerRe: Send Email using Classic ASP Pin
Richard MacCutchan11-Apr-22 23:00
mveRichard MacCutchan11-Apr-22 23:00 
QuestionMVC 5 Prevent Users From Going Back After Logging In or Out Using Identity Framework Pin
Steven Petersen3-Apr-22 10:11
Steven Petersen3-Apr-22 10:11 
AnswerRe: MVC 5 Prevent Users From Going Back After Logging In or Out Using Identity Framework Pin
Richard Deeming3-Apr-22 22:24
mveRichard Deeming3-Apr-22 22:24 
QuestionA question about CreatedAtAction() method Pin
Alex Dunlop23-Mar-22 22:44
Alex Dunlop23-Mar-22 22:44 
AnswerRe: A question about CreatedAtAction() method Pin
Richard MacCutchan23-Mar-22 22:50
mveRichard MacCutchan23-Mar-22 22:50 
QuestionA question about routing attribute Pin
Alex Dunlop23-Mar-22 22:41
Alex Dunlop23-Mar-22 22:41 
Hi,
What does [Route("id:guid")] mean in the following code? (This code is a part of an API)
[HttpGet]
        [Route("id:guid")]
        [ActionName("GetCard")]
        public async Task<IActionResult> GetCard([FromRoute]Guid id)
        {
            var card = await context.Cards.FirstOrDefaultAsync(x => x.Id == id);
            if(card != null)
            {
                return Ok(card);
            }
            return NotFound("Card not found");
        }

AnswerRe: A question about routing attribute Pin
Richard MacCutchan23-Mar-22 22:51
mveRichard MacCutchan23-Mar-22 22:51 
GeneralRe: A question about routing attribute Pin
Leeladhar Ladia25-Mar-22 4:46
Leeladhar Ladia25-Mar-22 4:46 
Questionexportar datos de sql server a archivo .csv con C# asp.net Pin
Member 1556240011-Mar-22 9:08
Member 1556240011-Mar-22 9:08 
QuestionPower BI Embedded : Cant doCross Filtering selecting multiple rows on a table visual pressing CTRL Pin
Member 155547063-Mar-22 18:21
Member 155547063-Mar-22 18:21 
Rant[REPOST] Power BI Embedded : Cant doCross Filtering selecting multiple rows on a table visual pressing CTRL Pin
Richard Deeming3-Mar-22 22:30
mveRichard Deeming3-Mar-22 22:30 
AnswerRe: Power BI Embedded : Cant doCross Filtering selecting multiple rows on a table visual pressing CTRL Pin
RedDk4-Mar-22 8:01
RedDk4-Mar-22 8:01 
QuestionASP .Net Core, Global HTML sanitization. Pin
GKP199228-Feb-22 18:46
professionalGKP199228-Feb-22 18:46 
AnswerRe: ASP .Net Core, Global HTML sanitization. Pin
Richard Deeming28-Feb-22 22:50
mveRichard Deeming28-Feb-22 22:50 
GeneralRe: ASP .Net Core, Global HTML sanitization. Pin
GKP19921-Mar-22 0:44
professionalGKP19921-Mar-22 0:44 
QuestionASP.NetCore Freeze the header of html table Pin
pkfox22-Feb-22 22:29
professionalpkfox22-Feb-22 22:29 
AnswerRe: ASP.NetCore Freeze the header of html table Pin
Richard Deeming24-Feb-22 1:32
mveRichard Deeming24-Feb-22 1:32 
GeneralRe: ASP.NetCore Freeze the header of html table Pin
pkfox24-Feb-22 3:09
professionalpkfox24-Feb-22 3:09 
GeneralRe: ASP.NetCore Freeze the header of html table Pin
Richard Deeming24-Feb-22 22:33
mveRichard Deeming24-Feb-22 22:33 
GeneralRe: ASP.NetCore Freeze the header of html table Pin
pkfox24-Feb-22 22:56
professionalpkfox24-Feb-22 22:56 
GeneralRe: ASP.NetCore Freeze the header of html table Pin
Richard Deeming24-Feb-22 23:37
mveRichard Deeming24-Feb-22 23:37 
GeneralRe: ASP.NetCore Freeze the header of html table Pin
pkfox25-Feb-22 0:14
professionalpkfox25-Feb-22 0:14 
GeneralRe: ASP.NetCore Freeze the header of html table Pin
Richard Deeming25-Feb-22 0:23
mveRichard Deeming25-Feb-22 0:23 

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.