how to change a value of particular cell in a data grid
Answer Posted / vijay saxena
GridView1.Rows[2].Cells[1].Text = "something";
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain About a class access specifiers and method access specifiers.
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
Is an array an object c#?
What is class and object c#?
Is collection a data structure?
What is difference between for and foreach in c#?
Constructor to an arbitrary base constructor?
How many types of interface are there in c#?
Difference between Value type & reference types ? and give the example in .Net?
How to get the sum of last 3 items in a list using lambda expressions?
Why are strings immutable c#?
How do you declare a method in c#?
Can a static class have a constructor c#?
What's your approach to fetch static data in your windows form application?
Why reflection is used in c#?