Databinding timestamp

M

Martin

Hi,

Simple question:

I have a SqlDataSource control that returns a tmiestamp column. This is fed
into a FormView control, which represents my time stamp as the string
"System.Byte[]"

I would expect to represent the timestamp as a base64 string. Where can I
convert between my base 64 string and the timestamp? NB I am using 2 way
databinding.

Thanks
Martin
 
M

Martin

It's taking an age to complete registration.

If only MS provided better args for the Selected event.

Think I'll have a look at deriving from SqlDataSource.

Martin

sloan said:
See this thread.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=291605

I ended up converting the timestamp to an int.

..




Martin said:
Hi,

Simple question:

I have a SqlDataSource control that returns a tmiestamp column. This is fed
into a FormView control, which represents my time stamp as the string
"System.Byte[]"

I would expect to represent the timestamp as a base64 string. Where can
I
convert between my base 64 string and the timestamp? NB I am using 2 way
databinding.

Thanks
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top