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
What is the difference between array and arraylist c#?
What are primitive types in c#?
What is .cshtml file?
What are anonymous functions in c#?
How does the clr work?
Explain the difference between the debug class and trace class?
Can we set image Source dynamically using C# in WPF application?
What is data bind in c#?
Can we declare class as protected?
Explain how do you debug an asp.net web application?
What is the difference between namespace and class in c#?
How do I link two windows forms in c#?
What is a cs file?
Can you inherit multiple abstract classes in c#?
Can struct inherit from class c#?