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.
Answer Posted / hariharadeep
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 |
Post New Answer View All Answers
Tell us something about static linking and dynamic linking?
What is the difference between and xml documentation tag?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is the difference between static and private constructor in c#?
When do you generally use a class over a struct?
Can I use exceptions in c#?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
What is the difference between out and ref in c#?
What are the applications of c#?
What is string programming language?
What is an icollection in c#?
What are scriptable objects?
What is use of singleton class in c#?
Describe ways of cleaning up objects in c#.
What does f mean in c#?