hi, Thanks 4 ur reply, Can u Please Explain in more detail.. how can i display tags dynamically? Do i need to use some sort of XSLT transformations?? or only stored procedure may work? And regarding control-Is Label a good option?? There is no such specification in SRS.
Thanks On Sun, Feb 28, 2010 at 2:55 PM, Cerebrus <[email protected]> wrote: > 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. > > > -- Alen Just remember, there's a right way and a wrong way to do everything, And the wrong way is to keep trying to make everybody else do it the right way.
