how to change a value of particular cell in a data grid
Answer Posted / ajaujan
e.Item.Cells[i].Text="Something"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are c# attributes and its significance?
What do you mean by shared assembly?
How many types of constructors are there?
What is the root element of an xml file?
What is a dimensional array?
Is arraylist generic in c#?
What do you mean by saying a "class is a reference type"?
Why do we use readonly in c#?
Can a class be private in c#?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
What is asp net c#?
Can struct be static in c#?
What is different between Static Constructor and Private Constructor?
How many types of collections are there in c#?
What is a partial method?