Answer Posted / kiran
using system.resources;
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is double a decimal?
What are the steps for creating clr trigger
What is an array of arrays called?
What is the syntax for calling an overloaded constructor within a constructor?
Why does my windows application pop up a console window every time I run it?
Explain metadata in c#.
Is a structure a class?
What is the purpose of escape sequence?
What is concrete class in c# with example?
What does private void mean in c#?
What are the types of attributes in c#?
What is use of FormBoarderStyle Propertie
What is definition in c#?
Explain the concepts of cts and cls(common language specification).
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used