Click here to Skip to main content
16,005,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionprint dialog pop up window, On click "Print" does not open the Print dialog box Pin
For_IT24-Jun-08 12:53
For_IT24-Jun-08 12:53 
AnswerRe: print dialog pop up window, On click "Print" does not open the Print dialog box Pin
Parwej Ahamad24-Jun-08 17:44
professionalParwej Ahamad24-Jun-08 17:44 
QuestionUpgrading ASP website to ASP.NET Pin
jzonthemtn24-Jun-08 11:07
jzonthemtn24-Jun-08 11:07 
QuestionLoggedIntTemplate not displaying Pin
Member 430789624-Jun-08 10:53
Member 430789624-Jun-08 10:53 
QuestionMaster Page Problem!!! [modified] Pin
Sr...Frank24-Jun-08 9:42
Sr...Frank24-Jun-08 9:42 
AnswerRe: Master Page Problem!!! Pin
Christian Graus24-Jun-08 11:52
protectorChristian Graus24-Jun-08 11:52 
QuestionSetting the primary key when using a DetailView to insert a new record Pin
Dan Neely24-Jun-08 9:30
Dan Neely24-Jun-08 9:30 
AnswerRe: Setting the primary key when using a DetailView to insert a new record Pin
Ashfield24-Jun-08 21:43
Ashfield24-Jun-08 21:43 
Without seeing the insert I cannot be certain, but I think you must be referencing the autonumber field in your column list, sort of

insert into table(pk,name) values (null,'Bob')
whereas the correct syntax is

insert into table(name) values ('Bob')

Hope this helps

Bob
Ashfield Consultants Ltd

GeneralRe: Setting the primary key when using a DetailView to insert a new record Pin
Dan Neely25-Jun-08 2:42
Dan Neely25-Jun-08 2:42 
QuestionProblem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
koll24-Jun-08 8:52
koll24-Jun-08 8:52 
AnswerRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
Christian Graus24-Jun-08 11:53
protectorChristian Graus24-Jun-08 11:53 
RantRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
_Maxxx_24-Jun-08 16:37
professional_Maxxx_24-Jun-08 16:37 
GeneralRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
Christian Graus24-Jun-08 16:46
protectorChristian Graus24-Jun-08 16:46 
GeneralRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
_Maxxx_24-Jun-08 17:05
professional_Maxxx_24-Jun-08 17:05 
GeneralRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
Christian Graus24-Jun-08 18:19
protectorChristian Graus24-Jun-08 18:19 
QuestionProblem with e-mails Pin
Deepak Nigam24-Jun-08 6:56
Deepak Nigam24-Jun-08 6:56 
AnswerRe: Problem with e-mails Pin
N a v a n e e t h24-Jun-08 7:35
N a v a n e e t h24-Jun-08 7:35 
AnswerRe: Problem with e-mails Pin
sumit703424-Jun-08 19:32
sumit703424-Jun-08 19:32 
GeneralRe: Problem with e-mails Pin
Ashfield24-Jun-08 21:47
Ashfield24-Jun-08 21:47 
QuestionDefault Browser Pin
Brady Kelly24-Jun-08 5:09
Brady Kelly24-Jun-08 5:09 
AnswerRe: Default Browser Pin
N a v a n e e t h24-Jun-08 6:02
N a v a n e e t h24-Jun-08 6:02 
GeneralRe: Default Browser Pin
Brady Kelly24-Jun-08 6:55
Brady Kelly24-Jun-08 6:55 
GeneralRe: Default Browser Pin
N a v a n e e t h24-Jun-08 7:16
N a v a n e e t h24-Jun-08 7:16 
QuestionGetting Filename for Substitution from Database Pin
familyof724-Jun-08 4:19
familyof724-Jun-08 4:19 
Questiononmouseover Pin
brettokumar24-Jun-08 4:01
professionalbrettokumar24-Jun-08 4:01 

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.