How can i Implement the IList interface in my WebForm?

  • Thread starter Thread starter Mahernoz
  • Start date Start date
M

Mahernoz

Hi,
I am c# coder, i want to know can i implement IList Interface in my
WebForm? If yes, how?

A short sweet example would be enough.

thanks,
mahernoz
 
I am c# coder, i want to know can i implement IList Interface in my
WebForm? If yes, how?

Yes, you can implement it in almost any class. But I don't see why you
would do it in this case, what is your webform a list of?


Mattias
 
Hi ,

Thanks for the reply I just want to know that if there is an method
that throws IList,
can i use it in my webform, like I bind it to my grid?

Can u tell me how to do it?
& Can a WebMethod return an IList? I want to actually return the IList
in a WebMethod, this IList will be called by the WebForm...

Regards,
Mahernoz.
 
Back
Top