I am new to umbraco and i am facing this issue. Any suggestions would be highly appreciated.
I have an existing page which i modified into a .net user control (ascx) and making use of it in our umbraco site. Now, my user control would populate records which users can edit. When clicked on edit, page needs to be navigated to a different umbraco page. Query string is built dynamically and the id changes for each of the values that are populated. Could some one pls tell me how to proceed on this.
When you look into the properties of the page it displays the link document. You can copy that and make use of that for redirecting. You can also add query parameters to that if necessary. Cheers!!
How to navigate from one umbraco form to another.
Hello All,
I am new to umbraco and i am facing this issue. Any suggestions would be highly appreciated.
I have an existing page which i modified into a .net user control (ascx) and making use of it in our umbraco site. Now, my user control would populate records which users can edit. When clicked on edit, page needs to be navigated to a different umbraco page. Query string is built dynamically and the id changes for each of the values that are populated. Could some one pls tell me how to proceed on this.
Thx,
Shashi
When you look into the properties of the page it displays the link document. You can copy that and make use of that for redirecting. You can also add query parameters to that if necessary. Cheers!!
is working on a reply...