Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ID not serving postback

Status
Not open for further replies.

need2progm

Programmer
Dec 13, 2002
92
US
I have an Infragistics control that is populated at run time. I have set a property of that control(item.Tag = Question.QuestionID).

When referencing the item.tag on the item on_click event I get the Id.tag = nothing. This blows my application out of the water.

To test I sent a string (item.Text = thisQuestion.Name)In the item click event(selectedItem.Text) I got name.

I need the QuestionID to create a new QuestionLanguage object in the click event.

Another idea was to
Session("thisQuestion") = thisQuestion and to refer to the Session

This did not work.... thisQuestion is populated in a
For Each [obj] In [collection of Obj's]
dim a new thisQuestion(sent parameters)
add child nodes to parent nodes
set tag.ID


I need a way to get the selected items 'QuestionID'

Thoughts?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top