Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

perreq

@perreq
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • column selection of GridView
    P perreq

    thanks for the quick reply that seems to be a good approach. I tried implement it but it doesn't invoke the action when i click on the grid. have i forgot something? (I enabled sorting)

    ASP.NET database sysadmin help

  • column selection of GridView
    P perreq

    Hello! sorry if this has been asked before, couldn't find anything. I've a gridview populated with data from database. I want to allow user to click on a column, send the action to the server which will recognize the column selected. The only actions I can see send the row which was clicked on, and not the column. For exampel this action:

        protected void MainGrid\_RowDataBound(object sender, GridViewRowEventArgs e)
        {
            if (e.Row.RowType == DataControlRowType.DataRow)   
                string s = ((DataRowView)e.Row.DataItem).ToString();
        }
    

    Thanks for help!

    ASP.NET database sysadmin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups