Hi,
I have an asp.net page that has WebCombo. The WebCombo is bound to an object list on Page Load, where I set the DataValueField and DataTextField. When I select a row and click a button on the same page, the selectedrow property returns valid object, however my page lives within a master page and the master page has button, when I click the master button in the master page and delegates the event to the page containing the webcombo, the selectedrow is null ! why is that ? is there any work around for this ?
I have this same issue. Anybody have any suggestions on what's causing this?