use add.newrow
what is the problem???
User Profile
Collapse
-
How to find out the number of days in a financial year.
How to find out the number of days in a financial year.
suppose from date is sep1st,2006.and to date is aug24th,2009.
the entire range involves financial years.i.e.,
april1st,2006-march31st,2007
april1st,2007-march31st,2008
april1st,2008-march31st,2009
april1st,2009-march31st,2010.
we have to calculate the no.of days of last financial year..
waiting for reply.. -
How to find out the number of days in a financial year.
suppose from date is sep1st,2006.and to date is aug24th,2009.
the entire range involves financial years.i.e.,
april1st,2006-march31st,2007
april1st,2007-march31st,2008
april1st,2008-march31st,2009
april1st,2009-march31st,2010.
we have to calculate the no.of days of last financial year..
waiting for reply..Leave a comment:
-
Try this one,
SELECT TOP 1 [empname],sal FROM (SELECT TOP 5 [empname], sal FROM emp ORDER BY sal DESC) AS E2 ORDER BY sal...Leave a comment:
-
-
Sorry,i didnt explain the requirement properly!!!
DATEDIFF(dd,SIS LS.COLUMN016,SI SLS.COLUMN005)/365.
it will get the output.but for a leap year it is not showing properlyLeave a comment:
-
Calculating the Date Difference dynamically
Hi all,
Do me a favour.
I need to calculate the DATEDIFF when we pass the dates dynamiically.
I need query.. -
confidence in javascript
Hi,
I Don Know How Much Perfection Iam Getting In Javascript...
Will U Plzz Suggest Me..vat Are The Topics To Learn From Javascript In Order To Develop Any Type Of Application. -
No.of Users Which Are Logged In
Hi,
How To Get The Info. Of No.of Users Which Are Logged In..and Logged Out..using Sessions. -
Suppose,We had a screen of some design.
If we want to develop a new screen similar to that which contains tabs,labels,tex tboxes,...
???? are the steps.Leave a comment:
-
Screen Development
Hi,
May i know how to develop a new screen in .NET Environment.
If u tell me the steps..It is better
No activity results to display
Show More
Leave a comment: