Click here to Skip to main content
15,906,558 members

Comments by Deepak.xip (Top 15 by date)

Deepak.xip 18-Jul-17 6:30am View    
Sorry for the typo @F-ES Sitecore.I am doing the same but still getting error.
Deepak.xip 3-May-17 6:41am View    
Hi OriginalGriff,
The Table is something like this :
ID Name ManagerID
1234 xyz 526
2567 abc 552
5241 lmn 526
4141 ycg 526
7485 asf 552

Now, I need to write a query (keeping in mind minimum execution time as the table has around 70 lakh records) so that the output should be like this :

ID Name EmployeeCount(No. of employees working under each employees' manager)
1234 xyz 3
2567 abc 2
5241 lmn 3
4141 ycg 3
7485 asf 2
Deepak.xip 16-Oct-13 13:19pm View    
I just want to know what the document mean to say "Request parameters should be supplied in a "data" POST field as specified in the following documentation" by this line.
Deepak.xip 23-Jul-13 11:33am View    
P.S.
I am using SkinCrafter.
Deepak.xip 23-Jul-13 11:31am View    
thanks for the solution.Yes I have a third party dll which I have already bundled with the setup.I wonder why the application runs smooothly just after installing VS2008.