How we can bind textbox,listbox and datagrid to sql server
database in asp.net using visualstudio.net language (vb.net)?

Answer Posted / kulal

hai..,
use a textbox and a dataset for fetching data from the
database,and bind to the textbox

textbox1.text = dataset.Tables(0).Rows(0).Item(1)
textbox1.databind

Is This Answer Correct ?    17 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is asp.net futures?

653


Explain different authentication modes in asp.net?

649


List the types of authentication supported by asp.net?

611


What is bson in web api?

712


What is session and application variable in asp net?

539






Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?

628


In which event of page cycle is the viewstate available?

675


What is application and session in asp.net?

611


How to use push notification?

695


Web API supports which protocol?

974


Differentiate between a page theme and a global theme?

608


Is there any limit for query string? Means what is the maximum size?

578


how to write html code with ssl

1620


What is application variable in asp.net?

533


How will you load dynamic assembly? How will create assesblies at run time?

554