Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I am returning certain date from sp .

what my logic i want to display in my gridview . but that date should stays in the gridview till 9 months of period . please suggest

any logic to be applied on sp only or some other suggestion for this logic
Posted
Updated 19-May-15 20:39pm
v2

1 solution

You'll probably need the DateAdd and\or DateDiff functions

https://msdn.microsoft.com/en-us/library/ms186819.aspx[^]

https://msdn.microsoft.com/en-us/library/ms189794.aspx[^]

given you have simply stated your requirement and not given any relevant information, no-one will be able to give you a concrete answer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900