Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: SQL Injection advise Pin
dabs27-Jun-08 5:11
dabs27-Jun-08 5:11 
GeneralRe: SQL Injection advise Pin
NeverHeardOfMe27-Jun-08 5:38
NeverHeardOfMe27-Jun-08 5:38 
GeneralRe: SQL Injection advise Pin
dabs27-Jun-08 6:03
dabs27-Jun-08 6:03 
GeneralRe: SQL Injection advise Pin
NeverHeardOfMe27-Jun-08 6:18
NeverHeardOfMe27-Jun-08 6:18 
QuestionImage Not Refreshing Pin
Member 343561427-Jun-08 4:38
Member 343561427-Jun-08 4:38 
AnswerRe: Image Not Refreshing Pin
eyeseetee27-Jun-08 4:49
eyeseetee27-Jun-08 4:49 
AnswerRe: Image Not Refreshing Pin
Guffa27-Jun-08 6:41
Guffa27-Jun-08 6:41 
QuestionSqlDataAdapter Pin
trilokharry27-Jun-08 4:32
trilokharry27-Jun-08 4:32 
SqlDataAdapter da = new SqlDataAdapter();
...
...
...
da.Update(tbl);

where tbl is DataTable object and it has records.

for above code I am passing some command
da.command=....
It has more than one insert query so if error occur in any one insert query then everything should be roll back from database.

how to maintain transaction in da.update(tbl) or any other option to roll back if error occur or da.update(tbl) itself not insert anything if error occur in anyone.

thanks

You get the best out of others when you give the best of yourself.

AnswerRe: SqlDataAdapter Pin
Parwej Ahamad27-Jun-08 6:23
professionalParwej Ahamad27-Jun-08 6:23 
Questionarraylist to dataset conversion problem Pin
arun.dinky27-Jun-08 4:01
arun.dinky27-Jun-08 4:01 
AnswerRe: arraylist to dataset conversion problem Pin
arun.dinky29-Jun-08 18:23
arun.dinky29-Jun-08 18:23 
QuestionHow Can i read inbox mail from my application Pin
Chetan Patel27-Jun-08 3:39
Chetan Patel27-Jun-08 3:39 
AnswerRe: How Can i read inbox mail from my application Pin
eyeseetee27-Jun-08 3:52
eyeseetee27-Jun-08 3:52 
GeneralRe: How Can i read inbox mail from my application Pin
Chetan Patel27-Jun-08 4:13
Chetan Patel27-Jun-08 4:13 
GeneralRe: How Can i read inbox mail from my application Pin
eyeseetee27-Jun-08 4:21
eyeseetee27-Jun-08 4:21 
GeneralRe: How Can i read inbox mail from my application Pin
leckey27-Jun-08 16:16
leckey27-Jun-08 16:16 
Questionraise selectedindexchange event of dropdownlist thru javascript inasp.net 2.0 Pin
vijaylumar27-Jun-08 3:33
vijaylumar27-Jun-08 3:33 
AnswerRe: raise selectedindexchange event of dropdownlist thru javascript inasp.net 2.0 Pin
eyeseetee27-Jun-08 3:49
eyeseetee27-Jun-08 3:49 
QuestionHow to store audio files in sqlserver 2000? Pin
googlejumbo27-Jun-08 3:02
googlejumbo27-Jun-08 3:02 
AnswerRe: How to store audio files in sqlserver 2000? Pin
Arindam Tewary27-Jun-08 3:04
professionalArindam Tewary27-Jun-08 3:04 
AnswerRe: How to store audio files in sqlserver 2000? Pin
eyeseetee27-Jun-08 3:15
eyeseetee27-Jun-08 3:15 
AnswerRe: How to store audio files in sqlserver 2000? Pin
NetBot27-Jun-08 3:17
NetBot27-Jun-08 3:17 
Questione-mail Pin
brukti27-Jun-08 1:09
brukti27-Jun-08 1:09 
AnswerRe: e-mail Pin
Christian Graus27-Jun-08 1:13
protectorChristian Graus27-Jun-08 1:13 
GeneralRe: e-mail Pin
windhopper27-Jun-08 1:52
windhopper27-Jun-08 1:52 

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.