Click here to Skip to main content
15,919,178 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: data inserting problem into sql having single quote in it through asp form Pin
ToddHileHoffer28-Jan-09 10:38
ToddHileHoffer28-Jan-09 10:38 
GeneralRe: data inserting problem into sql having single quote in it through asp form Pin
sana1728-Jan-09 22:07
sana1728-Jan-09 22:07 
AnswerRe: data inserting problem into sql having single quote in it through asp form Pin
N a v a n e e t h28-Jan-09 14:44
N a v a n e e t h28-Jan-09 14:44 
GeneralRe: data inserting problem into sql having single quote in it through asp form Pin
sana1728-Jan-09 22:06
sana1728-Jan-09 22:06 
QuestionCircula Button Pin
ziwez028-Jan-09 7:10
ziwez028-Jan-09 7:10 
Questionasp.net ajax accordion recursive method Pin
kuyucakli28-Jan-09 6:30
kuyucakli28-Jan-09 6:30 
Questionmulti thread in web service Pin
raquidd2228-Jan-09 4:49
raquidd2228-Jan-09 4:49 
AnswerRe: multi thread in web service Pin
Colin Angus Mackay28-Jan-09 14:46
Colin Angus Mackay28-Jan-09 14:46 
If "saldo" is being updated in multiple threads then you must protect it. Concurrency is a big topic and there are many access patterns that depend on what your intended use is.

However, there are some things you might want to ask yourself first:

Must "saldo" be shared? What is the purpose of sharing "saldo"? Is it publically accessible, or only private? What are all the situations it is used in? Is it just the updates that need protecting, or is it a number of statements around the use of "saldo" that need protecting?

* Developer Day Scotland 2 - Free community conference
* The Blog of Colin Angus Mackay


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

QuestionHow to allow a user and deny all others Pin
Le centriste28-Jan-09 4:11
Le centriste28-Jan-09 4:11 
AnswerRe: How to allow a user and deny all others Pin
SeMartens28-Jan-09 4:39
SeMartens28-Jan-09 4:39 
GeneralRe: How to allow a user and deny all others Pin
Le centriste28-Jan-09 4:47
Le centriste28-Jan-09 4:47 
AnswerSOLVED Pin
Le centriste28-Jan-09 4:52
Le centriste28-Jan-09 4:52 
QuestionASP.Net Development Server Issues [modified] Pin
Jacquers28-Jan-09 2:26
Jacquers28-Jan-09 2:26 
QuestionBuild Error Pin
ais0728-Jan-09 2:13
ais0728-Jan-09 2:13 
AnswerRe: Build Error Pin
mr_muskurahat28-Jan-09 3:52
mr_muskurahat28-Jan-09 3:52 
Questioncalling remote webservices from sharepoint using javascript Pin
gottimukkala28-Jan-09 0:47
gottimukkala28-Jan-09 0:47 
Questionemail not getting to destination address Pin
tomertro28-Jan-09 0:27
tomertro28-Jan-09 0:27 
AnswerRe: email not getting to destination address Pin
N a v a n e e t h28-Jan-09 1:16
N a v a n e e t h28-Jan-09 1:16 
QuestionMaintaining old .net 1.1 bound datagrid control Pin
jonatec27-Jan-09 22:31
jonatec27-Jan-09 22:31 
AnswerRe: Maintaining old .net 1.1 bound datagrid control Pin
Paddy Boyd28-Jan-09 2:03
Paddy Boyd28-Jan-09 2:03 
GeneralRe: Maintaining old .net 1.1 bound datagrid control Pin
jonatec28-Jan-09 2:31
jonatec28-Jan-09 2:31 
GeneralRe: Maintaining old .net 1.1 bound datagrid control Pin
Paddy Boyd28-Jan-09 2:33
Paddy Boyd28-Jan-09 2:33 
GeneralRe: Maintaining old .net 1.1 bound datagrid control Pin
jonatec28-Jan-09 2:34
jonatec28-Jan-09 2:34 
QuestionProblem with Login Control Pin
sarang_k27-Jan-09 22:23
sarang_k27-Jan-09 22:23 
AnswerRe: Problem with Login Control Pin
mr_muskurahat28-Jan-09 3:54
mr_muskurahat28-Jan-09 3:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.