gridview

  1. B

    pageindex changed event in gridview

    How to handle the pageindexChanged in gridview in asp.net in the following code? protected void Page_Load(object sender, EventArgs e) { ob.conn(); gridview(); } public void gridview() { ob.grdv("select * from user_album where user_id='" +...
  2. deepakgates

    printing and exporting Gridview in vb.net

    hi guys i searched the web best i can but everything went straight above my head so what is the simplest and effective method to print gridview (with all pages) Also how to export it to excel is it possible to export it to excel (in memory) and print without saving excel file.:twisted:
Top Bottom