Click here to Skip to main content
15,913,467 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: passing an array between ASP pages using C# Pin
rkherath24-May-07 1:08
rkherath24-May-07 1:08 
AnswerRe: passing an array between ASP pages using C# Pin
Sherin Iranimose23-May-07 23:50
Sherin Iranimose23-May-07 23:50 
GeneralRe: passing an array between ASP pages using C# Pin
Sandeep Akhare23-May-07 23:56
Sandeep Akhare23-May-07 23:56 
GeneralRe: passing an array between ASP pages using C# Pin
rkherath24-May-07 1:46
rkherath24-May-07 1:46 
QuestionHow to generate Candidate_Id automatically in a text box Pin
Prakash_Mishra23-May-07 23:17
Prakash_Mishra23-May-07 23:17 
AnswerRe: How to generate Candidate_Id automatically in a text box Pin
metallica_rock1023-May-07 23:31
metallica_rock1023-May-07 23:31 
GeneralRe: How to generate Candidate_Id automatically in a text box Pin
Prakash_Mishra24-May-07 22:05
Prakash_Mishra24-May-07 22:05 
GeneralRe: How to generate Candidate_Id automatically in a text box Pin
metallica_rock1025-May-07 1:48
metallica_rock1025-May-07 1:48 
The candidate id is a primary key right so just use the query i sent u like
for example say your id is candidate_id from the table say candidate so the query will be
select max(candidate_id) from candidate
This will return you the highest number that the candidate_id field has.
So to get the new id just add one to it and add it to the text box hence you get the new primary key value which is unique and also will be the highest.
QuestionError Pin
PavanPareta23-May-07 22:46
PavanPareta23-May-07 22:46 
AnswerRe: Error Pin
Sandeep Akhare23-May-07 23:12
Sandeep Akhare23-May-07 23:12 
GeneralRe: Error Pin
PavanPareta24-May-07 0:02
PavanPareta24-May-07 0:02 
GeneralRe: Error Pin
Sandeep Akhare24-May-07 0:12
Sandeep Akhare24-May-07 0:12 
GeneralRe: Error Pin
PavanPareta24-May-07 2:39
PavanPareta24-May-07 2:39 
QuestionCan 'Oracle web server' run ASP.NET application? Pin
Assil23-May-07 22:19
professionalAssil23-May-07 22:19 
AnswerRe: Can 'Oracle web server' run ASP.NET application? Pin
Vasudevan Deepak Kumar24-May-07 22:22
Vasudevan Deepak Kumar24-May-07 22:22 
QuestionAccess POST data values Pin
Bijay Bhaskar Deo23-May-07 22:03
Bijay Bhaskar Deo23-May-07 22:03 
AnswerRe: Access POST data values Pin
Guffa23-May-07 22:47
Guffa23-May-07 22:47 
QuestionSystem.UnAuthorizedException Pin
Aleemulhaq23-May-07 21:17
Aleemulhaq23-May-07 21:17 
QuestionHow to put in cache only part of webpage Pin
Nimua23-May-07 21:12
Nimua23-May-07 21:12 
AnswerRe: How to put in cache only part of webpage Pin
Bijay Bhaskar Deo23-May-07 22:12
Bijay Bhaskar Deo23-May-07 22:12 
QuestionUsing API for XML Request Pin
praveenkumar_mca23-May-07 20:45
praveenkumar_mca23-May-07 20:45 
AnswerRe: Using API for XML Request Pin
enjoycrack23-May-07 21:45
enjoycrack23-May-07 21:45 
GeneralRe: Using API for XML Request Pin
praveenkumar_mca23-May-07 22:29
praveenkumar_mca23-May-07 22:29 
GeneralRe: Using API for XML Request Pin
N a v a n e e t h23-May-07 22:33
N a v a n e e t h23-May-07 22:33 
GeneralRe: Using API for XML Request Pin
praveenkumar_mca23-May-07 23:51
praveenkumar_mca23-May-07 23:51 

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.