Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
What is the managed execution process?
Session_Start: This event occurs every time when any new user visits.
Application_Start: This event occurs when the first user visits a page of the application.
Application_End: This event occurs when there are no more users of the application.
Session_End: occurs when the users stop requesting pages and their session times out.
This events sends the web page to the server for processing. Web page sends data back to the same page on the server. Which among the following events does the above stated task?
Cache events are processed when ever the Postback events occurs
How do you change the session time-out value?
A small text file on the client machine either in the client’s file system or memory of client browser session is called
Which among the following command is used to implement view state
Which among the following is used to send data from one page to another with the URL but you can send limited size of data with the URL
Which among the following validators validates controls if controls contain data?
Which among the following validators allows checking if data of one control match with other control?
Which among the following validators checks if entered data matches a specific format
onclick="window.open()":This attribute of HTML control is used to open a page in new window
Define authentication and authorization.
What is .NET Framework?
What are the main components of .NET Framework?
In which namespace, all .NET collection classes are contained?
Does .NET support multiple inheritance?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70