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
Explain difference betn dataset and recordset?
Why cyclomatic complexity is important?
What kind of programming language is ASP.NET?
What is the part of url?
What is jade template engine?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What is Cookies Less Session?
What is a reflection?
What is difference between session and viewstate?
Distinguish between Server-side and Client-side code?
What is web router?
What are server side controls?
Difference between web user control and web custom control?
How can we inherit a static member?