tags:

views:

17

answers:

0

I have a azure table. i use a select method to retrieves the some data. The Select method retrieves today's guest book entries by constructing a LINQ statement using the current date as the partition key.now how can i call this select method from page load event.any body can give me some idea?