How to take java apllet List variable in asp.net code behind page.
Posted
by subu
on Stack Overflow
See other posts from Stack Overflow
or by subu
Published on 2010-06-01T09:10:17Z
Indexed on
2010/06/01
9:13 UTC
Read the original article
Hit count: 343
How to take java apllet List variable in asp.net code behind page.
java.util.List list = (java.util.List)tr.getTransferData(flavors[i]);
how to take this 'list' in asp.net code behind page.
© Stack Overflow or respective owner