Take a Large textbox allow to type any data.
Task 1:display the count of vowels in a lable on key press
event of the textbox
Task 2:dispaly count of dates in a lable when dates in
following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd.
Task3:compare 2 dates and display both are same or not
which dates are in dd/mm/yy and mm/dd/yy farmats.
What is server infrastructure?
Which authentication uses a combination of windows and iis authentication?
What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.
4 Answers ABC, Syntax Softtech, TCS,
On Age field how many Asp.Net validation controls will be suit?
7 Answers NTTF Nettur Technical Training Foundation, Quest,
Where can we set the specific variables for a application and Session objects ?
How can you implement encapsulation in asp.net?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is ViewState ? and how it is managed ?
How is a property designated as read-only?
What do you understand from custom control?
How does session id work?
What is cookie less session? How it works?