Click here to Skip to main content
15,910,787 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSending SMS via ASP.NET Web Service Pin
Nirmal8427-Apr-07 5:17
Nirmal8427-Apr-07 5:17 
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 
How can I pass the value from texbox.text as parameter in my SQL query?

Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click

Dim txt As Integer
Dim updateCMD As SqlCommand
Dim query As String
txt = TextBox1.Text

query = "UPDATE [Temp] SET [value] = '??????' WHERE [name] = 'temprature'"

updateCMD = New SqlCommand(query, SQLconn)
updateCMD.CommandType = CommandType.Text
SQLconn.Open()
updateCMD.ExecuteNonQuery()
SQLconn.Close()


End Sub

Thanks
AnswerRe: TextBox.text as parameter in query Pin
szukuro27-Apr-07 2:24
szukuro27-Apr-07 2:24 
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 

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.