G
Guest
I would like to set the visible or display property of a LinkButton control
in a datagrid based on data. I could do it in javascript but I feel that it
should be possible in vanilla ASP.NET.
Is it possible to get access to the relevant row of data in the
ItemDataBound event, for example?
I could generate the html in the SQL, of course
in a datagrid based on data. I could do it in javascript but I feel that it
should be possible in vanilla ASP.NET.
Is it possible to get access to the relevant row of data in the
ItemDataBound event, for example?
I could generate the html in the SQL, of course