meerasahib


{ City } chennai
< Country > india
* Profession *
User No # 2293
Total Questions Posted # 0
Total Answers Posted # 6

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 41
Users Marked my Answers as Wrong # 11
Questions / { meerasahib }
Questions Answers Category Views Company eMail




Answers / { meerasahib }

Question { 3255 }

How do you call a function in a DLL?


Answer

1.First make refernce to DLL (using Project ---> Reference)
2.Create a object for the DLL Class.(name of the Dll Class)
3.using objectname.functionname(args,....)

Is This Answer Correct ?    2 Yes 0 No

Question { 5824 }

To set the command button for ESC, Which property needs to
be changed?


Answer

commandname.cancel=TRUE

Is This Answer Correct ?    5 Yes 0 No


Question { 6501 }

Which Property is used to compress a image in image
control?


Answer

Stretch Property

Is This Answer Correct ?    5 Yes 1 No

Question { JPMorgan Chase, 10994 }

Which property of textbox cannot be changed at runtime ?


Answer

Name and Index property(if any more please inform me)

Is This Answer Correct ?    10 Yes 5 No

Question { 9505 }

What's the maximum size of a textbox?


Answer

65535

Is This Answer Correct ?    7 Yes 5 No

Question { 11760 }

What are the different types of replication? How are they used?


Answer

Replication is the process of sharing data between
databases in different locations. Using replication, we can
create copies of the database and share the copy with
different users so that they can make changes to their
local copy of database and later synchronize the changes to
the source database.

Microsoft SQL Server 2000 supports the following types of
replication:

Snapshot Replication
Transactional Replication
Merge Replication

Is This Answer Correct ?    12 Yes 0 No