Click here to Skip to main content
15,898,036 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCommunicate between Applications using Httpcontext object. Pin
suravi22-Jul-09 23:27
suravi22-Jul-09 23:27 
AnswerRe: Communicate between Applications using Httpcontext object. Pin
Mike Ellison23-Jul-09 18:18
Mike Ellison23-Jul-09 18:18 
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 
hii.....
i wanna update the table column name Description (Having single row) through a multiline textbox.table name is ManageAboutJA.
i hav written following code but still its not updatin..can u help me..plz do help
string str = "UPDATE ManageAboutJA SET Description=@Descrip";
SqlCommand cmd = new SqlCommand(str,conn);
conn.Open();
cmd.Parameters.Add("@Descrip",TextBox2.Text);
cmd.ExecuteNonQuery();

conn.Close();


not even single time i use to get answers from cp why is it so...
wat is it ment for....
thnks...
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 
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 

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.