Answer Posted / ravi
the MSFlexGrid currently displayed 15 rows, and the user
chooses to display only 10 at runtime, you need to delete
five extra rows.
| Is This Answer Correct ? | 13 Yes | 18 No |
Post New Answer View All Answers
Explain the access modifiers in c#?
Can you mark static constructor with access modifiers?
Can a class have more than 1 destructor?
Can you pass value types by reference to a method?
What is anonymous class in c#?
What is float in unity?
What is the use of console readline () in c#?
These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.
What do you use c# for?
Who benefits from ajax?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
Explain the types of comments in c#?
Is c# code is unmanaged or managed code?
what is difference between destruct or and garbage collection ?