Click here to Skip to main content
15,868,016 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: publish web site Pin
Abhijit Jana2-Jun-09 18:50
professionalAbhijit Jana2-Jun-09 18:50 
Questionweb.config values before install Pin
DCHAND2-Jun-09 8:36
DCHAND2-Jun-09 8:36 
AnswerRe: web.config values before install Pin
Manas Bhardwaj2-Jun-09 10:29
professionalManas Bhardwaj2-Jun-09 10:29 
GeneralRe: web.config values before install Pin
DCHAND2-Jun-09 10:33
DCHAND2-Jun-09 10:33 
QuestionASP.NET Documentation. Pin
Baeltazor2-Jun-09 2:44
Baeltazor2-Jun-09 2:44 
AnswerRe: ASP.NET Documentation. Pin
Vasudevan Deepak Kumar2-Jun-09 3:33
Vasudevan Deepak Kumar2-Jun-09 3:33 
GeneralRe: ASP.NET Documentation. Pin
Baeltazor2-Jun-09 4:40
Baeltazor2-Jun-09 4:40 
QuestionAsp.Net / SQL2005 Stored Procedure Update Problem Pin
munklefish2-Jun-09 2:23
munklefish2-Jun-09 2:23 
Hi,

Im using a stroed procedure to update records in a SQL2005 DB. To send info to the procedure i run something similar to this:

cmd.CommandType = CommandType.StoredProcedure;
cmd.Parameters.AddWithValue("@email", tbxUsername.Text);
cmd.Parameters.AddWithValue("@password", tbxPass.Text);
cmd.ExecuteNonQuery();


Under certain circumstance i wont want to update the @password field. Is this possible, if so how? Or do i need to use a seperate stored procedure which doesnt mention the field(s) which shouldn't be updated?

Thanks.
AnswerRe: Asp.Net / SQL2005 Stored Procedure Update Problem Pin
Colin Angus Mackay2-Jun-09 2:29
Colin Angus Mackay2-Jun-09 2:29 
AnswerRe: Asp.Net / SQL2005 Stored Procedure Update Problem Pin
Abhishek Sur2-Jun-09 10:53
professionalAbhishek Sur2-Jun-09 10:53 
QuestionAsp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Satish - Developer2-Jun-09 2:00
Satish - Developer2-Jun-09 2:00 
AnswerRe: Asp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Not Active2-Jun-09 3:06
mentorNot Active2-Jun-09 3:06 
AnswerRe: Asp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Vasudevan Deepak Kumar2-Jun-09 3:35
Vasudevan Deepak Kumar2-Jun-09 3:35 
AnswerRe: Asp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Kapil Thakur2-Jun-09 23:34
Kapil Thakur2-Jun-09 23:34 
Questiondisplay a message with the help of the msg box Pin
Mathew P V2-Jun-09 0:01
Mathew P V2-Jun-09 0:01 
AnswerRe: display a message with the help of the msg box Pin
Blue_Boy2-Jun-09 0:03
Blue_Boy2-Jun-09 0:03 
General[Message Deleted] Pin
Mathew P V2-Jun-09 0:06
Mathew P V2-Jun-09 0:06 
GeneralRe: display a message with the help of the msg box Pin
Blue_Boy2-Jun-09 0:22
Blue_Boy2-Jun-09 0:22 
AnswerRe: display a message with the help of the msg box Pin
Christian Graus2-Jun-09 0:17
protectorChristian Graus2-Jun-09 0:17 
GeneralRe: display a message with the help of the msg box Pin
Colin Angus Mackay2-Jun-09 2:21
Colin Angus Mackay2-Jun-09 2:21 
GeneralRe: display a message with the help of the msg box Pin
Vasudevan Deepak Kumar2-Jun-09 3:38
Vasudevan Deepak Kumar2-Jun-09 3:38 
GeneralRe: display a message with the help of the msg box Pin
Colin Angus Mackay2-Jun-09 4:07
Colin Angus Mackay2-Jun-09 4:07 
QuestionCrystal Reports with ASP.Net Pin
BhavinBhatt1-Jun-09 23:49
BhavinBhatt1-Jun-09 23:49 
AnswerRe: Crystal Reports with ASP.Net Pin
Abhishek Sur2-Jun-09 0:55
professionalAbhishek Sur2-Jun-09 0:55 
AnswerRe: Crystal Reports with ASP.Net Pin
Matt Cavanagh2-Jun-09 21:27
Matt Cavanagh2-Jun-09 21:27 

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.