Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio...

Answer / ninad

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

Is This Answer Correct ?    1 Yes 0 No

How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio...

Answer / 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

More ASP.NET Interview Questions

What is a web api endpoint?

0 Answers  


What is wrong with a line like this? DateTime.Parse(myString)

5 Answers   Metasys,


What does session_start () do?

0 Answers  


List all templates of the repeater control.

0 Answers  


What is tracing? Where is it used?

0 Answers  


What is the use of response redirect in asp.net?

0 Answers  


How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.

0 Answers   Honeywell, Wipro,


Where do you store the information about the user?s locale?

1 Answers   Siebel, Visual Soft,


How to deploy/publish webservices?How many ways?Plz explain me

0 Answers   TCS,


what are the ihttphandler and ihttphandlerfactory interfaces ?

0 Answers  


on modify statement, executeNonQuery returns zero rows affected even though there has been modification carried out sucessfully in the table.. can anyone tell me is this possible??? if yes, how..???

1 Answers   ADITI,


Explain security types in asp.net?

0 Answers  


Categories