Click here to Skip to main content
16,003,345 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionprevent catching Pin
Jassim Rahma22-Sep-10 0:59
Jassim Rahma22-Sep-10 0:59 
AnswerRe: prevent catching Pin
Eduard Keilholz22-Sep-10 1:44
Eduard Keilholz22-Sep-10 1:44 
AnswerRe: prevent catching Pin
David Mujica22-Sep-10 3:31
David Mujica22-Sep-10 3:31 
GeneralRe: prevent catching Pin
Jassim Rahma22-Sep-10 3:43
Jassim Rahma22-Sep-10 3:43 
GeneralRe: prevent catching Pin
Not Active22-Sep-10 4:48
mentorNot Active22-Sep-10 4:48 
GeneralRe: prevent catching Pin
Anurag Gandhi22-Sep-10 20:03
professionalAnurag Gandhi22-Sep-10 20:03 
Questionfree ASP.NET support ticketing for my app Pin
Jassim Rahma22-Sep-10 0:57
Jassim Rahma22-Sep-10 0:57 
AnswerRe: free ASP.NET support ticketing for my app Pin
David Mujica22-Sep-10 3:29
David Mujica22-Sep-10 3:29 
QuestionIIS 7 Application Slow Pin
Mr. Joydeep Das21-Sep-10 23:39
Mr. Joydeep Das21-Sep-10 23:39 
AnswerRe: IIS 7 Application Slow Pin
Kunal Chowdhury «IN»22-Sep-10 0:30
professionalKunal Chowdhury «IN»22-Sep-10 0:30 
GeneralRe: IIS 7 Application Slow Pin
Mr. Joydeep Das22-Sep-10 2:31
Mr. Joydeep Das22-Sep-10 2:31 
QuestionHow to implement microsoftreportviewer in asp Pin
sameershik21-Sep-10 18:37
sameershik21-Sep-10 18:37 
Questiondatagrid Pin
sheemap21-Sep-10 16:23
sheemap21-Sep-10 16:23 
AnswerRe: datagrid Pin
m@dhu21-Sep-10 20:08
m@dhu21-Sep-10 20:08 
AnswerRe: datagrid Pin
Afsal_svpm21-Sep-10 20:18
Afsal_svpm21-Sep-10 20:18 
QuestionRolling Back Inserted Value using Code Pin
indian14321-Sep-10 13:30
indian14321-Sep-10 13:30 
AnswerRe: Rolling Back Inserted Value using Code Pin
Not Active21-Sep-10 15:21
mentorNot Active21-Sep-10 15:21 
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14322-Sep-10 5:10
indian14322-Sep-10 5:10 
AnswerRe: Rolling Back Inserted Value using Code Pin
future383921-Sep-10 15:25
future383921-Sep-10 15:25 
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14321-Sep-10 18:12
indian14321-Sep-10 18:12 
GeneralRe: Rolling Back Inserted Value using Code Pin
Not Active22-Sep-10 2:26
mentorNot Active22-Sep-10 2:26 
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14322-Sep-10 4:29
indian14322-Sep-10 4:29 
GeneralRe: Rolling Back Inserted Value using Code Pin
T M Gray22-Sep-10 4:53
T M Gray22-Sep-10 4:53 
What makes you think deletion is more overhead than rollbacks? Having the server track 50 simultaneous inserts in one transaction is almost certainly more overhead as long as you manage your connections properly and use stored procedures.

If you are inserting into 50 tables at once it really sounds like you need to change your data model. You probably need to denormalize your OLTP data a bit to optimize for inserts.
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14322-Sep-10 6:15
indian14322-Sep-10 6:15 
GeneralRe: Rolling Back Inserted Value using Code Pin
T M Gray22-Sep-10 9:03
T M Gray22-Sep-10 9:03 

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.