Hi,
I am using a maskededitextender to specify the mask of a date. Culturename is set to "es-ES" and I have also written value for userdateformat and culturedateformat for it to display in the "dd/mm/yyyy" way. I have other maskededitextenders in the ASP .NET 2.0 I'm working on, and those attributes are enough for them to work properly, but there is a usercontrol with an embeddedusercontrol that displays inside a modalpopupextender which doesnt apply format well (it shows date with mm/dd/yyyy format). Is there anything special in this case I should have into account?
Thanks in advance
Comments: Workarounf found, see comments.
I am using a maskededitextender to specify the mask of a date. Culturename is set to "es-ES" and I have also written value for userdateformat and culturedateformat for it to display in the "dd/mm/yyyy" way. I have other maskededitextenders in the ASP .NET 2.0 I'm working on, and those attributes are enough for them to work properly, but there is a usercontrol with an embeddedusercontrol that displays inside a modalpopupextender which doesnt apply format well (it shows date with mm/dd/yyyy format). Is there anything special in this case I should have into account?
Thanks in advance
Comments: Workarounf found, see comments.