Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~683 People Reached
Member Avatar for punnoosepj

I have some problem i am trying to create a pdf with itextsharp in an aspx page i published in web service and called it but for the first time when i called aspx page i am getting an error message. But for every subsequent call to the webpage with …

0
106
Member Avatar for punnoosepj

i Am working on entity frame work .How do you confirm that deleteobject has deleted any rows success fully or not? Is there any way to confirm how many rows are deleted with this execution of delete deleteobject Punnoose

0
46
Member Avatar for punnoosepj

hi i made an msi with a c# form .but i need to register into the registry some values during installation in the registry. How do i do that. with thanks in advance Punnoose

Member Avatar for CloneXpert
0
158
Member Avatar for punnoosepj

i have created a exe from A FORM IN C#. I want to get that program to start running from the boot time.So how do i register my code to run it from boot time.

Member Avatar for Resnymph
0
76
Member Avatar for punnoosepj

i have procedure like this select count(*),sum(Transaction_Amount),dateadd(hour, datediff(hour, 0, Created_On), 0),convert(nvarchar(10),Created_On ,105) from Collect_Transaction where convert(nvarchar(10),Created_On ,101) between @Date_From and @Date_To group by dateadd(hour, datediff(hour, 0, Created_On), 0),convert(nvarchar(10),Created_On ,105) order by dateadd(hour, datediff(hour, 0, Created_On), 0),convert(nvarchar(10),Created_On ,105) but it displays time when it has an entry . but when it …

Member Avatar for pritaeas
0
58
Member Avatar for punnoosepj

[CODE]declare @Search_String nvarchar(50); set @Search_String =null select * from Punnu1 where Column11 like case when @Search_String is null then '%%' else '%'+@Search_String+'%' end[/CODE] i have a query like this . but this does not take any element in column1 with values null. what should i do to take query with …

Member Avatar for pritaeas
0
68
Member Avatar for punnoosepj

I am using a service in my program (c#) .i am calling a dll called Interop.KETComm.dll . but i am not able to install the service . when i go for regsvr32 Interop.KETComm.dll(a Dll for communcation purpose), it is showing the file was loaded but DllRegisterServer entry point was not …

Member Avatar for khakilang
0
88
Member Avatar for punnoosepj

i have written some code to upload a file in byte[] array i am getting all the values as zero. at the end of the beloww given code. is the due to timing since once i gave a sleeep in between the codes the byte array is working correctly.I have …

Member Avatar for DarveshBadusha
0
83