Click here to Skip to main content
15,867,453 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Passing an array from a Java file to a Webservice created in .Net Pin
someone_blank30-Mar-10 6:45
someone_blank30-Mar-10 6:45 
Questionhow to bind view to gridview control using asp.net with c# Pin
developerit30-Mar-10 0:14
developerit30-Mar-10 0:14 
AnswerRe: how to bind view to gridview control using asp.net with c# Pin
Gaurav Dudeja India30-Mar-10 0:19
Gaurav Dudeja India30-Mar-10 0:19 
AnswerRe: how to bind view to gridview control using asp.net with c# Pin
Sneha Bisht30-Mar-10 0:48
Sneha Bisht30-Mar-10 0:48 
AnswerRe: how to bind view to gridview control using asp.net with c# Pin
R. Giskard Reventlov30-Mar-10 0:56
R. Giskard Reventlov30-Mar-10 0:56 
AnswerRe: how to bind view to gridview control using asp.net with c# Pin
Tej Aj30-Mar-10 2:20
Tej Aj30-Mar-10 2:20 
Questionhow to calculate the cell values in gridview using asp.net with c# Pin
developerit30-Mar-10 0:12
developerit30-Mar-10 0:12 
AnswerRe: how to calculate the cell values in gridview using asp.net with c# Pin
Dinesh Mani30-Mar-10 0:33
Dinesh Mani30-Mar-10 0:33 
You can use server or the client side for doing these operations. on the client side, use javascript to get the values of the price and order text boxes on the blur event of the text box and calculate the value and put it in the 3rd textbox. Again on the button's client click get the values from all the total text boxes and calculate the grand total.

If you wish to do it on the server, then do it on the TextChanged event. But this is not good. Similarly on the button's server click just do the grand total.
GeneralRe: how to calculate the cell values in gridview using asp.net with c# Pin
developerit31-Mar-10 3:57
developerit31-Mar-10 3:57 
QuestionHow to show the content of gzip file in browser Pin
snehasish30-Mar-10 0:00
snehasish30-Mar-10 0:00 
QuestionData synchronization Pin
mukesh.mr0329-Mar-10 23:02
mukesh.mr0329-Mar-10 23:02 
Questionoverflow:auto Pin
Paul Unsworth29-Mar-10 22:58
Paul Unsworth29-Mar-10 22:58 
AnswerRe: overflow:auto Pin
Dinesh Mani29-Mar-10 23:16
Dinesh Mani29-Mar-10 23:16 
GeneralRe: overflow:auto Pin
Paul Unsworth29-Mar-10 23:21
Paul Unsworth29-Mar-10 23:21 
GeneralRe: overflow:auto Pin
Dinesh Mani29-Mar-10 23:34
Dinesh Mani29-Mar-10 23:34 
GeneralRe: overflow:auto Pin
Paul Unsworth29-Mar-10 23:37
Paul Unsworth29-Mar-10 23:37 
GeneralRe: overflow:auto Pin
Dinesh Mani29-Mar-10 23:41
Dinesh Mani29-Mar-10 23:41 
GeneralRe: overflow:auto Pin
Paul Unsworth29-Mar-10 23:46
Paul Unsworth29-Mar-10 23:46 
QuestionError when loading ASP.NET page Pin
WinCrs29-Mar-10 22:00
WinCrs29-Mar-10 22:00 
AnswerRe: Error when loading ASP.NET page Pin
Eduard Keilholz29-Mar-10 22:13
Eduard Keilholz29-Mar-10 22:13 
GeneralRe: Error when loading ASP.NET page Pin
WinCrs29-Mar-10 22:40
WinCrs29-Mar-10 22:40 
GeneralRe: Error when loading ASP.NET page Pin
<<Tash18>>29-Mar-10 22:42
<<Tash18>>29-Mar-10 22:42 
AnswerRe: Error when loading ASP.NET page Pin
Member 450194030-Mar-10 4:07
Member 450194030-Mar-10 4:07 
AnswerRe: Error when loading ASP.NET page Pin
Member 450194030-Mar-10 4:09
Member 450194030-Mar-10 4:09 
Questionhow to call javascript function from ascx page?? Pin
sarala.s29-Mar-10 21:08
sarala.s29-Mar-10 21:08 

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.