theabdalla
Programmer
Dear All
I have a project on making a UI of a Web page that allows users to:
1. select any text by highlighting it,
2. do some action on it by right-clicking on the highlighted text and choose an action among those options presented by the context menu items that appears,
3. send the chosen action along with the text and its attributes to the server as the user clicks on the desired menu item.
The next stage is to make the menu items customised by the type of the selected text, e.g. a link or an ordinary body text.
Does anyone know if all these can be done fully using ASP.Net at the server side? If not, how can this be collaborated with a server code, e.g. with server control?
Could anyone help, please?
Many thanks in advance.
I have a project on making a UI of a Web page that allows users to:
1. select any text by highlighting it,
2. do some action on it by right-clicking on the highlighted text and choose an action among those options presented by the context menu items that appears,
3. send the chosen action along with the text and its attributes to the server as the user clicks on the desired menu item.
The next stage is to make the menu items customised by the type of the selected text, e.g. a link or an ordinary body text.
Does anyone know if all these can be done fully using ASP.Net at the server side? If not, how can this be collaborated with a server code, e.g. with server control?
Could anyone help, please?
Many thanks in advance.