Hi All,

I have the html shown below in my aspx page:
Method(Text,PostBackUrl)

Inside the Method, I am instantiating a linkbutton server control and then after adding the attrributes(Text and PostbackUrl) , I am trying to render it.But all I get from the RenderControl method is Text

It does not render the postback information and the href attribute.

Any Ideas as to how to render a linkbutton with the postback info.??

Any help would be appreciated.

Thanks.

CafeDreamz