✅ ASP.NET Web Server
I am trying to have 2 buttons on a page (the buttons are standing to redirect to an item creation page) and depending on the button pressed your content should differ.
for my example I'll leave screenshots. So when the button is pressed on the "details.aspx" page I want to show a specific form based on the button, in the "creation.aspx" page.
Note: I don't want to use 2 diffrent aspx pages
for my example I'll leave screenshots. So when the button is pressed on the "details.aspx" page I want to show a specific form based on the button, in the "creation.aspx" page.
Note: I don't want to use 2 diffrent aspx pages

