Click here to Skip to main content
15,887,376 members
Home / Discussions / Web Development
   

Web Development

 
QuestionData type mismatch in criteria expression. Pin
dheema23-Apr-07 19:04
dheema23-Apr-07 19:04 
AnswerRe: Data type mismatch in criteria expression. Pin
Pete O'Hanlon23-Apr-07 22:49
mvePete O'Hanlon23-Apr-07 22:49 
QuestionHow to submit a POST with a WebRequest? (in C# to a PHP file) Pin
Super Lloyd23-Apr-07 15:35
Super Lloyd23-Apr-07 15:35 
AnswerRe: How to submit a POST with a WebRequest? (in C# to a PHP file) Pin
kubben24-Apr-07 2:16
kubben24-Apr-07 2:16 
Questioncan't create ASP.NET AJAX-Enabled Web Site in orcas Pin
Tsvi Girsh23-Apr-07 2:02
Tsvi Girsh23-Apr-07 2:02 
QuestionE-mail using javascript Pin
L Viljoen23-Apr-07 1:55
professionalL Viljoen23-Apr-07 1:55 
AnswerRe: E-mail using javascript Pin
badgrs23-Apr-07 2:19
badgrs23-Apr-07 2:19 
QuestionBUG IN PARAMETER OF ASP.NET 2.0 ? Pin
hifiger200423-Apr-07 1:52
hifiger200423-Apr-07 1:52 
Hi Guys,

I have this weird results from my parameters.

I am trying to update one of the table and the thing that i noticed was, one of the parameter doesn't give the exact value, I think. Because it doesn't update the data that I selected thru dropdownlist.

Below is my SQL Statement on how to update the table:

UPDATE tblTitle_Category SET Cat_ID = @Cat_ID WHERE (PlayID = @PlayID) AND (Cat_ID = @Cat_ID2)

Parameters:

All the parameter values came from different textboxes, and the textboxes as I displayed it on my page, all of them has a value @PlayID = 5, @Cat_ID = 34, @Cat_ID2 = 35.

Problem:

It doesn't update at all. The value of @Cat_ID which is 34 does not saved.

But when I tried typing the number "34" (hard coded), then it will update.

What do you think is the problem and how can I correct it. My code is perfectly coded. Is this a bug?

Thanks in advance Guys

hifiger2004

AnswerRe: BUG IN PARAMETER OF ASP.NET 2.0 ? Pin
RichardGrimmer23-Apr-07 5:50
RichardGrimmer23-Apr-07 5:50 
GeneralRe: BUG IN PARAMETER OF ASP.NET 2.0 ? [modified] Pin
hifiger200423-Apr-07 6:48
hifiger200423-Apr-07 6:48 
GeneralRe: BUG IN PARAMETER OF ASP.NET 2.0 ? Pin
marky77723-Apr-07 23:24
marky77723-Apr-07 23:24 
GeneralRe: BUG IN PARAMETER OF ASP.NET 2.0 ? Pin
hifiger200423-Apr-07 23:29
hifiger200423-Apr-07 23:29 
GeneralRe: BUG IN PARAMETER OF ASP.NET 2.0 ? Pin
marky77723-Apr-07 23:37
marky77723-Apr-07 23:37 
GeneralRe: BUG IN PARAMETER OF ASP.NET 2.0 ? Pin
hifiger200424-Apr-07 2:04
hifiger200424-Apr-07 2:04 
QuestionDeveloping a new Site with FrontPage Pin
matjame22-Apr-07 23:03
matjame22-Apr-07 23:03 
AnswerRe: Developing a new Site with FrontPage Pin
Michael Hendrickx22-Apr-07 23:29
Michael Hendrickx22-Apr-07 23:29 
AnswerRe: Developing a new Site with FrontPage Pin
JimmyRopes27-Apr-07 19:10
professionalJimmyRopes27-Apr-07 19:10 
Questiondisplay data from database base on user input Pin
dheema22-Apr-07 22:58
dheema22-Apr-07 22:58 
QuestionReg web dialer Pin
NasimKaziS22-Apr-07 21:20
NasimKaziS22-Apr-07 21:20 
Questionjavascript to input masked date __/__/____ Pin
DineshSharmain22-Apr-07 20:49
DineshSharmain22-Apr-07 20:49 
AnswerRe: javascript to input masked date __/__/____ Pin
coolestCoder22-Apr-07 20:58
coolestCoder22-Apr-07 20:58 
Questionchanging a radio button programmatically Pin
JimmyRopes21-Apr-07 12:11
professionalJimmyRopes21-Apr-07 12:11 
AnswerRe: changing a radio button programmatically Pin
Fred_Smith22-Apr-07 0:29
Fred_Smith22-Apr-07 0:29 
GeneralRe: changing a radio button programmatically Pin
JimmyRopes22-Apr-07 2:24
professionalJimmyRopes22-Apr-07 2:24 
Questionemail probelm in php Pin
kumar bharat bhusanam21-Apr-07 5:51
kumar bharat bhusanam21-Apr-07 5: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.