How to see if a checkbox is checked in gridview?

  • (2 Pages)
  • +
  • 1
  • 2

16 Replies - 1402 Views - Last Post: 22 January 2012 - 05:40 PM Rate Topic: -----

Topic Sponsor:

#16 Ecstatic  Icon User is offline

  • New D.I.C Head

Reputation: 2
  • View blog
  • Posts: 39
  • Joined: 20-March 11

Re: How to see if a checkbox is checked in gridview?

Posted 21 January 2012 - 12:34 AM

Thank you so much for sparing your time to help me. I searched for prerender but I was unable to understand it on my own. Once again thanks a lot.
Was This Post Helpful? 0
  • +
  • -

#17 Frinavale  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 202
  • View blog
  • Posts: 775
  • Joined: 03-June 10

Re: How to see if a checkbox is checked in gridview?

Posted 22 January 2012 - 05:40 PM

The Page PreRender event is the last event that you have the ability to modify any control before it is converted into its HTML form and sent to the browser.

Check out the MSDN Documentation for the ASP.NET Page Life Cycle for more information :)

I use the MSDN library as my primary resource when I am developing anything in .NET and I recommend you book mark the msdn library (found here) so that you can use it too :)

-Frinny

This post has been edited by Frinavale: 25 January 2012 - 07:56 AM

Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2