gridview
-
hi, I have to display the password column of the database in the grid view.But the text mode should be password.How can I do this? Ragards, Bill
I don't know why you are using it. But You can do it using Template Filed in GridView. Add TextBox as a Template Field and Set TextMode="Password" cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net
-
I don't know why you are using it. But You can do it using Template Filed in GridView. Add TextBox as a Template Field and Set TextMode="Password" cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net
-
billcodes wrote:
when i used that the column was not visible.
cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net
-
U must store the password in the database in the encrypted fashion for the security reason. And when u want to retrive,retrive as it is