eRad
09-20-2004, 11:42 AM
Hey guys, i'm using ASP.NET to get Excel data using a datagrid. I've got a column that's a Date formatted column, and even though the excel format is just mm/dd/yyyy when i view the ASP page it shows up as mm/dd/yyyy 12:00 AM.
Now i've seen another solution to just specify the property of the actual Date column with the string i want... but remember these are all auto-generated. I need to find a way to tell it to handle the date a certain way IF it shows up (this is a select-based data, so date isn't always present).
I'm brand new to ASP.NET and this is my first project working with it - and by what i've read so far .NET seems to be an absolutely fantastic improvement. The most impressive feature i've seen so far are the controls, along with the error reporting. My god, compared to the tedius way errors had to be hunted in the old ASP... the new error page generated is just fabulous.
What do you guys think of .NET?
Now i've seen another solution to just specify the property of the actual Date column with the string i want... but remember these are all auto-generated. I need to find a way to tell it to handle the date a certain way IF it shows up (this is a select-based data, so date isn't always present).
I'm brand new to ASP.NET and this is my first project working with it - and by what i've read so far .NET seems to be an absolutely fantastic improvement. The most impressive feature i've seen so far are the controls, along with the error reporting. My god, compared to the tedius way errors had to be hunted in the old ASP... the new error page generated is just fabulous.
What do you guys think of .NET?