Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
3 Posted Topics
[code] ArrayList ar=Session["id"] as ArrayList;[/code] or [code] ArrayList ar=(ArrayList)Session["id"];[/code]
you are overriding default handler for .aspx. use different extension rather than using .aspx
Re: check date
try this this would work- [code]DateTime validTillDate = registrationDate.AddMonths(1); if (DateTime.Compare(DateTime.Now, validTillDate) < 0) { //Active } else { //Inactive }[/code]
The End.
sanjaycedti