asp.net - How to convert DetailsView columns to uppercase -
i need able convert input fields in detailsview (insert) uppercase. how do this? sql query , whole insert statement takes place in asp.net, , not in code behind i'm not sure if can dynamically in asp.
i've used text-transform in css make them look uppercase user, still enters details in lower case in field.
done cheeky work around - sql query converts upper case now.
Comments
Post a Comment