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 is a long in c#?

0 Answers  


Explain the accessibility modifier protected internal?

0 Answers  


Define an abstract class?

0 Answers  


Which is faster hashtable or dictionary?

0 Answers  


What is a type c#?

0 Answers  


Is string passed by reference in c#?

0 Answers  


What is the raise event used for?

1 Answers   Wipro,


Describe ways of cleaning up objects.

8 Answers   Wipro,


What is var c#?

0 Answers  


Define a class and an object?

0 Answers  


Is namespace a class?

0 Answers  


What are escape sequences explain with example?

0 Answers  


Categories