Visual Studio IS an editor. Do you mean you want to use VS as an editor for some other programming language ? You have also https://code.visualstudio.com/
There is also a Visual Studio SDK.
If you need further help tell directly what is your final goal.
Actually what I was trying to do was make changes in back-end and they should reflect in web browser and someone told me that i should use editors in visual studio 2019 itself
You don't have to "add editors". Visual Studio allows to "edit" ASP.NET based web sites out of the box.
Unless you want to update something really simple (such as an HTML page, not sure if you know from where comes the information you want to change), updating your site with no prior knowledge seems a bit risky...
According to your description, I couldn't understand your requirement clearly.
Do you mean you want to add the ricktext editor and this ricktext editor could modify your content page?
If you could post more details information, it will be more easily for us to find out the solution.
Best Regards,
Brando
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Seems you are asking something different now. A search should give tons of tutorials about doing that. If you start with absolutely not prior experience you should start by looking at basic tutorials as learning from 0 is not really practical in a forum..
Not sure which version you are using.
If you are trying to update an existing app but don't want in particular to learn about programming, it might be easier and maybe even cheaper to just have this done for you rather than to invest your time in that.
None
0 Points
4 Posts
using editors in visual studio
Jul 12, 2019 07:42 AM|abhishek-jerath|LINK
Can we add editors in visual studio?
If yes, then please help
All-Star
45840 Points
16682 Posts
Re: using editors in visual studio
Jul 12, 2019 07:54 AM|PatriceSc|LINK
Hi,
Visual Studio IS an editor. Do you mean you want to use VS as an editor for some other programming language ? You have also https://code.visualstudio.com/
There is also a Visual Studio SDK.
If you need further help tell directly what is your final goal.
None
0 Points
4 Posts
Re: using editors in visual studio
Jul 12, 2019 08:13 AM|abhishek-jerath|LINK
Actually what I was trying to do was make changes in back-end and they should reflect in web browser and someone told me that i should use editors in visual studio 2019 itself
All-Star
45840 Points
16682 Posts
Re: using editors in visual studio
Jul 12, 2019 08:59 AM|PatriceSc|LINK
You don't have to "add editors". Visual Studio allows to "edit" ASP.NET based web sites out of the box.
Unless you want to update something really simple (such as an HTML page, not sure if you know from where comes the information you want to change), updating your site with no prior knowledge seems a bit risky...
None
0 Points
4 Posts
Re: using editors in visual studio
Jul 12, 2019 10:44 AM|abhishek-jerath|LINK
I want to add editor in the place of input textfield.
All-Star
45840 Points
16682 Posts
Re: using editors in visual studio
Jul 12, 2019 10:57 AM|PatriceSc|LINK
Ah so it seems you are looking either for :
- https://www.w3schools.com/tags/tag_textarea.asp (which is the same but allow multiple lines)
- or maybe things such as https://www.tiny.cloud/docs/demo/full-featured/ which is based on a browser feature which allows to edit page content (https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content )
Star
9591 Points
3012 Posts
Re: using editors in visual studio
Jul 15, 2019 03:26 AM|Brando ZWZ|LINK
Hi abhishek-jerath,
According to your description, I couldn't understand your requirement clearly.
Do you mean you want to add the ricktext editor and this ricktext editor could modify your content page?
If you could post more details information, it will be more easily for us to find out the solution.
Best Regards,
Brando
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
4 Posts
Re: using editors in visual studio
Jul 15, 2019 03:52 AM|abhishek-jerath|LINK
Dear Brando,
The thing I want to do is create a form in which user will input his data & upload some images & those will be stored in the database.
Thanks,
Abhishek
Star
9591 Points
3012 Posts
Re: using editors in visual studio
Jul 16, 2019 05:53 AM|Brando ZWZ|LINK
Hi abhishek-jerath,
Could you please tell me which kind of application you have used now? Web form, MVC or else?
If you want to use webform to store the user input data and image, I suggest you could refer to below link:
This link will tell you how to store the image file into the server and store the file path into database.
https://www.c-sharpcorner.com/UploadFile/ca2535/how-to-upload-images-and-save-the-images-into-database-using/
If you want directly store the link to database, you could refer to below link:
https://www.c-sharpcorner.com/uploadfile/0c1bb2/uploading-images-to-database-using-asp-net-c-sharp/
Best Regards,
Brando
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
All-Star
45840 Points
16682 Posts
Re: using editors in visual studio
Jul 16, 2019 12:02 PM|PatriceSc|LINK
Hi,
Seems you are asking something different now. A search should give tons of tutorials about doing that. If you start with absolutely not prior experience you should start by looking at basic tutorials as learning from 0 is not really practical in a forum.. Not sure which version you are using.
If you are trying to update an existing app but don't want in particular to learn about programming, it might be easier and maybe even cheaper to just have this done for you rather than to invest your time in that.