
How to manage login to multiple sites from single login
I have a web application which requires to open several other applications via hyper links, can any body tell me what is the best practise would be ? would there be any complication when managing the …
Relative DateTime Values ("Today", "Yesterday", "X days ago")
Anyone knows an existing code snippet (or library) that can transform a DateTime value to a netural relative string representation ("Today", "Yesterday", "X days ago"). An option to set the granularity …
Excluir linha com chave estrangeira
Quando a pessoa cria a playlist (no visual studio 2013) o id_usuario_cad é obtido a partir da tabela do usuario. Gostaria de excluir apenas uma playlist, ou seja, uma linha da tabela playlist mas com …
Como Fazer login em um web App atraves de um site webform
Estou Tentando Fazer o login em hum Web App fazer Azure atravez de hum formulário do site web.
Token: How to generate token which will valid up to 5 minutes
here i got a sample code which generate a token which valid upto 24 hours but its code and logic not clear to me that how it generate a number which only valid for 24 hours. so please see the code and …
Using SQL Express with Legacy PB - social.msdn.microsoft.com
I have inherited a legacy system written in PowerBuilder which connects to an SQL Anywhere 5.5 database via ODBC. The Sybase drivers are not 64-Bit compatible so this system is throwing errors …
SSRS: How to remove the extra rows when exporting the drill down …
I have a drill down report which need to be exported to excel. But, when exporting to excel it shows many unwanted blank rows for a particular record due to the drill down option. Is it possible to …
Getting nearby restaurants and grocery stores list with latitude ...
I am developing a Windows Phone 7 application using Bing Map Services. I have some custom locations which I can display on the Bing Maps. I would like to overlay on this map nearby …
Output Parameter - Rounding instead of Decimal value
I am using a sqldatasource which calls a stored procedure. In the stored procedure, my output parameter keeps its decimal value when I test and execute it there. But when I pass it back the …
Bing maps drag & drop - social.msdn.microsoft.com
Here's a simple "DraggablePushpin" object that inherits from the Pushpin object to facilitate easy implementation of allowing users to drag a pushpin around the map to define its location.