function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Harshwardhan Singh KarkiHarshwardhan Singh Karki 

Is there a way to show text which is there in .net page to lwc component ?

I have a lwc component in which "imp notes" button is clicked then we can choose a pdf or word file form our system which is being done in .net page and text inside that  file has to be displayed in a field (long text area) in LWC . So What are the ways in which we can do this?
Leo WatkinsLeo Watkins

This component can be used with ui:inputText , which takes in a text input. To display text, you can use an attribute value and bind it to the ui:outputText component. The previous example renders the following HTML. This example shows how you can bind data from an ui:inputText component.

https://www.mymerrill.me/