Skip to main content

How to get First,Last,Next,Previews Data in .Net C#


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.Odbc;
using System.IO;
namespace WindowsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        OdbcDataAdapter da;
        DataSet ds;
        int i = 0;
        int j;
        OdbcConnection conn;
        int last;
        private void Form1_Load(object sender, EventArgs e)
        {
            conn = new OdbcConnection("dsn=t1");
            conn.Open();
            da = new OdbcDataAdapter("select * from emp", conn);
            OdbcCommandBuilder builder = new OdbcCommandBuilder(da);
            ds = new DataSet();
            da.Fill(ds, "emp");
            dataGridView1.DataSource = ds.Tables["emp"];
        }
        private void btnfirst_Click(object sender, EventArgs e)
        {
            if (ds.Tables[0].Rows.Count > 0)
            {
                i = 0;
                textBox1.Text = ds.Tables[0].Rows[i]["ID"].ToString();
                textBox2.Text = ds.Tables[0].Rows[i]["empname"].ToString();
                textBox3.Text = ds.Tables[0].Rows[i]["salary"].ToString();
            }
        }
        private void btnlast_Click(object sender, EventArgs e)
        {
            i = ds.Tables[0].Rows.Count - 1;
            textBox1.Text = ds.Tables[0].Rows[i]["ID"].ToString();
            textBox2.Text = ds.Tables[0].Rows[i]["empname"].ToString();
            textBox3.Text = ds.Tables[0].Rows[i]["salary"].ToString();

        }
        private void btnnext_Click(object sender, EventArgs e)
        {

            if (i < ds.Tables[0].Rows.Count - 1)
            {
                i++;
                textBox1.Text = ds.Tables[0].Rows[i]["ID"].ToString();
                textBox2.Text = ds.Tables[0].Rows[i]["empname"].ToString();
                textBox3.Text = ds.Tables[0].Rows[i]["salary"].ToString();
            }
            else
            {
            }
        }
        private void btnprevious_Click(object sender, EventArgs e)
        {
            if (i == ds.Tables[0].Rows.Count - 1 || i != 0)
            {
                i--;
                textBox1.Text = ds.Tables[0].Rows[i]["ID"].ToString();
                textBox2.Text = ds.Tables[0].Rows[i]["empname"].ToString();
                textBox3.Text = ds.Tables[0].Rows[i]["salary"].ToString();
            }
            else
            {
            }
        }
    }
}


Thanks for Read this Article

