Community discussion forum

How to renumber sequence

  • 8 months ago

    Hihi... Can anyone help ???

    I wan to renumber the sequence...

    After the user key in the number in START FROM SEQ.# textbox and SKIP FOR textbox....

    The datagrid will be triggered and renumber the sequence....

    For example:

    Original datagrid table show seq.#  3 5 7

    User key in START FROM SEQ.# = 3 , SKIP FOR = 3

    datagrid table become 3 6 9

     

    Thanks....

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 8 months ago

    Please help write in C#.... Big Smile

    After user click the "Renumber.Seq" Button....

    private void btnsequence_Click(object sender, EventArgs e)

    {

    RenumberSeqPopup renumberseqpopup = new RenumberSeqPopup();

    renumberseqpopup.ShowDialog();

    }

  • 8 months ago

    Thanks thanks...

Post a reply

Enter your message below

Sign in or Join us (it's free).