Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionJavascript that presses shift + ALT Pin
samerh15-Jul-08 1:21
samerh15-Jul-08 1:21 
AnswerRe: Javascript that presses shift + ALT Pin
eyeseetee15-Jul-08 1:29
eyeseetee15-Jul-08 1:29 
GeneralRe: Javascript that presses shift + ALT Pin
samerh15-Jul-08 1:31
samerh15-Jul-08 1:31 
GeneralRe: Javascript that presses shift + ALT Pin
Imran Khan Pathan15-Jul-08 2:02
Imran Khan Pathan15-Jul-08 2:02 
GeneralRe: Javascript that presses shift + ALT Pin
samerh20-Jul-08 20:39
samerh20-Jul-08 20:39 
QuestionDataset to excel file? [modified] Pin
Member 387988115-Jul-08 1:19
Member 387988115-Jul-08 1:19 
QuestionSQLBULKCOPY class - number of records copied Pin
sb_rs15-Jul-08 0:53
sb_rs15-Jul-08 0:53 
AnswerRe: SQLBULKCOPY class - number of records copied Pin
Torsten Mauz15-Jul-08 3:15
Torsten Mauz15-Jul-08 3:15 
Looking at the MSDN docs there's no nice way of doing this. Their examples all suggest doing a "pre-work" row count, then doing the BulkCopy, then doing a "post-work" row count (which will obviously give you the final count).

http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlbulkcopy.aspx[^]

There is an event fired SqlRowsCopied but it looks like it only fires after a fixed number of rows have been copied (so if you set the NotifyAfter property to 50 and copy 99 rows you'll only get notified once), although it might fire when it completes as well (I'll leave that for you to check).

http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlbulkcopy.sqlrowscopied.aspx[^]

HTH
QuestionAdding controls Runtime Pin
nagendrathecoder15-Jul-08 0:52
nagendrathecoder15-Jul-08 0:52 
AnswerRe: Adding controls Runtime Pin
firozu15-Jul-08 1:07
firozu15-Jul-08 1:07 
AnswerRe: Adding controls Runtime Pin
eyeseetee15-Jul-08 1:17
eyeseetee15-Jul-08 1:17 
GeneralRe: Adding controls Runtime Pin
nagendrathecoder15-Jul-08 19:40
nagendrathecoder15-Jul-08 19:40 
Questionfile upload control Pin
gaurav mangal15-Jul-08 0:31
gaurav mangal15-Jul-08 0:31 
AnswerRe: file upload control Pin
_AK_15-Jul-08 0:38
_AK_15-Jul-08 0:38 
AnswerRe: file upload control Pin
firozu15-Jul-08 0:58
firozu15-Jul-08 0:58 
Questioninstallation problem Pin
Kissy1615-Jul-08 0:00
Kissy1615-Jul-08 0:00 
Questiondisplaying image on a image control Pin
Mamphekgo Bahula14-Jul-08 23:38
Mamphekgo Bahula14-Jul-08 23:38 
AnswerRe: displaying image on a image control Pin
sumit703415-Jul-08 1:10
sumit703415-Jul-08 1:10 
Questionpopup tooltips Pin
Michael Bookatz14-Jul-08 23:33
Michael Bookatz14-Jul-08 23:33 
Questionrss reading in asp.net Pin
umeshdaiya14-Jul-08 23:12
umeshdaiya14-Jul-08 23:12 
AnswerRe: rss reading in asp.net Pin
_AK_15-Jul-08 0:51
_AK_15-Jul-08 0:51 
AnswerRe: rss reading in asp.net Pin
eyeseetee15-Jul-08 1:02
eyeseetee15-Jul-08 1:02 
Questionsearching performed on resume Pin
chinnuk14-Jul-08 23:09
chinnuk14-Jul-08 23:09 
AnswerRe: searching performed on resume Pin
just3ala214-Jul-08 23:28
just3ala214-Jul-08 23:28 
QuestionMultiple login form Pin
yarns14-Jul-08 22:26
yarns14-Jul-08 22:26 

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.