Gridview
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I have a gidview. Inside one cell I want to show only 20 characters and rest have to hide.Can anybody help please
I think you are saying you only want show the first 20 characters and then truncate after that. If you changed the column to a template column you could do a special binding statement that would only grab the first 20 characters. Something like: Hope that helps. Ben
-
I think you are saying you only want show the first 20 characters and then truncate after that. If you changed the column to a template column you could do a special binding statement that would only grab the first 20 characters. Something like: Hope that helps. Ben
Thanks, I am doing in Asp.net/c#.