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.

0 Endorsements
~997 People Reached
Favorite Tags
Member Avatar for BLY

I'm trying to create a SimpleBirthDay calculator.The requirement is "program must use a Scanner class and JOptionPane class to capture input from user".But i'm having a problem on getting the messagedialogbox to show the result.I found out that using the Scanner class we gonna need to insert the data into …

Member Avatar for stultuske
0
238
Member Avatar for BLY

Hi I'm trying to create a choosing statement by using a link ie [CODE] if(Link == google) run something else (Link == yahoo) [/CODE] Meaning that if the declared link is google it will do something else if it will load yahoo Here's what i'm thinking how the code is …

Member Avatar for BLY
0
104
Member Avatar for BLY

I'm trying to call a base class specifically; Release class into a Page_load method.The release class is linked to a baseclass which contains a method Dataset Getresult. How do i call from the release class into the page load.I'm using Repeater I'm trying to do something like this [code] protected …

Member Avatar for rohand
0
96
Member Avatar for BLY

Continuing from my previous program,the code now can update but can't insert.There will be an error on ExecuteQuery.The program is suppose to identify if the id exist or not.You can probably tell from the coding. Trying to insert but i'm not sure if i set dateID parameter correctly to check …

Member Avatar for BLY
0
110
Member Avatar for BLY

Hi all, I'm trying to create a method Load that will call a stored procedure,the source code has some problems,really need some guidance still new in C# Ok here's the code now with some minor adjustments rather than just getting one data,i'm planning on retrieving all the parameter just by …

Member Avatar for BLY
0
116
Member Avatar for BLY

Hi a long time user first time post' er here. So i have a pendrive 2 years old been using it on my laptop for years and now it can't be detected on my pc or laptop.:mad: Recently my sister borrowed a pen drive(virus included) from her friend and use …

Member Avatar for abu taher
0
105
Member Avatar for BLY

Hi i'm a computer student searching for a software to make a game. i've googled and found severals but not many are free. [B]What im searching[/B] for is a software that resembles GameMaker or any RPG games ie Pokemon Red,Interactive Children Games that is easy to use and can be …

Member Avatar for BLY
0
94
Member Avatar for BLY

create 3 class,InputForm,Manager and Student.use only class below is the inputform class public class InputForm { public int input; public double getInput(){ return input; } public void displayMessage(char grade){ return grade; } } Student class public class Student{ private double score ; public Student (){ } public Student(double score){ this.score …

Member Avatar for BestJewSinceJC
0
134