Suppose in a scenario if we want to display information only
until 4.00 p.m and after that
means after 4.00 p.m if any one tries to access the
information it should give error mesage.
Then how will you write a delegate for this ? Give coding.
under page load event
string presenttime
presenttime = hrs & ":" & min
If presenttime > "16:00" Then
info.visibel=false
end if
| Is This Answer Correct ? | 7 Yes | 11 No |
What is the purpose of c#?
Does hashset allow duplicates c#?
if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj
How can encapsulation be achieved?
Why do we need constructor?
Can I get the name of a type at runtime?
What is use of singleton class in c#?
What is the difference between these statements obj=null and obj.dispose()
What is difference between "as" and "is" keyword?
What is early binding and late binding
12 Answers ABC, Infosys, TATA,
Why singleton is sealed?
Contrast between an interface and abstract class?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)