Products A-Z All Services Can't find what you're looking for? Chat Live!
Products A-Z Can't find what you're looking for? Chat Live!
Can't find what you're looking for? Chat Live!
Hi all, I'm using the QueryPicker from BBNCExtensions.ServerControls, and I'm having trouble getting the name back from it. Here's the code on the display page: [CODE]<bbnc:QueryPicker id="queryPicker" runat="server" />[/CODE] Here's the code on the code page: [CODE]oProperties.QueryName = queryPicker.QueryName[/CODE] (I obviously removed a bunch of stuff...) For some reason I can't get a value to come back from queryPicker.QueryName, but I definitely get a value back from queryPicker.QueryID. Any ideas?