开发者

How to convert DetailsView columns to uppercase

开发者 https://www.devze.com 2023-01-19 15:35 出处:网络
I need to be able to convert all input fields in a DetailsView (Insert) to uppercase. How do I do this? My SQL query and the whole insert statement takes place in ASP.NET, and not in code behind so I\

I need to be able to convert all input fields in a DetailsView (Insert) to uppercase. How do I do this? My SQL query and the whole insert statement takes place in ASP.NET, and not in code behind so I'm not sure if I can dynamically do this in ASP.

I've used Text-T开发者_JAVA技巧ransform in CSS to make them look uppercase for the user, but it still enters the details in lower case in the field.


Done a cheeky work around - the SQL query simply converts everything to upper case now.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号