Click here to Skip to main content
16,016,301 members
Home / Discussions / C#
   

C#

 
GeneralRe: Custom text edit control??? [modifed] Pin
Cristoff19-May-06 23:58
Cristoff19-May-06 23:58 
AnswerRe: Custom text edit control??? Pin
leppie20-May-06 4:26
leppie20-May-06 4:26 
GeneralRe: Custom text edit control??? [modifed] Pin
Cristoff20-May-06 5:02
Cristoff20-May-06 5:02 
GeneralRe: Custom text edit control??? [modifed] Pin
leppie20-May-06 5:33
leppie20-May-06 5:33 
GeneralRe: Custom text edit control??? [modifed] Pin
Rei Miyasaka20-May-06 8:57
Rei Miyasaka20-May-06 8:57 
GeneralRe: Custom text edit control??? [modifed] Pin
Cristoff20-May-06 15:03
Cristoff20-May-06 15:03 
Questionmessagebox with yes or no using c# in asp.net [modifed] Pin
ayyp19-May-06 21:50
ayyp19-May-06 21:50 
AnswerRe: messagebox with yes or no using c# in asp.net [modifed] Pin
Christian Graus19-May-06 22:28
protectorChristian Graus19-May-06 22:28 
ayyp wrote:
if yes then it should use some the query to update database


Your problem is that your message box is a jscript construct on the client, and your database is on the server. So, one way to do this would be to write a page which does your database operation then closes itself, and redirect to that page when the yes button is pressed, so you're running code on the server from the action that takes place on the client.

Christian Graus - Microsoft MVP - C++
AnswerRe: messagebox with yes or no using c# in asp.net [modifed] Pin
Christian Graus19-May-06 22:44
protectorChristian Graus19-May-06 22:44 
Questionhow to use compiler class in c# Pin
waheed awan19-May-06 21:24
waheed awan19-May-06 21:24 
AnswerRe: how to use compiler class in c# Pin
Stefan Troschuetz19-May-06 21:34
Stefan Troschuetz19-May-06 21:34 
Questionneed help in using Reference type for pointers Pin
Ashraj198219-May-06 21:01
Ashraj198219-May-06 21:01 
AnswerRe: need help in using Reference type for pointers Pin
Christian Graus19-May-06 21:47
protectorChristian Graus19-May-06 21:47 
QuestionDatagrid cell value................. Pin
Nagraj Naik19-May-06 20:34
Nagraj Naik19-May-06 20:34 
QuestionMake a DataGrid's row pointer to invisible [modifed] Pin
Inquire2you19-May-06 19:57
Inquire2you19-May-06 19:57 
QuestionAdding dynamic radiobutton to a gridview Pin
Ritaa19-May-06 19:35
Ritaa19-May-06 19:35 
AnswerRe: Adding dynamic radiobutton to a gridview Pin
coolestCoder19-May-06 21:22
coolestCoder19-May-06 21:22 
GeneralRe: Adding dynamic radiobutton to a gridview [modified] Pin
Ritaa21-May-06 0:30
Ritaa21-May-06 0:30 
QuestionPassing an array to a class Pin
teejayem19-May-06 13:40
teejayem19-May-06 13:40 
AnswerRe: Passing an array to a class Pin
Al Ortega19-May-06 14:33
Al Ortega19-May-06 14:33 
QuestionLast Modified date of an External webpage Pin
Patricker19-May-06 13:10
Patricker19-May-06 13:10 
AnswerRe: Last Modified date of an External webpage Pin
Rei Miyasaka19-May-06 14:23
Rei Miyasaka19-May-06 14:23 
GeneralRe: Last Modified date of an External webpage Pin
Patricker19-May-06 20:55
Patricker19-May-06 20:55 
GeneralRe: Last Modified date of an External webpage Pin
Rei Miyasaka19-May-06 22:53
Rei Miyasaka19-May-06 22:53 
QuestionWhy does .csproj change Component to UserControl Pin
Curtis Harrison19-May-06 11:48
Curtis Harrison19-May-06 11:48 

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.