protected void Page_Load(object sender, EventArgs e)
{
var q = from a in dl.da.DrRegistrationTables
select a.Experience=3;
DataList1.DataSource = q;
DataList1.DataBind();
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Khaja MoizuddinPosted Dec 3, 2016, 9:38 AM
Satyendra Kumar SinghPosted Dec 28, 2016, 7:46 AM
dzconceptionPosted Dec 27, 2016, 5:30 AM
MayankPosted Dec 5, 2016, 5:31 AM