Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for TheBadger

Hey I setup a datalist with a xmldatasource and pull in an rss feed on my homepage I pull in this data ItemTemplate> <%#XPath("title") %><br /><br /> <%#XPath("description") %><br /><br /> </ItemTemplate> I need to access the info from description in my code, to use it manipulate some things on …

Member Avatar for shakeb@techwave
0
73
Member Avatar for TheBadger

Compare the two and just return how many match, don't need to know which ones matched Having a bit of brain freeze on this right now, any got any ideas?

Member Avatar for Mitja Bonca
0
124
Member Avatar for TheBadger

Hey bit stuck trying to make a Factory which creates multiple objects e.g. I want 10 rabbits, 6 foxes, 4 dogs + more animals instead of three for loops like this one for(int i = 0; i < foxCount; i++) { Fox fox = new Fox(); } Is there a …

Member Avatar for Mitja Bonca
0
168
Member Avatar for TheBadger

Hey I have a button that when clicked add some pictureboxes and labels on a panel named "hold" Now when I change some values and reclick this button I need the old controls to be removed before drawing new ones. So I added this code at the start of the …

Member Avatar for Mitja Bonca
0
149
Member Avatar for TheBadger

Hey basically I have a Jpopmenu in my View class My view also implements MouseListener When I click on an object, my view sends a request to controller. Controller will then decide which behavior to give the JPopupmenu (what MenuItems it has) and return it to View, which then sets …

Member Avatar for JamesCherrill
0
96
Member Avatar for abhisheyke

Hey still learning myself but the four basic methods you need are public int add(int num1, int num2) { return num1 + num2; } public int subtract(int num1, int num2) { return num1 - num2; } public int multiply(int num1, int num2) { return num1 * num2; } public int …

Member Avatar for jon.kiparsky
0
423

The End.