Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Sean Anderson   on Jan 06 In Asp.net Category.

  
Question Answered By: Melissa King   on Jan 06

I have to add that that will only work purely because there is only a single row
in the footer, thus NO duplicates are made when rows are created.
And that is why I didn't suggest it earlier, it eluded me.
I was thinking you were trying to save data  from combo's ot textboxes within the
items template - as well as saving combo's stuff from the footer - all at the
click of save  button.

[[
This has also tought me something about FindControl() that I did not know and
must now look into.
(normally you can use any control to boot up FindControl(), since
x.FindControl("hh") and y.FindControl("hh") will find the same control "hh" as
it looks for "hh" in general ... AND NOT child controls named "hh" within x or
child controls names "hh" within y.
Here however the e.Item.FindControl(" ") is needed.
But don't quote me.
]]

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on repeater update data problem Or get search suggestion and latest updates.


Tagged: