Click here to Skip to main content
15,885,546 members

Comments by db7uk (Top 200 by date)

db7uk 9-Jan-15 11:33am View    
Hi, thanks for the message. Sorry for the late reply. I have been looking at this with Microsoft Development. They are not sure what the issue is and it has been several days now of trying to work it out. In answer to your question, yes I created the azure queue before the setting up the service endpoint. The problem I have is that I cannot save and verify correctly if I use the full path to the queue. I have to use the base address which authenticates correctly but does not find the service URL for some reason. MS are strugling to work this one out.
db7uk 16-Dec-14 11:14am View    
Silly question, but how are you changing the value of the property? Also When you select tabs manually does this change the CurrentIndex property?
db7uk 19-Aug-14 7:42am View    
great.
db7uk 4-Aug-14 6:00am View    
Hi,

Your code does not look right. Have you looked at the following link?

http://printssrsreport.blogspot.co.uk/2011/09/print-ssrs-report-using.html[^]
db7uk 4-Aug-14 5:53am View    
A very vague question. However, If I read it right, you need to send sms messages from your ASP.net website? there are several ways to do this however, you will need a provider or GSM device to send the messages. One way to do it is use http://boom-sms.co.uk/index.php/. Basically you create an XML file and send to the service. The service then parses the XML file and sends your message (text from inside xml file) to the recipient numbers listed also in the xml file.