Click here to Skip to main content
15,885,244 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: popup a small menu on the mouse over of a asp.net treeview node Pin
sargamlucy25-Mar-10 23:56
sargamlucy25-Mar-10 23:56 
QuestionPassing value to confirmation box Pin
sjs4u25-Mar-10 3:00
sjs4u25-Mar-10 3:00 
AnswerRe: Passing value to confirmation box Pin
Brij25-Mar-10 3:45
mentorBrij25-Mar-10 3:45 
GeneralRe: Passing value to confirmation box Pin
Member 450194025-Mar-10 4:09
Member 450194025-Mar-10 4:09 
GeneralRe: Passing value to confirmation box Pin
Brij25-Mar-10 5:22
mentorBrij25-Mar-10 5:22 
AnswerRe: Passing value to confirmation box Pin
Member 450194025-Mar-10 3:59
Member 450194025-Mar-10 3:59 
QuestionInsert record in Identity field of table using CommandBuilder Pin
Sudhanshu Mani Tripathi25-Mar-10 2:20
Sudhanshu Mani Tripathi25-Mar-10 2:20 
AnswerRe: Insert recrod in Identity field of table using CommandBuilder [modified] Pin
Member 450194025-Mar-10 2:45
Member 450194025-Mar-10 2:45 
An identity field can not be set using insert. It will be auto-incremented by sql.
If you want to intially set the values because you need to seed the table with pre-existing values, remove identity, insert values, then turn back on.
On an on-going basis, if you want to control the values in the identity column, you will not want to have the field as an identity column at all.

sqlbulkcopy does have an keepidentity option.
http://msdn.microsoft.com/en-us/library/tchktcdk(VS.80).aspx[^]

For performance reasons, I would handle the identity outside of the sqlbulkcopy process as well as other contraints and indexes. Depends on what, how often, how much...
modified on Thursday, March 25, 2010 9:27 AM

Questionrepeater items Pin
test-0925-Mar-10 1:59
test-0925-Mar-10 1:59 
AnswerRe: repeater items Pin
Brij25-Mar-10 2:30
mentorBrij25-Mar-10 2:30 
GeneralRe: repeater items Pin
test-0925-Mar-10 2:45
test-0925-Mar-10 2:45 
GeneralRe: repeater items Pin
Brij25-Mar-10 3:42
mentorBrij25-Mar-10 3:42 
GeneralRe: repeater items Pin
test-0925-Mar-10 3:58
test-0925-Mar-10 3:58 
GeneralRe: repeater items Pin
Brij25-Mar-10 5:25
mentorBrij25-Mar-10 5:25 
QuestionIs it possible to CLICK static menu item to make the child menu item appear? Pin
technoDotNet25-Mar-10 1:49
technoDotNet25-Mar-10 1:49 
QuestionRSA SecurID + ASP.Net Pin
Amit Patel198525-Mar-10 1:22
Amit Patel198525-Mar-10 1:22 
AnswerRe: RSA SecurID + ASP.Net Pin
/randz25-Mar-10 20:21
/randz25-Mar-10 20:21 
QuestionSNMP,ASP,SQL Pin
Unforgiv3n25-Mar-10 0:32
Unforgiv3n25-Mar-10 0:32 
Questionconvert from asp.net 3.5 to asp.net mvc framework2 Pin
chithra_ammu24-Mar-10 23:50
chithra_ammu24-Mar-10 23:50 
AnswerRe: Also posted in Quick Answer section Pin
Brij24-Mar-10 23:54
mentorBrij24-Mar-10 23:54 
QuestionImageButton Onevent is not firing on mozilla firefox Pin
bhaskarsgb24-Mar-10 23:08
bhaskarsgb24-Mar-10 23:08 
AnswerRe: ImageButton Onevent is not firing on mozilla firefox Pin
Brij24-Mar-10 23:26
mentorBrij24-Mar-10 23:26 
GeneralRe: ImageButton Onevent is not firing on mozilla firefox Pin
bhaskarsgb24-Mar-10 23:32
bhaskarsgb24-Mar-10 23:32 
GeneralRe: ImageButton Onevent is not firing on mozilla firefox Pin
Brij24-Mar-10 23:35
mentorBrij24-Mar-10 23:35 
GeneralRe: ImageButton Onevent is not firing on mozilla firefox Pin
bhaskarsgb24-Mar-10 23:38
bhaskarsgb24-Mar-10 23:38 

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.