Hi all,
I'm using visual studio. I would like to change default value of table date column into Today Date. I have try with lot of strings, but could not get right value. My goal is when I will create new record, column for date will take today's date.
I was looking all over network, and could not found solution. Also many people has asking same question, but didnt get right answer.
Thank you in advance for help...
I'm using visual studio. I would like to change
I was looking all over network, and could not found solution. Also many people has asking same question, but didnt get right answer.
Thank you in advance for help...
Dejan DejanovicPosted Dec 27, 2010, 6:06 AM
Please move this topic under vb.net.
Dejan DejanovicPosted Dec 27, 2010, 6:02 AM
I have open class for TableDataSet.xsd. And, add this code:
me.Field1Column.DefaultValue = Today (or Now)