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
Member Avatar for PS189

My laptop drive has WIN 10 installed. I am try to use the same drive as an external drive. So basically I take the drive out from the laptop and put it in USB enclosure and the put some folder with files on the drive. Then I put the drive …

Member Avatar for rproffitt
0
520
Member Avatar for PS189

Hi, Need your help to point me in the right direction. I need to capture the right click event in the OS (specifically the RUN AS ADMIN ) and make have it popup a custom login window. so..the user will right click on the icon which is in desktop ....click …

0
56
Member Avatar for PS189

Hi all, Batchdate comes in as string format (07/07/2011). I tried but for some reason am not getting any results. Any ideas? [CODE]ALTER PROCEDURE dbo.CouponReportbyScheme ( @BatchDate varchar(20) ) AS declare @myDate datetime select @myDate = convert( datetime, @BatchDate) Select * from Coupons where CouponGenerationDate=@myDate [/CODE]

Member Avatar for BitBlt
0
119
Member Avatar for PS189

Hi, am having trouble figuring this one out. Am using stored procedure and using databind for the gridview . i got the codes off other sites. how or what do i use as the datasource for the sorting event. I used the Session for the paging event and that works …

0
84
Member Avatar for PS189

Hi Beginner here... I want to display image thats stored in the SQL Database in a new page for now. I got as far as the code below for displaying image stored in SQL Database. Please advise. I just don't know the step after this. I looked at other examples …

0
67