Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
E

eric_tran

@eric_tran
About
Posts
91
Topics
49
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Array of objects
    E eric_tran

    Hi Michael, I'm sure that the array of object has all data pulled from the text file. I can get the value of employeeID from the array of object, but when I compare with a given string, then it does not work. for (int i=0; i { if(employeeList[i].getEmployeeID()== "1234" ) System.out.println(employeeList[i]); }

    eric

    modified on Sunday, December 30, 2007 6:25:21 AM

    C# help question data-structures

  • Array of objects
    E eric_tran

    Good day everyone, I have a problem that I really need someone help. I have an array of objects that is filled from the content of a text file. One line in ther text file contains name,address and employeeID. The problem is that I can not compare the employeeID in the object with a given employeeID. How can I get the value of employeeID out of the the array of objects? Please help.Thanks much in advance Employee[] employeeList = new Employee[100]; employeeList = new Employee[100]; EmpFileReader empfile = new EmpFileReader(); employeeList = empfile.readFile(); //getEmployeeID returns ID if(employeeList[i].getEmployeeID()== employeeID ) System.out.println(employeeList[i]);

    eric

    C# help question data-structures

  • Menu control help
    E eric_tran

    Gday everyone, I have a new problem that I need some help I have a horizontal menu using SiteMapDataSource. I need to put a separator or an image between menu items, I looked at menu control property, but it seems there is no such property to select. Please guide me. Thanks in advance

    eric

    ASP.NET help tutorial

  • Menu items separator
    E eric_tran

    Gday everyone, I have a new problem that I need some help I have a horizontal menu using SiteMapDataSource. I need to put a separator or an image between menu items, I looked at menu control property, but it seems there is no such property to select. Does anyone know how to do it? Please guide me. Thanks in advance

    eric

    ASP.NET help tutorial question

  • Hyperlink help
    E eric_tran

    I got it. Thanks so much

    eric

    ASP.NET help

  • Hyperlink help
    E eric_tran

    Thanks enjoycrack, I would not know how to do it. Please guide me. I'm a newbie in ASP.Net Thanks

    eric

    ASP.NET help

  • Hyperlink help
    E eric_tran

    Gday everyone, I have a problem that I really need your help I have a hyperlink, when users click on it, it takes to a lower part in same page. Please help Thanks

    eric

    ASP.NET help

  • Gridview help
    E eric_tran

    Gday everyone, I have a critical problem that I really someone help I need to get the a cell(this is not shown on Gridview) according to which row that user click on in a Gridview populated from a method in runtime. Please help me. Thanks in advance. Eric

    eric

    ASP.NET help

  • Table help
    E eric_tran

    Thanks so much everyone

    eric

    ASP.NET help tutorial

  • Table help
    E eric_tran

    That's a great idea. Thanks. I'll try that.

    eric

    ASP.NET help tutorial

  • Table help
    E eric_tran

    Gday everyone I have a new problem that I really need someone help I need to make visibility of a table at runtime depending on user to click on a button to show it or not. Please guide me how to do it Thanks so much

    eric

    ASP.NET help tutorial

  • DetailsView and database help
    E eric_tran

    Thanks so much. I'll try that

    eric

    ASP.NET database help question sql-server sysadmin

  • DetailsView and database help
    E eric_tran

    Gday everyone, I have a new problem that I need some expert help. I have a DetailsView to display a data table pulling from SQL Server database at runtime. My method returns the whole table of the user depending on user name and password when they login. How can I select and display some fields only? How can I change the field name because they don't look good on display? Please help. I greatly appreciate it.

    eric

    ASP.NET database help question sql-server sysadmin

  • Textbox help
    E eric_tran

    Hello enjoycrack, That's fantastic. You are right. Thank you very much. I got it. I spent 5 hours on fixing this bug. Have a nice day.

    eric

    ASP.NET help tutorial question

  • Textbox help
    E eric_tran

    Ah, yes, I populate data into textbox in Page load event, then save modified text in Button click event. So what should I do? Thanks for your reply

    eric

    ASP.NET help tutorial question

  • Textbox help
    E eric_tran

    After I populate data from BusinessLogicLayer into a textbox, then I modify the text in textbox, click on submit button, the data is saved into the database is the old value, not the modified one. Both textbox and submit button are web server control. Please help

    eric

    ASP.NET help tutorial question

  • Textbox help
    E eric_tran

    Gday, everyone, I have a problem that I really need your help After I populate data into a textbox, I modify it, then save, but It still remembers old values. How to get modified value? Thanks in advance

    eric

    ASP.NET help tutorial question

  • Gridview control in C#
    E eric_tran

    GDay everyone, I have a problem with Gridview that I really need someone's help. I'd like to get data of the record at which user clicks on the select hyperlink of that record in GridView. I need to save it and use it to populate data of that record into another form. Please give me a solution. Thanks in advance.

    eric

    ASP.NET help csharp

  • GridView control help [modified]
    E eric_tran

    I populate data into Gridview from BusinessLogicLayer, so I cannot specify selectcommand to the datasource. I attempted your solution, but I desnot work. Please help

    eric

    ASP.NET help

  • GridView control help [modified]
    E eric_tran

    GDay everyone, I have a problem with Gridview that I really need someone's help. I'd like to get data of the record at which user clicks on the select hyperlink of that record in GridView. I need to save it and use it to populate data of that record into another form. Please give me a solution. Thanks in advance. Eric -- modified at 6:55 Tuesday 15th May, 2007

    eric

    ASP.NET help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups