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 data provider name to connect to access database?
Are value types sealed?
Explain when should you call the garbage collector in .net?
Why is it a bad idea to throw your own exceptions?
Constructor to an arbitrary base constructor?
State the top.NET class that everything is derived from?
What is serialization in .net?
Is enum a value type c#?
Define c# i/o classes?
What is dbcontext c#?
What is dapper in c#?
Distinguish between array and arraylist in c#?