Click here to Skip to main content
15,893,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: getting textbox text from client back to server side Pin
lobbychmd19-Feb-09 4:13
lobbychmd19-Feb-09 4:13 
GeneralRe: getting textbox text from client back to server side Pin
marky77719-Feb-09 20:39
marky77719-Feb-09 20:39 
AnswerRe: getting textbox text from client back to server side Pin
Mark Graham19-Feb-09 4:32
Mark Graham19-Feb-09 4:32 
GeneralRe: getting textbox text from client back to server side Pin
marky77719-Feb-09 21:23
marky77719-Feb-09 21:23 
QuestionError : Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control. Pin
Amol12345519-Feb-09 2:44
Amol12345519-Feb-09 2:44 
Questionhow can pictures and video store in data base? Pin
ali2k619-Feb-09 2:25
ali2k619-Feb-09 2:25 
Questionproblem in transaction . Pin
souravghosh1819-Feb-09 1:41
souravghosh1819-Feb-09 1:41 
AnswerRe: problem in transaction . Pin
Mark Graham19-Feb-09 4:43
Mark Graham19-Feb-09 4:43 
I've never had to deal with transactions across two different providers (oracle and sql server) before but here's something off the cuff. How about adding some kind of 'Pending' state to the inserts

1. Perform first insert (pending)
2. Perform second insert (pending)
3. Validate both have inserted
4. Update first (live)
5. Update second (live)

I know there's still a window for something to fail between operations 4 and 5 but it's much less likely than a failure between 1 and 2 (due to constraints you might have on various fields). A Transaction would be better but this is an option.

Mark Graham (MCP) // The Doodler
blogging at: dotnet notepad

QuestionDal Exception Pin
Mogaambo19-Feb-09 1:25
Mogaambo19-Feb-09 1:25 
AnswerRe: Dal Exception Pin
Vimalsoft(Pty) Ltd19-Feb-09 3:52
professionalVimalsoft(Pty) Ltd19-Feb-09 3:52 
QuestionBase64 Decoding for Thermal Printer [modified] Pin
premchand197519-Feb-09 1:25
premchand197519-Feb-09 1:25 
QuestionModal popup Pin
krishna2gubbala19-Feb-09 0:21
krishna2gubbala19-Feb-09 0:21 
AnswerRe: Modal popup Pin
Calin Tatar19-Feb-09 2:32
Calin Tatar19-Feb-09 2:32 
AnswerRe: Modal popup Pin
Mark Graham19-Feb-09 4:22
Mark Graham19-Feb-09 4:22 
Questionpassing values from aspx page to htm page Pin
venu65619-Feb-09 0:13
venu65619-Feb-09 0:13 
AnswerRe: passing values from aspx page to htm page Pin
Greg Chelstowski19-Feb-09 0:39
Greg Chelstowski19-Feb-09 0:39 
GeneralRe: passing values from aspx page to htm page Pin
venu65619-Feb-09 0:59
venu65619-Feb-09 0:59 
GeneralRe: passing values from aspx page to htm page Pin
Greg Chelstowski19-Feb-09 1:03
Greg Chelstowski19-Feb-09 1:03 
GeneralRe: passing values from aspx page to htm page Pin
venu65619-Feb-09 1:10
venu65619-Feb-09 1:10 
QuestionProblem With dropdownlist. Pin
Deepak Nigam18-Feb-09 23:49
Deepak Nigam18-Feb-09 23:49 
QuestionServer time and local time Pin
yesu prakash18-Feb-09 23:40
yesu prakash18-Feb-09 23:40 
AnswerRe: Server time and local time Pin
keyur satyadev19-Feb-09 3:07
keyur satyadev19-Feb-09 3:07 
GeneralRe: Server time and local time Pin
yesu prakash19-Feb-09 17:40
yesu prakash19-Feb-09 17:40 
AnswerRe: Server time and local time Pin
Rajesh Chinnam21-Jun-09 23:52
Rajesh Chinnam21-Jun-09 23:52 
QuestionDLL Pin
Elango N18-Feb-09 22:55
Elango N18-Feb-09 22:55 

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.