Comments

  1. The blog you write is really impressive; this is one of the best description I have read on this topic. Carry on, don’t stop. Very nice.

    You may visit:

    BULK SMS SERVICE PROVIDER CHANDIGARH
    SMPP SERVER PROVIDER INDIA
    SMS SERVICE FOR SCHOOL

    ReplyDelete
  2. Such an ideal piece of blog. It’s quite interesting to read content like this. I appreciate your blog.
    YOU MAY VISIT:
    bulk sms service provider in laxmi nagar

    ReplyDelete
  3. The blog you write is really helpful; this is one of the best descriptions I have read on this topic. Seems like you know a lot about this topic. Thank you for sharing this interesting information.

    bulk sms service provider in delhi

    bulk sms service provider in laxmi nagar

    Bulk sms service provider in india

    ReplyDelete
  4. I am really happy to say it’s an interesting post to read . I learn new information from your article , you are doing a great job . Keep it up
    digital marketing company in delhi

    digital marketing agency in delhi

    digital marketing companies in delhi

    ReplyDelete
    Replies

    1. Nice your Blog

      Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

      Waterproof Baby Mat

      Baby Bed Protector

      Baby Dry Sheet Price

      Baby Dry Mat

      Pillow Cover

      Delete
  5. Such a brilliant blog, very helpful but if you are suffer from hair issues like baldness or thin hair, So now you don't have to worried about it because Kinsley Extenso have solution for you. we manufacture best hair extensions at top quality . for e.g, Weft hair . If you don't want to go outside to buy Real hair extension , So Kinsley extenso provide you the service of Buy hair extensions online.

    ReplyDelete
  6. Thanks for sharing such an valuable article. Also visit our website Dream Care India for the best Washing Machine Cover LG in delhi ncr.

    ReplyDelete
  7. This blog has been amazing, the author has really worked hard to form such an informative blog.
    I really appreciate the author for his time. and here is something you would like about the home appliance cover,
    here at dream care we are providing
    mattress cover waterproof
    that too on 70% off shop now!

    ReplyDelete
  8. This blog has been amazing, the author has really worked hard to form such an informative blog.
    I really appreciate the author for his time. and here is something you would like about the home appliance cover,
    here at dream care we are providing baby mattress protector that too on 70% off shop now!


    ReplyDelete
  9. This blog has been amazing, the author has really worked hard to form such an informative blog.
    I really appreciate the author for his time. and here is something you would like about the home appliance cover,
    here at dream care we are providing baby dry mat that too on 70% off shop now!

    ReplyDelete
  10. This blog has been amazing, the author has really worked hard to form such an informative blog.
    I really appreciate the author for his time. and here is something you would like about the home appliance cover,
    here at dream care we are providing Pillow Cover that too on 70% off shop now!

    ReplyDelete
  11. This blog has been amazing, the author has really worked hard to form such an informative blog.I really appreciate the author for his time. and here is something you would like about the home appliance cover,here at dream care we are providing ac cover online that too on 70% off shop now!

    ReplyDelete
  12. This blog has been amazing, the author has really worked hard to form such an informative blog.I really appreciate the author for his time. and here is something you would like about the home appliance cover,here at dream care we are providing led tv cover price that too on 70% off shop now!

    ReplyDelete
  13. This blog has been amazing, the author has really worked hard to form such an informative blog.I really appreciate the author for his time. and here is something you would like about the home appliance cover,here at dream care we are providing fridge cover that too on 70% off shop now!

    ReplyDelete

  14. This is really helpful. You’re doing a great job, Keep it up
    Hair Wigs

    ReplyDelete
    Replies


    1. Nice your Blog

      Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

      Waterproof Baby Mat

      Baby Bed Protector

      Baby Dry Sheet Price

      Baby Dry Mat

      Pillow Cover

      Delete
  15. This is really helpful. You’re doing a great job, Keep it up

    Real hair extensions

    ReplyDelete
  16. keep it up your information provide on web very helpfulle . if you buytable cover design
    just it one click .

    ReplyDelete
  17. i am looking on your websit. you write very helpful informatione and knowledge key .thanks for it .if you buy and see table cover price then you click on link .

    ReplyDelete
  18. am really happy to say it’s an interesting post to read . I learn new information from your article , you are doing a great job . if you buy center table cover click my link

    ReplyDelete
  19. such a nice blog keep sharing it click here for best cushion covers online india

    ReplyDelete
  20. such a nice blog keep sharing it click here for best saree cover online

    ReplyDelete
  21. such a nice blog keep sharing it click here for best Bed Server

    ReplyDelete
  22. such a nice blog keep sharing it click here for best RO Cover

    ReplyDelete
  23. such a nice blog keep sharing it click here for best Bottle Cover

    ReplyDelete
  24. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Waterproof Mattress Cover -Waterproof Mattress Protector

    ReplyDelete

  25. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Waterproof Mattress Protector For Double Bed - Waterproof Mattress Protector Double

    ReplyDelete


  26. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Terry Mattress Protector - Mattress Cover Double Bed

    ReplyDelete
  27. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Mattress Cover Online- Mattress Cover Cotton

    ReplyDelete

  28. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Mattress Protector Single Bed - Mattress Protector Price

    ReplyDelete

  29. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Mattress Cover Waterproof|Mattress Cover Near Me

    ReplyDelete

  30. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Mattress Cover Online India|Waterproof Baby Sheet

    ReplyDelete

  31. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Mattress Protector Single Bed - Mattress Protector Price

    ReplyDelete

  32. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Baby Dry Sheet|Baby Dry Mat

    ReplyDelete

  33. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Baby Dry Sheet Price|Baby Bed Protector

    ReplyDelete


  34. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Pillow Cover| Pillow Protector

    ReplyDelete

  35. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Microwave Oven Cover| Dishwasher Cover

    ReplyDelete

  36. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Ac Cover| Ac Cover Online

    ReplyDelete
  37. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Ac Covers Amazon| Ac Cover 1.5 Ton

    ReplyDelete

  38. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Ac Cover 1 Ton Split|Window AC Cover

    ReplyDelete

  39. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Ac Cover Window - Ac Cover 1.5 Ton Window

    ReplyDelete
  40. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Ac Cover 1.5 Ton Split - Ac Cover Outdoor

    ReplyDelete

  41. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Fridge Top Cover - Fridge Cover

    ReplyDelete

  42. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Tv Cover Online - Led Tv Cover

    ReplyDelete



  43. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Led Tv Cover 43 Inch - Led Tv Cover Price

    ReplyDelete

  44. Nice your Blog

    Dream Care is one of the most trusted names in home furnishing and home care products. Visit My Page

    Led Tv Cover Online - Led Tv Cover 24 Inch

    ReplyDelete

  45. Nice your Blog

    Massive Male Plus UPDATE 2020 – Does It Really Work?

    https://k12.instructure.com/eportfolios/7387/Home/Massive_Male_Plus_UPDATE_2020__Does_It_Really_Work
    https://angel.co/company/massive-male-plus-male-enhancement-1
    https://www.xfactory.io/forum/she-qun-huo-dong-community-events/massive-male-plus-update-2020-does-it-really-work
    https://in.pinterest.com/pin/811633164091918022/
    https://in.pinterest.com/pin/811633164091918048/
    https://pubhtml5.com/otro/nizh
    https://pubhtml5.com/otro/khwn
    https://www.completefoods.co/diy/recipes/massive-male-plus-male-enhancement-5
    https://www.emailmeform.com/builder/form/759OeBd7SJf5t7i1

    ReplyDelete

