In the DataSource method RowData used by WebListbox on WebPage “myWebPage1” I can have the following code:
myWebPage1.MyMethodName
Is there a way to make the above code more generic either by:
- using class/method name redirection
or - using some other technique like using this pseudo code: Parent.MyMethodName ?
4 posts - 2 participants