Bug: inserting GOVIEW inside a UserCtrl

Hi,

There is a problem when inserting GoView inside a User Control (.ascx file), as asp.net adds the new controls name before the GoView and a pair of : … then when GoDiagram tries to use the component name in all of its JavaScript names it gets unvalid names. here is a example on how it looks:
<img src=“GoWebImage.aspx?GoView=MyDiag:theView” name=“MyDiag:theView” … >
resulting:
function goRefresh_MyDiag:theView() { }

easy solution is just to Replace(“:”,“_”)…

//
Daniel Halan

This has already been fixed for version 2.2; please try the Release Candidate kit available (for a short time) at http://www.nwoods.com/go/evaluation.htm.