Click here to Skip to main content
15,914,225 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: textbox event Pin
padmanabhan N18-Aug-09 0:12
padmanabhan N18-Aug-09 0:12 
GeneralRe: textbox event Pin
Christian Graus18-Aug-09 0:17
protectorChristian Graus18-Aug-09 0:17 
GeneralRe: textbox event Pin
mylogics18-Aug-09 0:22
professionalmylogics18-Aug-09 0:22 
AnswerRe: textbox event Pin
Christian Graus18-Aug-09 0:15
protectorChristian Graus18-Aug-09 0:15 
AnswerRe: textbox event Pin
Blue_Boy18-Aug-09 0:16
Blue_Boy18-Aug-09 0:16 
GeneralRe: textbox event Pin
mylogics18-Aug-09 0:25
professionalmylogics18-Aug-09 0:25 
GeneralRe: textbox event Pin
Blue_Boy18-Aug-09 0:42
Blue_Boy18-Aug-09 0:42 
AnswerRe: textbox event Pin
sajjy18-Aug-09 0:51
sajjy18-Aug-09 0:51 
hi you know , i think you`d better not do that like this !!! Big Grin | :-D
because ontextchanged , sends the information to the server andyour page relodes and takes so much time !
it`s better to do this on client side with java script
something like this :
var quantity = document.getElementById('txtqty').value;
     var price = document.getElementById('txtproductprice').value;
     document.getElementById('txttotalprice').value = quantity*price;

Cool | :cool:
GeneralRe: textbox event Pin
mylogics18-Aug-09 1:37
professionalmylogics18-Aug-09 1:37 
GeneralRe: textbox event Pin
sajjy18-Aug-09 1:51
sajjy18-Aug-09 1:51 
GeneralRe: textbox event Pin
sajjy18-Aug-09 1:57
sajjy18-Aug-09 1:57 
GeneralRe: textbox event Pin
mylogics18-Aug-09 2:11
professionalmylogics18-Aug-09 2:11 
GeneralRe: textbox event Pin
sajjy18-Aug-09 2:17
sajjy18-Aug-09 2:17 
GeneralRe: textbox event Pin
mylogics18-Aug-09 2:21
professionalmylogics18-Aug-09 2:21 
GeneralRe: textbox event Pin
sajjy18-Aug-09 2:24
sajjy18-Aug-09 2:24 
GeneralRe: textbox event Pin
mylogics18-Aug-09 2:29
professionalmylogics18-Aug-09 2:29 
GeneralRe: textbox event Pin
Blue_Boy18-Aug-09 2:31
Blue_Boy18-Aug-09 2:31 
GeneralRe: textbox event Pin
padmanabhan N18-Aug-09 1:59
padmanabhan N18-Aug-09 1:59 
GeneralRe: textbox event Pin
mylogics18-Aug-09 2:17
professionalmylogics18-Aug-09 2:17 
AnswerRe: textbox event Pin
Sundeep Ganiga18-Aug-09 2:10
Sundeep Ganiga18-Aug-09 2:10 
GeneralRe: textbox event Pin
sajjy18-Aug-09 2:22
sajjy18-Aug-09 2:22 
GeneralRe: textbox event Pin
mylogics18-Aug-09 2:31
professionalmylogics18-Aug-09 2:31 
QuestionTransaction problem in asp.net Pin
pranavcool17-Aug-09 23:31
pranavcool17-Aug-09 23:31 
AnswerRe: Transaction problem in asp.net Pin
padmanabhan N17-Aug-09 23:38
padmanabhan N17-Aug-09 23:38 
AnswerRe: Transaction problem in asp.net Pin
Christian Graus18-Aug-09 0:02
protectorChristian Graus18-Aug-09 0:02 

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.