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

ASP.NET

 
AnswerRe: Sending SMS via ASP.NET Web Service Pin
Psycho-*Coder*-Extreme27-Apr-07 10:27
Psycho-*Coder*-Extreme27-Apr-07 10:27 
QuestionResizing Image Pin
Tarik Guney27-Apr-07 4:01
Tarik Guney27-Apr-07 4:01 
AnswerRe: Resizing Image Pin
Cfer8327-Apr-07 7:46
Cfer8327-Apr-07 7:46 
GeneralRe: Resizing Image Pin
Tarik Guney27-Apr-07 8:10
Tarik Guney27-Apr-07 8:10 
QuestionExport to excel Pin
.NET- India 27-Apr-07 2:55
.NET- India 27-Apr-07 2:55 
AnswerRe: Export to excel Pin
Sathesh Sakthivel27-Apr-07 3:15
Sathesh Sakthivel27-Apr-07 3:15 
QuestionTextBox.text as parameter in query Pin
kallileo27-Apr-07 2:08
kallileo27-Apr-07 2:08 
AnswerRe: TextBox.text as parameter in query Pin
szukuro27-Apr-07 2:24
szukuro27-Apr-07 2:24 
Modify query like this:
query = "UPDATE [Temp] SET [value] = @text WHERE [name] = 'temprature'"

Add this:
updateCMD.Parameters.AddWithValue("@text", Textbox1.Text);
AnswerRe: TextBox.text as parameter in query Pin
Mayank Parmar27-Apr-07 2:25
professionalMayank Parmar27-Apr-07 2:25 
GeneralRe: TextBox.text as parameter in query Pin
kallileo27-Apr-07 2:51
kallileo27-Apr-07 2:51 
GeneralRe: TextBox.text as parameter in query Pin
Mayank Parmar27-Apr-07 19:16
professionalMayank Parmar27-Apr-07 19:16 
QuestionDouble Request Pin
Tristan Rhodes27-Apr-07 1:18
Tristan Rhodes27-Apr-07 1:18 
AnswerRe: Double Request Pin
N a v a n e e t h27-Apr-07 2:54
N a v a n e e t h27-Apr-07 2:54 
GeneralRe: Double Request Pin
Tristan Rhodes27-Apr-07 4:06
Tristan Rhodes27-Apr-07 4:06 
AnswerRe: Double Request Pin
DavidNohejl27-Apr-07 4:52
DavidNohejl27-Apr-07 4:52 
AnswerRe: Double Request Pin
Paddy Boyd27-Apr-07 6:03
Paddy Boyd27-Apr-07 6:03 
Question.swf file is not getting refreshed when browser is refreshed Pin
yogita charhate27-Apr-07 1:09
yogita charhate27-Apr-07 1:09 
AnswerRe: .swf file is not getting refreshed when browser is refreshed Pin
Mayank Parmar27-Apr-07 20:29
professionalMayank Parmar27-Apr-07 20:29 
QuestionDatagrid Pin
A kamath27-Apr-07 1:02
A kamath27-Apr-07 1:02 
AnswerRe: Datagrid Pin
Deepml27-Apr-07 1:05
Deepml27-Apr-07 1:05 
GeneralRe: Datagrid Pin
A kamath27-Apr-07 1:10
A kamath27-Apr-07 1:10 
GeneralRe: Datagrid Pin
Chetan Ranpariya27-Apr-07 1:52
Chetan Ranpariya27-Apr-07 1:52 
GeneralRe: Datagrid Pin
A kamath27-Apr-07 1:56
A kamath27-Apr-07 1:56 
GeneralRe: Datagrid Pin
Chetan Ranpariya27-Apr-07 2:00
Chetan Ranpariya27-Apr-07 2:00 
GeneralRe: Datagrid Pin
A kamath27-Apr-07 2:03
A kamath27-Apr-07 2: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.