User Profile

Collapse

Profile Sidebar

Collapse
koonda
koonda
Last Activity: May 20 '07, 07:14 PM
Joined: Oct 2 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • koonda
    replied to Connect Four Game problem
    in Java
    Thanks all for your help I really appreciate that.

    Koonda
    See more | Go to post

    Leave a comment:


  • koonda
    replied to Connect Four Game problem
    in Java
    Thank you all for your help. Now the game is working, I only have some problem to implement the Automatic player. I made the two human players working, they play with each and one wins. But I have a little problem with the Automatic Player I mean the Computer Player. The Automatic Player plays with the Human player but never wins. I tried my best to make very bad moves for the Human Player to let the Computer win but it won't. I just want the Automatic...
    See more | Go to post

    Leave a comment:


  • koonda
    started a topic Connect Four Game problem
    in Java

    Connect Four Game problem

    Hi all,

    I posted my message earliar and I got some positive feedbacks but that didn't help me to solve some programming problems. I have an Assignment due 20th of this month, next monday. The Assignment is about creating a Connect Four Game. I have designed the board and two players can play and fill the board. But when one playe fills 4 columns that player should win. I have problems implementing it like this. The other problem is...
    See more | Go to post

  • Hi Jos,

    I think I did not understand your way of implementing it. If possible could you please send me some code examples to implement that.

    Looking forward to your reply.

    Thanks a lot

    Best regards,

    Koonda...
    See more | Go to post

    Leave a comment:


  • Hi dmjpro,

    Thanks for your great help. But I really don't know how to implement it your way. Could you please send me some code so I can try that.

    Looking forward to your reply.

    Best regards,

    Koonda...
    See more | Go to post

    Leave a comment:


  • Urgent Help Required by Implementing a ConnectFour Game

    Hi all,

    I am a student and I have a project due 20th of this month, I mean May 20, 2007 after 8 days. The project is about creating a Connect Four Game. I have found some code examples on the internet which helped me little bit. But there are lot of problems I am facing developing the whole game. I have drawn the Board and the two players can play. The players numbers can fill the board, but I have problem implementing the winner for...
    See more | Go to post

  • Populating and Implementing 4 DropDownlist boxes on the Web Form through Web Service

    Hi all,

    I have a Project due after one week. It is a web service project. I have a Web Form which communicates to the web service and this web service communicates to the database. I have all my SQL statements in the Data Acess Layer to create more secure web service application. The Web service class is also in the Data Access Layer. I need to populates the 4 Dropdown list boxes on the web form from one table. I have Customer table...
    See more | Go to post

  • koonda
    started a topic Thread Problem
    in Java

    Thread Problem

    Hi all,

    I have an assignment due tomorrow and I really need your help. I have the program code and according to the assignment I need to change it to make it working according to part (a) and( b). I am really confused how to implement this thread program. Here is the code.


    class Task {
    String task;
    public Task(String task) { this.task = task; }
    public String toString() { return task;...
    See more | Go to post

  • koonda
    replied to Problem Formatting Year
    in .NET
    Hi, kenobewan

    Can you explain your code a little bit. I tried your code but still it didn't work.
    Looking forward to your reply
    Thanks

    Koonda
    See more | Go to post

    Leave a comment:


  • koonda
    replied to Problem Formatting Year
    in .NET
    I used both but it didn't work. Is there any way or any code examples you can send me?

    Thanks for your help. looking forward to your reply.

    Koonda
    See more | Go to post

    Leave a comment:


  • koonda
    started a topic Problem Formatting Year
    in .NET

    Problem Formatting Year

    Hi all,

    I am working on a project. Everything is working fine except the date formating. I have five listboxes and a dropdownlist box controls. The 5 listboxes I have populated from the underlying database view and dropdownlist box is populated by the date in the same view. When I select any values from the listboxes the information is displayed in the Repeater Control. I also want to select the date including the 5 listboxes to display...
    See more | Go to post

  • koonda
    replied to Urgent help required
    in Java
    Thanks a lot anyways, It is working a little bit and I will try to Implement it soon.

    I still have some question on some other Java Assignments and I hope you will be able to help me.

    Thanks a lot.

    Koonda
    See more | Go to post

    Leave a comment:


  • koonda
    replied to Urgent help required
    in Java
    Here is the code but I don't know how to implement it further.

    public class Person
    {

    public Car car;

    //constructor

    public Person()
    {

    }

    } //end class


    public class Car
    {
    piblic Person owner;

    //constructor

    public Car()
    {

    owner = new Person()
    }
    ...
    See more | Go to post

    Leave a comment:


  • koonda
    started a topic Urgent help required
    in Java

    Urgent help required

    Hi all,

    I have an assignment due next week. I don't realy know simple two way association which this program requires. Here is the requirement.


    This exercise is about simple two-way associations. An example of a simple two-way association is the ownership relation between a Person and a Car. To ensure consistency, the following three rules should be obeyed.
    Each car is owned by exactly one person, that...
    See more | Go to post

  • Thanks kenobewan,

    It was helpful but I still can not make the program working.

    Thanks anyways,

    Koonda
    See more | Go to post

    Leave a comment:


  • Implementing a Submit Button for 5 Listbox Controls and a Textbox For a Repeater

    Hi Guys,

    I have 5 listbox controls which I populated from the database tables. I tried it using the wizard. For all 5 listboxes and a single Repeater I used a SQL DataSourse Object and mapped this sqldatasource to the repeater and then all the listboxes to the sql datasource and it worked. Now what I want to implement is to select values from all 5 listboxes and a textbox and to display in the repeater. The all 5 listbox values can...
    See more | Go to post

  • koonda
    started a topic Urgent help required about Repeater Controls
    in .NET

    Urgent help required about Repeater Controls

    Hi all,

    I have been working on a "web interface" project but I am unable to get it working. Here is what I want to implement. I have been trying to bind the 5 Listbox controls to a single Repeator Control. I have populated the 5 Listbox controls from the underlying database tables. Whenever the user selects values from each listbox controls the result should be displayed in the Repeater control. I can bind one listbox to...
    See more | Go to post

  • Actaully there are no errors but the main problem is that how can I bind the 5 Listboxe controls to a single Repeator Control. I have populated the 5 Listbox controls from the underlying database tables. Whenever the user selects values from each listbox controls the result should be displayed in the Repeater control. I can bind one listbox to the Repeater but I can't bind all five listboxes at the same time. Could you please help me.
    Looking...
    See more | Go to post

    Leave a comment:


  • koonda
    started a topic Binding a ListBox Control into a Repeater Control
    in .NET

    Binding a ListBox Control into a Repeater Control

    Hi all,

    Currently I am doing a project in ASP.NET using C#. I posted this message before but that was a different approach. Now I want to implement it this way. I have a Database in SQL Server containing 5 tables. I have 5 Listbox Controls which I have populated from the 5 underlying tables.

    What I want to do is to bind the 5 Listbox Controls to the Repeater Control to display information. I can bind one ListBox to...
    See more | Go to post

  • koonda
    started a topic Creating a Web Interface in ASP.NET using C#
    in .NET

    Creating a Web Interface in ASP.NET using C#

    Hi guys,

    I posted a message before and I got some help from the forum. I have a database in SQL Server and I wanted to create a web interface in C#. I had 4 Listbox controls and a Textbox and two buttons for this. What I want to do is to select values from 4 Listbox controls and input some text in the textbox i.e year to display information on another page including all the information from $ listboxes too. I have no idea how to program...
    See more | Go to post
No activity results to display
Show More
Working...