Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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.



Suppose in a scenario if we want to display information only until 4.00 p.m and after that means ..

Answer / 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

More C Sharp Interview Questions

What are the steps to create a webservice and consume it?

0 Answers  


What is int32 in c#?

0 Answers  


What is difference between value and reference types?

5 Answers   Accenture,


Why do we need a finally block in try catch block while handling exceptions

4 Answers   IBM,


What is lock in c#?

0 Answers  


What is difference between c sharp and c#?

0 Answers  


Explain circular reference in c#?

0 Answers  


Can non-default constructors be used with single call sao?

0 Answers  


What is early binding and late binding

12 Answers   ABC, Infosys, TATA,


i have a string aabccefsdss.how can i get the string abcefsd. or write the fallowing string with only character occurrence of once .

1 Answers  


When do we generally use destructors to release resources?

0 Answers  


List the difference between interface and abstract class?

0 Answers  


Categories