Click here to Skip to main content
15,791,574 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionis there any code for capture screenshot and retrive system information in .net mvc core? Pin
Member 1568985228-Jun-22 1:23
Member 1568985228-Jun-22 1:23 
AnswerRe: is there any code for capture screenshot and retrive system information in .net mvc core? Pin
Richard Deeming28-Jun-22 2:00
mveRichard Deeming28-Jun-22 2:00 
Questionaspnet core use TempData error! Pin
Member 940386815-Jun-22 21:21
Member 940386815-Jun-22 21:21 
AnswerRe: aspnet core use TempData error! Pin
Richard Deeming15-Jun-22 22:20
mveRichard Deeming15-Jun-22 22:20 
AnswerRe: aspnet core use TempData error! Pin
Mycroft Holmes16-Jun-22 13:41
professionalMycroft Holmes16-Jun-22 13:41 
QuestionSELECT DISTINCT Pin
kjell.ek19-May-22 4:16
kjell.ek19-May-22 4:16 
AnswerRe: SELECT DISTINCT Pin
Ron Nicholson19-May-22 7:21
professionalRon Nicholson19-May-22 7:21 
AnswerRe: SELECT DISTINCT Pin
Member 1562749519-May-22 12:11
Member 1562749519-May-22 12:11 
Hello Kjell.ek !


as distinct can be apply on one column,

you can use it this way :
SQL
SELECT id, distinct(name_event), class, nationality from statistics_results;


the sql engine will keep in the record with each name_event only one time.

DISTINCT statement acts at column level.
GeneralRe: SELECT DISTINCT Pin
Richard Deeming19-May-22 22:42
mveRichard Deeming19-May-22 22:42 
GeneralRe: SELECT DISTINCT Pin
kjell.ek20-May-22 3:58
kjell.ek20-May-22 3:58 
GeneralRe: SELECT DISTINCT Pin
Alaren23-Jun-22 6:23
Alaren23-Jun-22 6:23 
QuestionMilliseconds from excel Pin
kjell.ek16-May-22 11:10
kjell.ek16-May-22 11:10 
AnswerRe: Milliseconds from excel Pin
Richard Deeming16-May-22 22:35
mveRichard Deeming16-May-22 22:35 
GeneralRe: Milliseconds from excel Pin
kjell.ek17-May-22 0:15
kjell.ek17-May-22 0:15 
AnswerRe: Milliseconds from excel Pin
Raj Kumar7918-Oct-22 6:12
Raj Kumar7918-Oct-22 6:12 
QuestionASP.NET Gridview load data Pin
Herman<T>.Instance28-Apr-22 4:16
Herman<T>.Instance28-Apr-22 4:16 
AnswerRe: ASP.NET Gridview load data Pin
Richard Deeming28-Apr-22 5:40
mveRichard Deeming28-Apr-22 5:40 
GeneralRe: ASP.NET Gridview load data Pin
Herman<T>.Instance2-May-22 1:47
Herman<T>.Instance2-May-22 1:47 
GeneralRe: ASP.NET Gridview load data PinPopular
Dave Kreskowiak2-May-22 3:12
mveDave Kreskowiak2-May-22 3:12 
GeneralRe: ASP.NET Gridview load data Pin
Herman<T>.Instance2-May-22 4:23
Herman<T>.Instance2-May-22 4:23 
GeneralRe: ASP.NET Gridview load data Pin
Herman<T>.Instance3-May-22 5:46
Herman<T>.Instance3-May-22 5:46 
GeneralRe: ASP.NET Gridview load data Pin
Richard Deeming3-May-22 6:31
mveRichard Deeming3-May-22 6:31 
GeneralRe: ASP.NET Gridview load data Pin
Herman<T>.Instance3-May-22 6:38
Herman<T>.Instance3-May-22 6:38 
GeneralRe: ASP.NET Gridview load data Pin
Richard Deeming3-May-22 6:48
mveRichard Deeming3-May-22 6:48 
GeneralRe: ASP.NET Gridview load data Pin
Herman<T>.Instance3-May-22 8:12
Herman<T>.Instance3-May-22 8:12 

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.