Sure you can! However, you should keep in mind that a Stored Procedure
only retrieves data from the database and does not know that you are
storing HTML markup in a field. So, you should instead be asking what
control to use to display the retrieved data.

And that control would be the Literal control.

On Feb 27, 10:10 pm, Alen Alexander <[email protected]> wrote:
> Hi,
> I want that Web pages should be created by taking values from database.
> If there is a bold field den the database should store as <b> this is bold
> field</b> and while reading it, it should read accordingly and display  the
> output in BOLD.
> So i was thinking of having some stored procedure for the same. is it
> applicable?
>
> Thanks for your interest in my query.
>

Reply via email to