Click here to Skip to main content
15,899,025 members

Comments by siva575 (Top 15 by date)

siva575 22-Jun-15 7:52am View    
Hi Rechard,

I started working on it.

it is successfully running in local system, after publishing it to production i am getting "Access is denid".

UserCredential credential = GoogleWebAuthorizationBroker.AuthorizeAsync(new ClientSecrets { ClientId = clientId, ClientSecret = clientSecret }
, scopes
, userName
, CancellationToken.None
, new SQLDataStore()).Result;

while hitting to this method it is throwing exception.

can you please help me on this.
siva575 9-Jun-15 4:21am View    
Hi..i don't know how to start..can share any link..so that i can work
siva575 24-Jun-13 7:10am View    
that one is different

when i now the week number and day i can find date

here i have to find exact week of the date

see the today date it's 5th week and monday right

but it is 4th monday in this month i need to find the 4
siva575 21-Jun-13 11:13am View    
suppose i have date like 2013-06-21 so year is 2013 month is 06 week number is 4 day of week is Friday

then i have to find after 4 th friday after 3 months
siva575 12-Jun-13 2:43am View    
DataTable _sample= new DataTable();
_sample= MagazinesDataSource.Load(_magazinesEntity);
ViewState["sample"] = _sample;


i get all record from database to this view state , i will pass name to this and get id related to that name