A
anthonysmales
I have created a web-service which returns a line of HTML.
I have created a web-application which calls the web-service and then sets
the Label1.Text property to the output of the web-service, in order to
display the HTML.
This works, but seems very simplistic, so I was wondering if the humble
Label object is the best tool for the job? I have noticed that there is a
Panel object that I may be able to use instead. (I would like to be able to
display XML too).
I have created a web-application which calls the web-service and then sets
the Label1.Text property to the output of the web-service, in order to
display the HTML.
This works, but seems very simplistic, so I was wondering if the humble
Label object is the best tool for the job? I have noticed that there is a
Panel object that I may be able to use instead. (I would like to be able to
display XML too).