Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Change in wwWebRepeater v. 5.62

$
0
0
Change in wwWebRepeater v. 5.62
Web Connection 5.0
Change in wwWebRepeater v. 5.62
04/03/2012
06:18:54 AM
3GY0DJCK5 Show this entire thread in new window
Gratar Image based on email address
From:
Jukka Salminen
To:
All 
Attachments:
None
I wondered why some of my repeaters did'nt databind after upgrading to v. 5.62 and I found the following change in wwwebcontrols.prg:

wwWebRepeater :: RenderCursor v. 5.60



*** DataBind the list
IF this.lDataBindCalled
loTemplate.DataBind()
ENDIF

this.ItemDataBind()


wwWebRepeater :: RenderCursor v. 5.62



*** DataBind the Template
IF !this.Page.IsPostBack AND this.DataBindItemTemplate
loTemplate.DataBind()
ENDIF

this.ItemDataBind()


What's the idea behind this change?


--
JS


Viewing all articles
Browse latest Browse all 10393

Trending Articles