Interviewer And Interviewee Guide

ADO.NET 2.0 Interview Question:

Explain How to bind the controls(best practice) comboboxes to the data in the dataset?

Submitted by: Administrator
DropDownList1.DataSource=Myds;
DropDownList1.DataTextField = "FieldName";
DropDownList1.DataValueField = "FieldName";
Submitted by: Administrator

Read Online ADO.NET 2.0 Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.