This question is locked. New answers and comments are not allowed.
                        
                        Hi I have a requirement where I have to  "Employee start date will be " + Startdate + "Enddate will be on" + enddate
both Startdate and enddate are coming from the database.
I tried adding datafield = "Employee start date will be " + '<%# Bind("Startdate") %>' + Enddate will be on + '<%# Bind("Startdate") %>'
That didn't work, How can I do that?
                                both Startdate and enddate are coming from the database.
I tried adding datafield = "Employee start date will be " + '<%# Bind("Startdate") %>' + Enddate will be on + '<%# Bind("Startdate") %>'
That didn't work, How can I do that?