Hiiii,
I am trying to binb datatble from another datatable .
where first datatable contains value from database where value 1,value 2 is present in it.
And i want a concatinated value of value1 and value2 with specific string link (www.google.com + value1 +value2) in another datatable.
example:
employee_table :: empnumber,EmpName
which stored in datatable1
then concatinated value of them is
string concatvalue = www.google.com +empnumber+ , empname
and then store it in datatable2.
And then bind that concatvalue to repeater control.