c# - Access Ext.net page through hyperlink url -


I am creating an interface for a database, a form has a button that updates the database and the relevant people Sends an email informing them about the update I want to include hyperlinks to the web app and especially the updated records in the email.

  http: // localhost: 51863 / Using ExtNet / Client? ID = 1  

I get a JSON presentation of a client field with an ID of 1 but there is no web application with these details

Can anyone help?

***** Edit *****

Currently the user will need to open the web app (index.cshtml)

Web There is a Client tab inside the app that opens a partial view using the file clients.cshtml,

Then select a client by clicking on the grid panel (former area), the user client line within the Customers tab , After which url action 'getClientDetails' has an additional ID, 1 (where 1 of the client ID selected on the grid panel) ), This URL action will be displayed in the West Zone panel in the client details

Instead, I can create a URL which can open the index.cshtml file with partial view clients.cshtml and the customer ID Choose and open those details in other grid panels?


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -