Click here to Skip to main content
16,018,460 members

Comments by Darsh_Basha (Top 23 by date)

Darsh_Basha 10-Dec-13 9:22am View    
Hi @OriginalGriff

i tried ur answer

USE [CS_ATC]
GO

DECLARE @return_value int

EXEC @return_value = [dbo].[Ledger]
@Account_Serial = 4,
@DateFrom = N'26/1/2013',
@DateTo = N'1/1/2014'

SELECT 'Return Value' = @return_value

GO

and return this error

Error converting data type nvarchar to datetime.
Darsh_Basha 31-Oct-13 10:16am View    
This didn't help me
Darsh_Basha 31-Oct-13 6:22am View    
@IpsitaMishra did u read my Question ?
i want to move or Align controls to right
Darsh_Basha 7-Jul-13 7:28am View    
right click and then execute procedure , write the group name and press ok
Darsh_Basha 3-Apr-13 6:35am View    
@_Amy
this is not my question , i asked to press on the gridview then get the value that selected or pressed .