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 the difference between user control and custom control. Also, explain their use.
What is serialization in .net?
Explain About a class access specifiers and method access specifiers.
What is the base class of all classes in c#?
What is the difference between final finally and finalize in c#?
What is difference between variable and property in c#?
If dll and exe files are same it means you can deploy both the files in gac?
What is hashmap in c#?
Is void a class?
How does return work in c#?
Describe a Struct ?
What is the difference between abstraction and encapsulation in c#?
What is strong data type in c#?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
Can we maintain state in webservice?