currency manager
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi , im using asp.net1.1 with c# ,i need to use currency manager there .is it possible to use it in asp.net 1.1 and what all the steps involve in that. :confused: with regards, susa
-
hi , im using asp.net1.1 with c# ,i need to use currency manager there .is it possible to use it in asp.net 1.1 and what all the steps involve in that. :confused: with regards, susa
Do you mean the
System.Windows.Forms.CurrencyManager
object or anything else? Well, if this is the object you mean, then you should remember that it's mainly used in the windows form application, not asp.net. In this case, you might want to be more specific about what you may want to do.