Hi, Try using the User.Identity.Name property. Regards, Plamen Dimitrov
P
Patzolino
@Patzolino
Posts
-
Retrieveing logged in user Id in internet explorer -
GridView and a DropDownListHello, I have to accomplish the next goal - I have a GridView, which initially have one empty row visualized. The point is that when the user clicks on the empty field of the first column, a dropdownlist must appear with a set of values, loaded from a database. Is there a way to make the GridView to handle the onclick on the empty cell and to replace that cell with the dropdownlist? Thanks in advance !!