Ask a Question related to ASP.NET General, Design and Development.
-
Duppypog #1
DataGrid Field Formatting Question
I want the contents of a textbox to be ALL CAPS when added to the database.
How do I do that?
And on the flip side - if I have existing data, what's the data formatting
expression for ALL CAPS in the Datagrid Property Builder?
Thanks much!!
Lynnette
Duppypog Guest
-
Data field formatting
how can i make bound column with date format? What should i type in the data field expression property of datagrid? -
Datagrid Data Field question
My datagrid consist of a Bound Column where the Data Field = Origin. I would like the following Bound Column to display either Origin or... -
Formatting a time field to 24 hour time (Military time) in the Datagrid
Anyone know how to do this? -
Formatting a MySQL date field
Hi, Andrew Banks wrote: See the PHP manual for the strtotime() and ( date() or strftime() ) functions. Or see the MySQL manual for date... -
formatting a date field in a datagrid colum - newbie
I'm working with a datagrid control and needing to format a date field(from access) so that it just has dd/mm. Do I format it in the Tag or in ... -
Rob #2
DataGrid Field Formatting Question
When you add data to database use the below..
myTextBox.text.toUpper()
added to the database.>-----Original Message-----
>I want the contents of a textbox to be ALL CAPS whenthe data formatting>How do I do that?
>
>And on the flip side - if I have existing data, what's>expression for ALL CAPS in the Datagrid Property Builder?
>
>Thanks much!!
>Lynnette
>
>
>.
>Rob Guest



Reply With Quote

