Click here to Skip to main content
15,884,388 members

Comments by vipinsethumadhavan (Top 32 by date)

vipinsethumadhavan 3-Apr-14 1:46am View    
I tried these section.
But getting only timezoneoffset value like +5.30 .But this issue is more than one timezone have this same offset . So we can not get exact timezone by this code.
I got countryCode, countryname ,cityName,region name, zip ,latitude,longitude,offset value via another API. Have any way to get timezone (India Standard Time etc ) by these any values.
vipinsethumadhavan 28-Oct-13 3:25am View    
I have used Cookies, It is working in mozila firefox. But not in Google chrome and IE.
I have no option to use database for this situation. When I closed Google chrome browser and reopen this page ,then cookie value is null. code as
HttpCookie _userinforead = Request.Cookies["UserInfo"];
here _userinforead is null. I set this value after this line , So when reload page case it is working properly
vipinsethumadhavan 11-Sep-13 5:43am View    
Html content is generated in code side, data fetch from database and this content need to export using web tool kit
vipinsethumadhavan 15-Jul-13 7:04am View    
dbo.Split result is more than one row so getting same error
changed else to select * from dbo.Split(@param)
vipinsethumadhavan 8-Oct-12 5:30am View    
ya, arranged data correctly and assigned properly.and printing fine.How can add header for each page in this code