Hi ..
i have set the following in my web.config file but they are not taken effect or recognised .. basically i have a gridview and there is a column which has dates in it . and i would like it to take the format inthe web.config file.. can anyone help on this ?
here is what is in the web.config
<system.web>
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
culture = "en-au"
uiCulture = "en-au" />
</system.web>