Post a Comment

Popular posts from this blog

MIME Types list

Multipurpose Internet Mail Extensions (MIME) is an Internet standard that extends the format of email to support: Text in character sets other than ASCII Non-text attachments: audio, video, images, application programs etc. Message bodies with multiple parts Header information in non-ASCII character sets    MIME Types list   Suffixes Mime .3dm x-world/x-3dmf .3dmf x-world/x-3dmf .a application/octet-stream .aab application/x-authorware-bin .aam application/x-authorware-map .aas application/x-authorware-seg .abc text/vnd.abc .acgi text/html .afl video/animaflex .ai application/postscript .aif audio/aiff .aif audio/x-aiff .aifc audio/aiff .aifc audio/x-aiff .aiff audio/aiff .aiff audio/x-aiff .aim application/x-aim .aip text/x-audiosoft-intra .ani application/x-navi-animation .aos application/x-nokia-9000-communicator-add-on-software .aps application/mime .arc application/octet-str

How to put counter of remaining charector of text in textbox

How to put counter for char remaining in textbox Html <asp:TextBox runat="server" ID="TxtBody" CssClass="form-control" TextMode="MultiLine" Rows="5" placeholder="Body" MaxLength="159" ></asp:TextBox> <div id="Textremaining"></div> Javascript $(document).ready(function() {     var maxChar = 159;     $('#Textremaining').html(maxChar + ' remaining');     $('#<%=TxtBody.ClientID%>').keyup(function() {         var length = $('#<%=TxtBody.ClientID%>').val().length;         var remaining = maxChar - length;         $('#Textremaining').html(remaining  + ' characters remaining');     }); });