c# - ASP selectable grid/table, programmatically generated -


i need populate sort of grid/table programmatically , have respond user clicks.

i can populate asp table doesn't seem have onclick or onselectionchanged events.

the asp datagrid seems have data bound, that's ok because can programmatically build datatable , bind that. except don't seem able populate cells in table (though can build rows , columns)

also, have built gridview 2 empty rows of 2 columns , handler attached onselectedindexchanged event never gets fired. why not? because cells empty?

i new asp , web coding in general please forgive stupid questions!


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -