Note: This Question is unanswered, help us to find answer for this one
What is Visual C++?
Answer & Explanation
Correct Answer: It is a commercial, non-free integrated development environment.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is used to send email message from my ASP.NET page?
Answer & Explanation
Correct Answer: Both System.Web.Mail.MailMessage and System.Web.Mail.SmtpMail
Note: This Question is unanswered, help us to find answer for this one
Select type of caching that will be used if we want to cache a portion of a page instead of the whole page
Answer & Explanation
Correct Answer: Fragment Caching
Note: This Question is unanswered, help us to find answer for this one
By using an ,_________ , the data is separated from html, and any changes to the items are made in the separated data source.
Answer & Explanation
Correct Answer: Imported source
Note: This Question is unanswered, help us to find answer for this one
Which class in VC++ contains InitInstance?
Answer & Explanation
Correct Answer: CwinThread
Note: This Question is unanswered, help us to find answer for this one
If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used?
Answer & Explanation
Correct Answer: CompareValidator
Note: This Question is unanswered, help us to find answer for this one
What attribute must be set on a validator control for the validation to work?
Answer & Explanation
Correct Answer: ControlToValidate
Note: This Question is unanswered, help us to find answer for this one
Given an ASP.NET Web Form called WebForm1,what class does the WebForm1 class inherit from by default?
Answer & Explanation
Correct Answer: System.Web.UI.Page
Note: This Question is unanswered, help us to find answer for this one
Cfile Supports which type of Input/output?
Answer & Explanation
Correct Answer: Unbuffered
Note: This Question is unanswered, help us to find answer for this one