How to import the properties of the object to user-control using C#.net? -
i have user control , want assign properties of object user control. example:
system.globalization.cultureinfo ci = new system.globalization.cultureinfo(); ci.datetimeformat.getalldatetimepatterns();
i must able access method getalldatetimepatterns()
using usercontrol. can please me c# coding?
i don't understand issue - if have code posted above in user control, have access getalldatetimepatterns()
method.
Comments
Post a Comment