User Profile

Collapse

Profile Sidebar

Collapse
beebob
beebob
Last Activity: Feb 21 '08, 03:31 AM
Joined: Sep 26 '07
Location: Surabaya, INDONESIA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • beebob
    replied to Specified cast is not valid
    in .NET
    I am also a beginner in C#, but I will try to help you.. :-)

    First of all, I want to know something in your code:
    1. Are you sure that Login1.UserName and Login1.Password are really a string?
    2. What is Login1?
    3. Have you try to use something like this:

    Code:
    ...
    SetUserData("LakinPortal", <write_your_login_name_here>, <write_your_login_password_here>);
    ...
    ...
    See more | Go to post

    Leave a comment:


  • C#, ReportViewer and RDLC - How to use many RDLC in one ReportViewer

    Hi all,

    I am sorry if I have posted this problem to irrelevant forum. I am working in C#, and I don't find any C# forum here. I hope someone here can help me to resolve my problem. Here is:

    I am working by using VS2005 and dotNet Framework 2.0. I have an ASP Content page, with one ReportViewer, and 5 RDLC files. This page contains a dropdownlist with 5 items, which if someone choose any one of them, they will see the...
    See more | Go to post

  • beebob
    started a topic can't put anything to hashtable
    in Java

    can't put anything to hashtable

    Hi all,

    I have just changed my JDK, from 1.5.0 to 1.6.0, and also change my Netbeans, from NB 4.0 to NB 5.5. I've got a problem with my code, which I wrote on NB 4.0 + JDK 1.5.0.. I fail to put anything into my hashtable when I try the code on NB 5.5 + JDK 1.6.0. Here is the code:

    Code:
        public Hashtable getIDUser (HttpServletRequest request, HttpServletResponse response, String sqlWhere, String namaUser)
    ...
    See more | Go to post

  • beebob
    replied to how to display the string in the textfields
    in Java
    hmm.. maybe you can try something like this:
    ...
    ccod.setText(s1 );
    ...


    regards,
    novan ananda
    See more | Go to post

    Leave a comment:


  • beebob
    replied to how to display the string in the textfields
    in Java
    hmm.. maybe you can try something like this:
    ...
    ccod.setText(s1 );
    ...
    See more | Go to post
    Last edited by r035198x; Sep 26 '07, 06:46 AM. Reason: code tags bug had struck again

    Leave a comment:


  • beebob
    started a topic an array in a hashtable
    in Java

    an array in a hashtable

    Dear all,

    I have just changed my jdk, from JDK 1.5.0 to JDK 1.6.0, and also changed my Netbeans, from NB 4.0 to NB 5.0. Now, I have got a problem with my web application. Can anyone tell me, what is wrong with my code below:

    -------------------

    Hashtable resultHT = new Hashtable();
    try {
    OpenConnection( );
    stmt = con.createState ment();
    ...
    See more | Go to post
No activity results to display
Show More
Working...