How to create a comment page in C #??

Answers were Sorted based on User's Feedback



How to create a comment page in C #??..

Answer / amir

******** How to create a comment page in C # *************
In this article we will discuss how to create a comment page
in C # language or by using visual studio.net. Its not a
difficult task to do just you have some expertise in visual
studio. net tool.
http://www.ideascell.com/how-to-create-a-comment-page-in-c/

Is This Answer Correct ?    0 Yes 0 No

How to create a comment page in C #??..

Answer / guest

/*.....................*/

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What are generic functions and generic classes?

5 Answers  


can we make a class static without using static keyword?

5 Answers   Aspire,


what is overloading and overriding?

7 Answers  


1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage

2 Answers  


what is the difference between ERROR and EXCEPTION?

14 Answers   NIIT, nvidia,






Will I be able to get a picture in D drive to the c++ program? If so, help me out?

0 Answers  


How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.

4 Answers   NIIT, TCS,


Why do we use class in oops?

0 Answers  


What is a class in oop?

0 Answers  


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output

0 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  


what is a virtual class?

5 Answers   Cap Gemini, IBM, Infosys, Trinity Technologies,


Categories