Click here to Skip to main content
15,924,196 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How can I create a short cut key any button in .net Pin
blue_arc28-Jan-07 19:49
blue_arc28-Jan-07 19:49 
Questionhttp request and response Pin
keroed_edmond28-Jan-07 12:01
keroed_edmond28-Jan-07 12:01 
AnswerRe: http request and response Pin
blue_arc28-Jan-07 19:46
blue_arc28-Jan-07 19:46 
Questionregarding web.config Pin
aslamshaik251097828-Jan-07 9:18
aslamshaik251097828-Jan-07 9:18 
AnswerRe: regarding web.config Pin
Christian Graus28-Jan-07 9:58
protectorChristian Graus28-Jan-07 9:58 
Questionregistrationpage error Pin
aslamshaik251097828-Jan-07 8:47
aslamshaik251097828-Jan-07 8:47 
AnswerRe: registrationpage error Pin
Christian Graus28-Jan-07 9:58
protectorChristian Graus28-Jan-07 9:58 
Questionhow to insert totalprice value to access database Pin
blurMember28-Jan-07 6:53
blurMember28-Jan-07 6:53 
im using vb. To summarize, i have a textbox where user input quantity and a gridview to display the price. i also have a submit button to calculate the totalprice where totalprice = quantity * price.

meanwhile im using a label to store the value price.
<br />
Dim tmp As Double = e.Row.Cells(3).Text.Trim<br />
Label1.Text = "$" + (tmp).ToString("0.00")<br />

this is the submit coding
<br />
myCommand.CommandText = "INSERT INTO [Order] ([Quantity], [TotalPrice]) VALUES ('" & CStr(Me.txtQty.Text) & "',__________)"<br />
<br />
is ________ me.txtQty * Label.Text ?? i need to know what should be the correct way.<br />
<br />
<br />
<br />


thanks in advance. Much appreciated.

AnswerRe: how to insert totalprice value to access database Pin
Parwej Ahamad28-Jan-07 7:09
professionalParwej Ahamad28-Jan-07 7:09 
GeneralRe: how to insert totalprice value to access database Pin
blurMember28-Jan-07 8:01
blurMember28-Jan-07 8:01 
AnswerRe: how to insert totalprice value to access database Pin
Guffa28-Jan-07 8:27
Guffa28-Jan-07 8:27 
GeneralRe: how to insert totalprice value to access database Pin
blurMember28-Jan-07 8:33
blurMember28-Jan-07 8:33 
AnswerRe: how to insert totalprice value to access database Pin
Guffa28-Jan-07 9:10
Guffa28-Jan-07 9:10 
Questiontrading partners(project) Pin
aslamshaik251097828-Jan-07 5:37
aslamshaik251097828-Jan-07 5:37 
AnswerRe: trading partners(project) Pin
Colin Angus Mackay28-Jan-07 5:44
Colin Angus Mackay28-Jan-07 5:44 
AnswerRe: trading partners(project) Pin
Christian Graus28-Jan-07 10:04
protectorChristian Graus28-Jan-07 10:04 
Questionregarding logging page(error in web.config) Pin
aslamshaik251097828-Jan-07 5:29
aslamshaik251097828-Jan-07 5:29 
AnswerRe: regarding logging page(error in web.config) Pin
dinus2828-Jan-07 20:14
dinus2828-Jan-07 20:14 
Questionloginpage error Pin
aslamshaik251097828-Jan-07 5:25
aslamshaik251097828-Jan-07 5:25 
AnswerRe: loginpage error Pin
dinus2828-Jan-07 20:22
dinus2828-Jan-07 20:22 
Questionshow / hide Menu ? Pin
sanaziuse28-Jan-07 5:03
sanaziuse28-Jan-07 5:03 
AnswerRe: show / hide Menu ? Pin
Christian Graus28-Jan-07 9:59
protectorChristian Graus28-Jan-07 9:59 
QuestionApplication Object And Reference Type Pin
ronivars28-Jan-07 3:56
ronivars28-Jan-07 3:56 
AnswerRe: Application Object And Reference Type Pin
Guffa28-Jan-07 8:34
Guffa28-Jan-07 8:34 
GeneralRe: Application Object And Reference Type Pin
ronivars28-Jan-07 11:13
ronivars28-Jan-07 11:13 

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.