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
What is data adapter in c#?
What are the ways in which client can create object on server in cao model?
What is a nested type. Give an example?
What is using directive in c#?
How many types of constructors are available in c#?
what is a structure in c#
What is a web service in c#?
Can you explicitly call a destructor?
What is the difference between overriding and overloading in systemverilog?
What is the advantage of dependency injection?
What is the data encapsulation?
What is method overriding in c#
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What is windows forms in c#?
What is Garbage Collection in .Net?