Click here to Skip to main content
15,920,633 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRead the list of all open windows in client machine Pin
Ashi77722-Jul-09 23:17
Ashi77722-Jul-09 23:17 
AnswerRe: Read the list of all open windows in client machine Pin
himanshu256123-Jul-09 0:51
himanshu256123-Jul-09 0:51 
GeneralRe: Read the list of all open windows in client machine Pin
Ashi77723-Jul-09 6:10
Ashi77723-Jul-09 6:10 
AnswerRe: Read the list of all open windows in client machine Pin
DoctorMick23-Jul-09 5:16
DoctorMick23-Jul-09 5:16 
GeneralRe: Read the list of all open windows in client machine Pin
Ashi77723-Jul-09 6:10
Ashi77723-Jul-09 6:10 
Questionupdate query.. Pin
mylogics22-Jul-09 22:10
professionalmylogics22-Jul-09 22:10 
AnswerPlease Ignore : Cross Post Pin
Abhijit Jana22-Jul-09 22:52
professionalAbhijit Jana22-Jul-09 22:52 
AnswerRe: update query.. Pin
saran78923-Jul-09 1:31
saran78923-Jul-09 1:31 
Why cant you try this. Simple when you are using only few parameters.
and dont forget to add where clause while updating, It may update all records in the table.

string str = "UPDATE ManageAboutJA SET Description='" + TextBox2.Text + "'";
SqlCommand cmd = new SqlCommand(str,conn);
conn.Open();
cmd.ExecuteNonQuery();
conn.Close();
GeneralRe: update query.. Pin
Abhijit Jana23-Jul-09 1:59
professionalAbhijit Jana23-Jul-09 1:59 
Questiondatatable Pin
Malik112222-Jul-09 21:58
Malik112222-Jul-09 21:58 
AnswerRe: datatable Pin
Brij22-Jul-09 22:02
mentorBrij22-Jul-09 22:02 
GeneralRe: datatable Pin
Malik112222-Jul-09 22:12
Malik112222-Jul-09 22:12 
GeneralRe: datatable Pin
Brij23-Jul-09 0:49
mentorBrij23-Jul-09 0:49 
GeneralRe: datatable Pin
Malik112222-Jul-09 22:39
Malik112222-Jul-09 22:39 
AnswerRe: datatable Pin
Vimalsoft(Pty) Ltd22-Jul-09 22:04
professionalVimalsoft(Pty) Ltd22-Jul-09 22:04 
GeneralRe: datatable Pin
Malik112222-Jul-09 22:44
Malik112222-Jul-09 22:44 
GeneralRe: datatable Pin
Vimalsoft(Pty) Ltd22-Jul-09 22:50
professionalVimalsoft(Pty) Ltd22-Jul-09 22:50 
GeneralRe: datatable Pin
Malik112222-Jul-09 23:08
Malik112222-Jul-09 23:08 
GeneralRe: datatable Pin
Vimalsoft(Pty) Ltd22-Jul-09 23:15
professionalVimalsoft(Pty) Ltd22-Jul-09 23:15 
GeneralRe: datatable Pin
Malik112223-Jul-09 0:08
Malik112223-Jul-09 0:08 
GeneralRe: datatable Pin
Malik112223-Jul-09 3:05
Malik112223-Jul-09 3:05 
GeneralRe: datatable Pin
Vimalsoft(Pty) Ltd23-Jul-09 4:08
professionalVimalsoft(Pty) Ltd23-Jul-09 4:08 
AnswerRe: datatable Pin
Baran M22-Jul-09 23:41
Baran M22-Jul-09 23:41 
AnswerRe: datatable Pin
Zafar A khan 23-Jul-09 0:44
professionalZafar A khan 23-Jul-09 0:44 
GeneralRe: datatable Pin
Malik112223-Jul-09 3:03
Malik112223-Jul-09 3:03 

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.