Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,


can we make a class static without using static keyword?

5 Answers   Aspire,


What are the 3 principles of oop?

0 Answers  


what is difference between c++ language and java language

5 Answers  


diff between Abstract class Interfaces?

4 Answers  


Why a "operator=(...)" when there is a copy ctor?

2 Answers  


1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?

6 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  


How to deploy web appliction in web logic ?

1 Answers   Unisys,


What is encapsulation in ict?

0 Answers  


What do you mean by public, private, protected and friendly?

3 Answers   CA,


What type of loop is a for loop?

0 Answers  


Categories