Click here to Skip to main content
15,890,375 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhtml5 with vs2010 Pin
Manoranjan Gupta23-Feb-13 2:07
Manoranjan Gupta23-Feb-13 2:07 
AnswerRe: html5 with vs2010 Pin
Sandeep Mewara23-Feb-13 3:10
mveSandeep Mewara23-Feb-13 3:10 
Question70-480 Course Book Pin
silentspeaker23-Feb-13 0:35
silentspeaker23-Feb-13 0:35 
AnswerRe: 70-480 Course Book Pin
Richard MacCutchan23-Feb-13 1:07
mveRichard MacCutchan23-Feb-13 1:07 
Questionvisul studio installing Pin
agrigold22-Feb-13 22:48
agrigold22-Feb-13 22:48 
AnswerRe: visul studio installing Pin
Marco Bertschi23-Feb-13 1:42
protectorMarco Bertschi23-Feb-13 1:42 
AnswerRe: visul studio installing Pin
Sandeep Mewara23-Feb-13 3:13
mveSandeep Mewara23-Feb-13 3:13 
Questionhow to increment column value by 1 Pin
Member 870181322-Feb-13 21:39
Member 870181322-Feb-13 21:39 
hi in my table request i have columns as follows
requestid,applicationid,statusid,usertypeid & the data is
1,xxxxx, 1,6
2,xxxxx,2,7
3,xxxxx,3,8
i vil pass requestid to a storedprocedure , and i want to increment statusid,usertype by 1.
create procedure updateusertypeid_statusid
@requestid int
as
begin
update request set usertypeid += 1, statusid += 1 where requestid = @requestid.....this is not working
pls help me to implement this requirement
AnswerRe: how to increment column value by 1 Pin
Member 870181322-Feb-13 22:33
Member 870181322-Feb-13 22:33 
QuestionWeb Task Scheduler Pin
Mohammad Hussein Fakhravari22-Feb-13 11:17
Mohammad Hussein Fakhravari22-Feb-13 11:17 
AnswerRe: Web Task Scheduler Pin
Richard MacCutchan22-Feb-13 23:23
mveRichard MacCutchan22-Feb-13 23:23 
GeneralRe: Web Task Scheduler Pin
Mohammad Hussein Fakhravari23-Feb-13 0:21
Mohammad Hussein Fakhravari23-Feb-13 0:21 
GeneralRe: Web Task Scheduler Pin
Richard MacCutchan23-Feb-13 0:35
mveRichard MacCutchan23-Feb-13 0:35 
GeneralRe: Web Task Scheduler Pin
Mohammad Hussein Fakhravari24-Feb-13 1:01
Mohammad Hussein Fakhravari24-Feb-13 1:01 
GeneralRe: Web Task Scheduler Pin
Richard MacCutchan24-Feb-13 1:10
mveRichard MacCutchan24-Feb-13 1:10 
GeneralRe: Web Task Scheduler Pin
Mohammad Hussein Fakhravari24-Feb-13 20:17
Mohammad Hussein Fakhravari24-Feb-13 20:17 
GeneralRe: Web Task Scheduler Pin
Richard MacCutchan25-Feb-13 0:10
mveRichard MacCutchan25-Feb-13 0:10 
Questiongridview Pin
Member 870181322-Feb-13 7:34
Member 870181322-Feb-13 7:34 
Questiondelete a table data&structure Pin
Member 870181322-Feb-13 3:25
Member 870181322-Feb-13 3:25 
QuestionRe: delete a table data&structure Pin
Richard MacCutchan22-Feb-13 4:01
mveRichard MacCutchan22-Feb-13 4:01 
AnswerRe: delete a table data&structure Pin
Member 870181322-Feb-13 4:30
Member 870181322-Feb-13 4:30 
GeneralRe: delete a table data&structure Pin
Richard MacCutchan22-Feb-13 4:45
mveRichard MacCutchan22-Feb-13 4:45 
GeneralRe: delete a table data&structure Pin
Member 870181322-Feb-13 5:53
Member 870181322-Feb-13 5:53 
GeneralRe: delete a table data&structure Pin
Richard MacCutchan22-Feb-13 6:07
mveRichard MacCutchan22-Feb-13 6:07 
AnswerDROP TABLE Pin
David Mujica22-Feb-13 4:20
David Mujica22-Feb-13 4:20 

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.