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
K

KUMAR619

@KUMAR619
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Same EXE vs Different EXE
    K KUMAR619

    My direct senior is a senior developer. Actually our project deals with hospital patients and their orders. In first form patient will be displayed according to their category. When a particular patient is clicked His/Her order form should be displayed. Its already developed. The clients abroad asked to separate Exe's to make Main EXE free from Order EXE else if any errors happens the main EXE should not be corrupted.

    KALYANA KUMAR P

    C#

  • Same EXE vs Different EXE
    K KUMAR619

    You are right. I asked my seniors they asked me to do so. Then what can I do.

    C#

  • Same EXE vs Different EXE
    K KUMAR619

    I am about to do a Project in C#. The project was already developed with Two different form in same EXE (say Verification.EXE) I nee to split these two forms into two different EXE. Both these forms shares a lot including References and datasets. If I split these forms into two different EXE will there be delay in time than the previous one without splitting

    KALYANA KUMAR P

    C#

  • Comparison Overloading
    K KUMAR619

    You are right but you need make some modifications to simplify it.

    C#

  • read value from item array in user control
    K KUMAR619

    I think you have to create a method form doing this. If you have limit for total adults its easy else you have go for Max value. If you say 10 is the maximum adult capacity.

    List lstFirstName=new List();
    List lstSecondName=new List();

    void RetrieveValues()
    {
    if(adultCount>0)
    {
    for(int i=1;i<=adultCount;i++)
    {
    string first=txtFirstName.Name+i.ToString();
    string second=txtSecondName.Name+i.ToString();
    lstFirstName.Add((TextBox)first.Text);
    lstFirstName.Add((TextBox)second.Text);
    }

    }
    }

    This may work. If its not working please reply with the error you are facing.

    C#
  • Login

  • Don't have an account? Register

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