Watch Pre-recorded Live Shows Here
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Maneesh kasoudhan
1.9k
279
1.8k
How To select experience where experience is greater than 3
Dec 3 2016 9:19 AM
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();
}
Reply
Answers (
4
)
How to restore database from Existing edmx file ?
How to bind a data table from a Linq query