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

Answer Posted / ninad

TextBox1.Text=Dataset.Tables(0).Rows(0).Columns(0);
Textbox1.DataBind();

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different session state management options available in asp.net?

613


Explain code snippet to register exception filters from controller?

713


How is the asp.net mvc architecture different from others? : asp.net mvc

560


What is difference between view state and session state?

569


How many types of state management are there in asp net?

612






Explain how can we inherit a static variable?

620


How can we communicate with each server in N-tier Architecture? and what are the methods?

1870


What is x xss protection?

646


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

2034


What are cao and sao.

637


Write a code snippet to implement the indentation in json in web api.

657


Can we use html in asp.net?

590


What is the use of service provider?

656


Describe Segmentation With Paging?

713


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

655