How can i Implement the IList interface in my WebForm?

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
 
M

Mattias Sjögren

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
 
M

Mahernoz

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top