Vote count:
0
everyone, I'm developing a simple project in ASP.NET with C# for practice and I want to make a ListGroup like the one in here http://ift.tt/KHOupJ but I want to populate its content with data received from a WCF service.
How can I achieve that so the contents there can call a C# function?
I've thought of using a listbox and try to style it to look like a list group but I think that could be really hard, considering I barely know anything about css.
I've also thought on making that listgroup with the code provided on the website and using JQuery to call the WCF service and populate the data, but I don't know if it's a very good practice to call the WCF service from both front and back end in the same application since I'm calling the WCF service from other components using asp components, as well; and I also think it can get complex for the calls to C# functions.
Thanks in advance for any help you can provide
Aucun commentaire:
Enregistrer un commentaire