How to renumber sequence

  • 12 years 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....

  • 12 years 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();

    }

  • 12 years ago

    Thanks thanks...

Post a reply

Enter your message below

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

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”