Dynamically Creating Objects of Array of Classes
Hi Everybody
I am using ASP.NET with C#.
I have a form that contains a panel which can be submitted more than once. I am using a class for that panel.And since i require more than once i have taken array of class.Problem is that when
on click event of the image button i try to initialize or create object of that class ,it is giving error .I have globally defined the reference of array of class and then onclick i am initializing it.Can u tell me the solution please.
Thanks
Dinkar Sinha
|