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.

~825 People Reached
Favorite Tags
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
66
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
116
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
152
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
120
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
85
Member Avatar for abhisheyke

Write a program that evaluates an expression.assume the operands are integers and operators are +, −, *, /. Please help me.

Member Avatar for jon.kiparsky
0
286