View Single Post
  #1 (permalink)  
Old 06-28-2009, 6:07 AM
anand.neeli anand.neeli is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jun 2009
Posts: 4
Reputation: 0
anand.neeli is on a distinguished programming path ahead
Default adaptive user control

Hi Experts,

i have a user control which opens a file and renders data in some specific format.
is there a way to make sure that each instance of user control operate on different file (which can be obtained from mail form)

To tell shortly, how can user control be loaded with some paramaters/data from main form?

Thanks in advance.
Reply With Quote