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 capture the value in textbox when
selectedvluechanged event of gridview is fired



how we can capture the value in textbox when selectedvluechanged event of gridview is fired..

Answer / m.suresh

TextBox1.Text = GridView.SelectedRow.Cells[1].Text.ToString
();
TextBox2.Text = GridView.SelectedRow.Cells[2].Text.ToString
();

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Dot Net General Interview Questions

Explain the .NET architecture.

9 Answers   HCL, Idhasoft, Scandent, TCS, TechnoLinks,


What is interface and abstract class in .net?

0 Answers  


What is boxing in .NET?

1 Answers  


Explain the difference between the while and for loop. Provide a .net syntax for both loops?

0 Answers  


What is Code group in .Net with respect to CAS

0 Answers  


What does cil do?

0 Answers  


What are possible implementations of distributed applications in .NET?

1 Answers  


What is the lapsed listener problem?

0 Answers  


What are HTML controls, Web controls, and server controls?

1 Answers  


Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.

4 Answers   247Customer,


What data providers available in .net to connect to database?

0 Answers  


What is the base class of Button control?

2 Answers  


Categories