Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Web Controls
ViewState Data Repeater
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Craig, post: 4291427"] Hi I am binding to a Repeater web control with an array. The data is displayed in a LinkButton so that I can access the 'clicked' item through the repeaters ItemCommand event. Even though I have set the ViewState = true in the control designer, it doesn't appear to be worling, I was expecting to get access to my class (that was binded to the repeater DataSource) e.Item.ItemData instead I get <undefined>. If the page is not doing a post back why would the ItemCreated event fire again? Craig [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Web Controls
ViewState Data Repeater
Top