David Cook
David Cook

Reputation: 25

How to access Repeater FooterTemplate TextBox?

Upvotes: 0

Views: 885

Answers (2)

David Cook
David Cook

Reputation: 25

I have to use "Literal" as an alternate solution by passing the html Textbox problem. I do not like this solution but i guess i have to use it.

Upvotes: 0

Phaedrus
Phaedrus

Reputation: 8421

I'm not sure what you mean by "they both failed" but if the Text property of the Textbox is empty i might be because you are rebinding your repeater on each post back. Try wrapping your repeater .DataBind() with a !IsPostBack condition.

Upvotes: 1

Related Questions