开发者

How to convert DetailsView columns to uppercase

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