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
What are the different session state management options available in asp.net?
Explain code snippet to register exception filters from controller?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is difference between view state and session state?
How many types of state management are there in asp net?
Explain how can we inherit a static variable?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is x xss protection?
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?
What are cao and sao.
Write a code snippet to implement the indentation in json in web api.
Can we use html in asp.net?
What is the use of service provider?
Describe Segmentation With Paging?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?