Which properties are used to bind a DataGridView control?



Which properties are used to bind a DataGridView control?..

Answer / Siddhartha Sharma

To bind a DataGridView control in VB.NET, you can use properties like DataSource, DataMember, and DisplayMember. The DataSource property sets the data source for the control, while DataMember specifies which table or dataset you want to display, and DisplayMember specifies which column should be displayed as the header.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What are the different variables in vb.net?

1 Answers  


How can we store decimal data in .net?

1 Answers  


What are the differences between server-side and client-side code?

1 Answers  


What is the maximum size of the textbox?

1 Answers  


What are nested classes?

1 Answers  


what is intermediate language?

1 Answers  


What is the difference between readonly variable and constant variable?

1 Answers  


sir how i can calculate the value of two-textbox of gridview and show result in textbox within gridview in asp.net with vb.net..plz sir reply me

2 Answers   Biz Technology,


How do you define a read only property in a class module?

1 Answers  


Explain code security?

1 Answers  


How do you rate yourself in .NET ?

3 Answers   Infosys, Seneca Global,


What is redim keyword and its use?

1 Answers  


Categories