TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Chris Johnson
NA
41
4.7k
Concatenate Or Mid in a template Fieild
Mar 11 2021 12:11 PM
Hi all.
I'm connecting to an iSeries machine where the date looks like the following. "1210311"
So I wish to use a template field and use Simlar to =Concatonate Mid(Date,6,2) + "/" + Mid(Date,4,2) + "/" etc etc.
I know how to add two fields together with
<%# Convert.ToInt32(Eval("Field1"))+Convert.ToDouble(Eval("Field2")) %> for example.
How can I use Concatenate and Mid or is there another way?
Reply
Answers (
1
)
Item deletion from list on client side
Session value is not retained when httpCookies requireSSL="true"