With DocHub, you can easily rework comment in aspx from any place. Enjoy capabilities like drag and drop fields, editable textual content, images, and comments. You can collect electronic signatures securely, include an additional layer of defense with an Encrypted Folder, and work together with teammates in real-time through your DocHub account. Make changes to your aspx files online without downloading, scanning, printing or mailing anything.
You can find your edited record in the Documents tab of your account. Edit, send, print out, or convert your document into a reusable template. Considering the variety of advanced features, it’s easy to enjoy seamless document editing and management with DocHub.
hi everyone in this section we will handle the functionality of adding comments to the listings we will firstly create the add comment method in our controller and we will create the comments service in order to interact with a database so let me just firstly go to our project and Iamp;#39;m going to open up the details page here Iamp;#39;m gonna Iamp;#39;m trying just to find the form where we add the comments so hereamp;#39;s our form where the users can input the comments and we have to create this add comment method in our controller so if we go to the listings controller just somewhere here Iamp;#39;m gonna write here the method thatamp;#39;s an HTTP post method and here the usual public async task it returns an action result and the name of it is ADD comment of course here then we are gonna bind what we take from the form to this method so Iamp;#39;m gonna write inside here the ID it will take for from the form the content of the comment the listing ID and the iden