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

ASP.NET

 
Questionhow to show saved text data in paragraphic way. Pin
popalzai24-Jun-07 4:54
popalzai24-Jun-07 4:54 
AnswerRe: how to show saved text data in paragraphic way. Pin
Fred_Smith24-Jun-07 7:30
Fred_Smith24-Jun-07 7:30 
GeneralRe: how to show saved text data in paragraphic way. Pin
popalzai24-Jun-07 21:20
popalzai24-Jun-07 21:20 
QuestionRegarding auto increment of id Pin
rajesh22524-Jun-07 4:42
rajesh22524-Jun-07 4:42 
AnswerRe: Regarding auto increment of id Pin
Sathesh Sakthivel24-Jun-07 6:01
Sathesh Sakthivel24-Jun-07 6:01 
GeneralRe: Regarding auto increment of id Pin
rajesh22524-Jun-07 7:04
rajesh22524-Jun-07 7:04 
GeneralRe: Regarding auto increment of id Pin
Sathesh Sakthivel24-Jun-07 16:55
Sathesh Sakthivel24-Jun-07 16:55 
AnswerRe: Regarding auto increment of id Pin
Urs Enzler24-Jun-07 20:51
Urs Enzler24-Jun-07 20:51 
The auto increment works like the increment in sql server. Therefore it is correct that the new row gets an id equal to 11. Otherwise, reusing 9 and 10 could lead to wrong data dependencies.

Furthermore I suggest to set an increment of -1 and a seed of -1. This way, all new data has negative values. When they are stored to the database the ids will be set by the database resulting in new positive values.

Happy Programming
Urs

-^-^-^-^-^-
no risk no funk

QuestionASP _Show database (Access) Pin
Nguyen Hong Thao24-Jun-07 4:03
Nguyen Hong Thao24-Jun-07 4:03 
AnswerRe: ASP _Show database (Access) Pin
Sathesh Sakthivel24-Jun-07 4:05
Sathesh Sakthivel24-Jun-07 4:05 
QuestionASP _Show database (Access) Pin
Nguyen Hong Thao24-Jun-07 4:03
Nguyen Hong Thao24-Jun-07 4:03 
QuestionRadio Button Pin
sathyanarayanan_v0424-Jun-07 2:29
sathyanarayanan_v0424-Jun-07 2:29 
Questionradio button in gridview Pin
chovdry24-Jun-07 0:54
chovdry24-Jun-07 0:54 
AnswerRe: radio button in gridview Pin
www.Developerof.NET24-Jun-07 3:14
www.Developerof.NET24-Jun-07 3:14 
Questioncreate web pages on the fly Pin
Mustafa Ismail Mustafa24-Jun-07 0:02
Mustafa Ismail Mustafa24-Jun-07 0:02 
AnswerRe: create web pages on the fly Pin
Tarik Guney24-Jun-07 0:09
Tarik Guney24-Jun-07 0:09 
AnswerRe: create web pages on the fly Pin
Guffa24-Jun-07 1:06
Guffa24-Jun-07 1:06 
GeneralRe: create web pages on the fly Pin
doWhileSomething24-Jun-07 9:14
doWhileSomething24-Jun-07 9:14 
AnswerRe: create web pages on the fly Pin
Christian Graus24-Jun-07 1:17
protectorChristian Graus24-Jun-07 1:17 
GeneralRe: create web pages on the fly Pin
WillemM24-Jun-07 7:34
WillemM24-Jun-07 7:34 
Questionwrite to excel file??? Pin
Vipin.d23-Jun-07 23:47
Vipin.d23-Jun-07 23:47 
AnswerRe: write to excel file??? Pin
doWhileSomething24-Jun-07 9:19
doWhileSomething24-Jun-07 9:19 
QuestionCannot open ASP.NET pages on corporate network Pin
Tethibogz23-Jun-07 23:16
Tethibogz23-Jun-07 23:16 
AnswerRe: Cannot open ASP.NET pages on corporate network Pin
sathesh pandian27-Jun-07 20:16
sathesh pandian27-Jun-07 20:16 
QuestionUser Control Pin
sathyanarayanan_v0423-Jun-07 23:08
sathyanarayanan_v0423-Jun-07 23:08 

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.