I did exactly the same as the sample of stimule .net 2007 .but the problem is when i click on each the bookmark value would pass to form with null value ! and this caused thethe Null object refrence Exception in VS.net !
Code: Select all
StiComponent comp = sender as StiComponent;
int customerID = Int32.Parse( comp.BookmarkValue.ToString());
. Im so confused! is there any bug?
Thanks