Browse by Tags
All Tags »
english posts (
RSS)
Sorry, but there are no more tags available to filter with.
I've been looking for help on how to find objects in Generics with List.Find() method .... and ... take a look what I have found. In the follow example, I created a simple class: public class Person { private int _id; private string _name; public...
There's a "problem" when we try to add dynamically webparts to a page. In my last project, I had problems to add some dinamicly webparts to able users to move it around the page. When a webpart is dinamicly added to a page, in the first...