Click here to Skip to main content
15,908,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: button disabling Pin
Sonia Gupta27-Sep-07 18:48
Sonia Gupta27-Sep-07 18:48 
QuestionGlobal Holiday Table Pin
Darren Lam27-Sep-07 17:35
Darren Lam27-Sep-07 17:35 
AnswerRe: Global Holiday Table Pin
Christian Graus27-Sep-07 17:55
protectorChristian Graus27-Sep-07 17:55 
GeneralRe: Global Holiday Table Pin
Darren Lam27-Sep-07 18:23
Darren Lam27-Sep-07 18:23 
Questionneed help about Datagrid column position Pin
RichardBlare27-Sep-07 16:35
RichardBlare27-Sep-07 16:35 
AnswerRe: need help about Datagrid column position Pin
Imran Khan Pathan27-Sep-07 19:04
Imran Khan Pathan27-Sep-07 19:04 
AnswerRe: need help about Datagrid column position Pin
Amol M Vaidya27-Sep-07 20:46
professionalAmol M Vaidya27-Sep-07 20:46 
QuestionUsing Transactions Pin
kjosh27-Sep-07 10:33
kjosh27-Sep-07 10:33 
I have the 3 business objects in each business object class iam calling the partcular data access layer method
Suppose for Business object Person, in the person class save i am doing the data access layer method call:
SAVE(person s)
{
updatePerson(person s);
}
2)Business object Animal, in the animal class save method like this:
Save(Animal a)
{
UpdateAnimal(Animal a); a contain all the Web layer data.
}
3) Business object Birds, in the Bird Class Save:
Save(Bird b)
{
UpdateBird(Bird b)
}

Coming to the Data Access layer code
UpdatePerson(Person s)
{
call ProcPersonInsert to into person table
}
UpdateAnimal(Animal a)
{
Call ProcAnimalInsert to insert into Animal table.
}
This is same for the Bird class also. Now My problem is I want to do all those three updates in the TRANSACTIONS. How to use transactions in my case. Can anyone give me some idea in this?
Thanks in advance

AnswerRe: Using Transactions Pin
Christian Graus27-Sep-07 12:18
protectorChristian Graus27-Sep-07 12:18 
QuestionAccessing old dbase dbf files Pin
John Held27-Sep-07 9:26
John Held27-Sep-07 9:26 
QuestionJavascript : Help please Pin
ss.mmm27-Sep-07 8:22
ss.mmm27-Sep-07 8:22 
AnswerRe: Javascript : Help please Pin
talasila8027-Sep-07 9:01
talasila8027-Sep-07 9:01 
AnswerRe: Javascript : Help please Pin
talasila8027-Sep-07 9:05
talasila8027-Sep-07 9:05 
AnswerRe: Javascript : Help please Pin
Guffa27-Sep-07 9:56
Guffa27-Sep-07 9:56 
AnswerRe: Javascript : Help please Pin
Christian Graus27-Sep-07 12:16
protectorChristian Graus27-Sep-07 12:16 
AnswerRe: Javascript : Help please Pin
s1ihome27-Sep-07 17:41
s1ihome27-Sep-07 17:41 
QuestionError on Vista Machine Pin
Brady Kelly27-Sep-07 7:23
Brady Kelly27-Sep-07 7:23 
AnswerRe: Error on Vista Machine Pin
eggsovereasy27-Sep-07 8:36
eggsovereasy27-Sep-07 8:36 
GeneralRe: Error on Vista Machine Pin
Brady Kelly27-Sep-07 9:05
Brady Kelly27-Sep-07 9:05 
QuestionRedirecting a page after Response.End() Pin
talasila8027-Sep-07 5:40
talasila8027-Sep-07 5:40 
AnswerRe: Redirecting a page after Response.End() Pin
Guffa27-Sep-07 6:16
Guffa27-Sep-07 6:16 
GeneralRe: Redirecting a page after Response.End() Pin
talasila8027-Sep-07 6:23
talasila8027-Sep-07 6:23 
QuestionCustom Data Access Objects Pin
Banjo Ayorinde27-Sep-07 5:28
Banjo Ayorinde27-Sep-07 5:28 
QuestionValidating Web Server Controls (e.g DetailsView) Pin
Banjo Ayorinde27-Sep-07 5:24
Banjo Ayorinde27-Sep-07 5:24 
QuestionProblem with Login (Asp.net Membership Providert) Pin
Banjo Ayorinde27-Sep-07 5:18
Banjo Ayorinde27-Sep-07 5:18 

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.