Click here to Skip to main content
15,892,643 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: My Visual Studio 2017 community is opening my React-Redux Application with tsx files by default Pin
simpledeveloper16-Oct-19 8:09
simpledeveloper16-Oct-19 8:09 
Questioncannot process the message because the content type 'application/soap+xml charset=utf-8 was not the expected type text/xml Pin
Member 134437687-Oct-19 12:17
Member 134437687-Oct-19 12:17 
AnswerRe: cannot process the message because the content type 'application/soap+xml charset=utf-8 was not the expected type text/xml Pin
Afzaal Ahmad Zeeshan7-Oct-19 18:45
professionalAfzaal Ahmad Zeeshan7-Oct-19 18:45 
GeneralRe: cannot process the message because the content type 'application/soap+xml charset=utf-8 was not the expected type text/xml Pin
Member 1344376818-Oct-19 5:14
Member 1344376818-Oct-19 5:14 
QuestionReact iFrame, want to use it - suggest me if i have any better alternate for my below need Pin
simpledeveloper2-Oct-19 8:25
simpledeveloper2-Oct-19 8:25 
AnswerRe: React iFrame, want to use it - suggest me if i have any better alternate for my below need Pin
Nathan Minier7-Oct-19 1:20
professionalNathan Minier7-Oct-19 1:20 
AnswerRe: React iFrame, want to use it - suggest me if i have any better alternate for my below need Pin
dan!sh 7-Oct-19 2:37
professional dan!sh 7-Oct-19 2:37 
AnswerRe: React iFrame, want to use it - suggest me if i have any better alternate for my below need Pin
jkirkerx7-Oct-19 13:50
professionaljkirkerx7-Oct-19 13:50 
iFrames are old school, outdated and are not really PCI compliant in my opinion. They can be hijacked and used for other purposes.

I would just use a modal window, in whatever responsive framework you have chosen.
Write a click function and pass the userId in HTML5, then use that Id to select the record and use the same function to populate the modal display fields and show the modal.

Something like
<button (click)="userInfo(model.userId);"></button>
userInfo(userId: string): void {
  const user = getUser(userId);
  modalUserInfo.show();
}
If it ain't broke don't fix it
Discover my world at jkirkerx.com

GeneralRe: React iFrame, want to use it - suggest me if i have any better alternate for my below need Pin
simpledeveloper9-Oct-19 7:15
simpledeveloper9-Oct-19 7:15 
QuestionASP .NET Integrate With CISCO IP Phones Pin
Member 131052172-Oct-19 1:46
Member 131052172-Oct-19 1:46 
SuggestionRe: ASP .NET Integrate With CISCO IP Phones Pin
Richard MacCutchan2-Oct-19 2:00
mveRichard MacCutchan2-Oct-19 2:00 
AnswerRe: ASP .NET Integrate With CISCO IP Phones Pin
Nathan Minier7-Oct-19 1:29
professionalNathan Minier7-Oct-19 1:29 
QuestionMultiple PDF display in web application Pin
sundaramoorthy.b25-Sep-19 23:49
sundaramoorthy.b25-Sep-19 23:49 
GeneralRe: Multiple PDF display in web application Pin
Richard MacCutchan26-Sep-19 0:30
mveRichard MacCutchan26-Sep-19 0:30 
QuestionUnordered List Items are not displaying in horizontal Pin
simpledeveloper24-Sep-19 13:49
simpledeveloper24-Sep-19 13:49 
AnswerRe: Unordered List Items are not displaying in horizontal Pin
Richard Deeming25-Sep-19 2:42
mveRichard Deeming25-Sep-19 2:42 
GeneralRe: Unordered List Items are not displaying in horizontal Pin
simpledeveloper25-Sep-19 5:30
simpledeveloper25-Sep-19 5:30 
AnswerRe: Unordered List Items are not displaying in horizontal Pin
Anandkumar Prajapati27-Sep-19 22:52
professionalAnandkumar Prajapati27-Sep-19 22:52 
GeneralRe: Unordered List Items are not displaying in horizontal Pin
simpledeveloper30-Sep-19 12:14
simpledeveloper30-Sep-19 12:14 
QuestionConvert the following jQuery function into React or what shall I do to have same functionality Pin
simpledeveloper24-Sep-19 11:04
simpledeveloper24-Sep-19 11:04 
AnswerRe: Convert the following jQuery function into React or what shall I do to have same functionality Pin
jkirkerx24-Sep-19 11:30
professionaljkirkerx24-Sep-19 11:30 
GeneralRe: Convert the following jQuery function into React or what shall I do to have same functionality Pin
simpledeveloper24-Sep-19 14:06
simpledeveloper24-Sep-19 14:06 
QuestionImporting all images into React Inline component which is const Pin
simpledeveloper24-Sep-19 10:40
simpledeveloper24-Sep-19 10:40 
AnswerRe: Importing all images into React Inline component which is const Pin
jkirkerx24-Sep-19 11:41
professionaljkirkerx24-Sep-19 11:41 
GeneralRe: Importing all images into React Inline component which is const Pin
simpledeveloper24-Sep-19 19:44
simpledeveloper24-Sep-19 19:44 

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.