Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: sanjaycedti
Forum: ASP.NET 33 Days Ago
Replies: 2
Views: 341
Posted By sanjaycedti
ArrayList ar=Session["id"] as ArrayList;
or
ArrayList ar=(ArrayList)Session["id"];
Forum: ASP.NET Oct 27th, 2009
Replies: 2
Views: 5,482
Posted By sanjaycedti
you are overriding default handler for .aspx. use different extension rather than using .aspx
Forum: ASP.NET Oct 27th, 2009
Replies: 3
Views: 475
Posted By sanjaycedti
try this this would work-
DateTime validTillDate = registrationDate.AddMonths(1);
if (DateTime.Compare(DateTime.Now, validTillDate) < 0)
{
//Active
}
...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC