Password Column in GridView
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi!!.. I have a gridview with Password column.. when i bind that column to the GridView i should get as "***". how can i get that? thanks
-
Hi!!.. I have a gridview with Password column.. when i bind that column to the GridView i should get as "***". how can i get that? thanks
for security reasons, password filed doesn't remember the value entered in it....so it is difficult in dorect case... you need javascript to do so....but that is security hazard
Ashish Sehajpal