Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: url encode with '+' [modified] Pin
g00fyman15-May-08 13:47
g00fyman15-May-08 13:47 
GeneralRe: url encode with '+' Pin
g00fyman15-May-08 14:06
g00fyman15-May-08 14:06 
QuestionHow find text box is focussed while i click the button Pin
Guvera15-May-08 0:51
Guvera15-May-08 0:51 
AnswerRe: How find text box is focussed while i click the button Pin
eyeseetee15-May-08 0:54
eyeseetee15-May-08 0:54 
Questionsaving a query into a database column? Pin
Karan_TN15-May-08 0:33
Karan_TN15-May-08 0:33 
AnswerRe: saving a query into a database column? Pin
Christian Graus15-May-08 0:43
protectorChristian Graus15-May-08 0:43 
GeneralRe: saving a query into a database column? Pin
Karan_TN15-May-08 0:56
Karan_TN15-May-08 0:56 
Questionneeded updated value?? Pin
Karan_TN14-May-08 23:16
Karan_TN14-May-08 23:16 
i m currently using asp.net with c# (.net 2005, 2.0 framework)

cmd = new SqlCommand("UPDATE tbl1 set name='" + textbox1.Text + "',lock_datetime='" where id='" + txtid.Text + "'",conn);
MyLib.cmd.ExecuteNonQuery();


after executing this query i need the value which is updated in the table (i.e, the name which is saved from textbox1 to database)

how to retrive it? - KARAN
AnswerRe: needed updated value?? Pin
Christian Graus15-May-08 0:03
protectorChristian Graus15-May-08 0:03 
AnswerRe: needed updated value?? Pin
eyeseetee15-May-08 0:20
eyeseetee15-May-08 0:20 
GeneralRe: needed updated value?? Pin
Karan_TN15-May-08 0:28
Karan_TN15-May-08 0:28 
GeneralRe: needed updated value?? Pin
Christian Graus15-May-08 0:42
protectorChristian Graus15-May-08 0:42 
GeneralRe: needed updated value?? Pin
Karan_TN15-May-08 1:50
Karan_TN15-May-08 1:50 
QuestionApplication_Start not firing Pin
sebastian314-May-08 23:16
sebastian314-May-08 23:16 
AnswerRe: Application_Start not firing Pin
Laddie14-May-08 23:21
Laddie14-May-08 23:21 
Questionlogin into the another site Pin
Mogaambo14-May-08 22:30
Mogaambo14-May-08 22:30 
AnswerRe: login into the another site Pin
Christian Graus15-May-08 0:02
protectorChristian Graus15-May-08 0:02 
GeneralRe: login into the another site Pin
l0kke15-May-08 0:32
l0kke15-May-08 0:32 
GeneralRe: login into the another site Pin
Mogaambo15-May-08 4:09
Mogaambo15-May-08 4:09 
GeneralRe: login into the another site Pin
l0kke19-May-08 2:32
l0kke19-May-08 2:32 
Questioncreating aspx pages at runtime Pin
Mogaambo14-May-08 22:05
Mogaambo14-May-08 22:05 
AnswerRe: creating aspx pages at runtime Pin
eyeseetee14-May-08 22:17
eyeseetee14-May-08 22:17 
GeneralRe: creating aspx pages at runtime Pin
Mogaambo14-May-08 22:27
Mogaambo14-May-08 22:27 
GeneralRe: creating aspx pages at runtime Pin
l0kke14-May-08 23:45
l0kke14-May-08 23:45 
AnswerIGNORE Pin
leckey15-May-08 3:06
leckey15-May-08 3:06 

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.