Click here to Skip to main content
15,886,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: form for ordering pizza Pin
Manas Bhardwaj3-Apr-10 9:30
professionalManas Bhardwaj3-Apr-10 9:30 
Questionmultiple user access Pin
ships_agr3-Apr-10 7:17
ships_agr3-Apr-10 7:17 
Questionhow to transfer data from one gridview to another gridview page Pin
developerit3-Apr-10 5:00
developerit3-Apr-10 5:00 
AnswerRe: how to transfer data from one gridview to another gridview page Pin
kadaoui el mehdi3-Apr-10 5:27
kadaoui el mehdi3-Apr-10 5:27 
AnswerRe: how to transfer data from one gridview to another gridview page Pin
Venkatesh Mookkan4-Apr-10 17:40
Venkatesh Mookkan4-Apr-10 17:40 
Questionhow to calculate total in the gridview Pin
developerit3-Apr-10 4:57
developerit3-Apr-10 4:57 
AnswerRe: how to calculate total in the gridview Pin
Randal Vance Cunanan3-Apr-10 20:33
Randal Vance Cunanan3-Apr-10 20:33 
AnswerRe: how to calculate total in the gridview [modified] Pin
Gary Stafford4-Apr-10 16:35
Gary Stafford4-Apr-10 16:35 
You could do it on the client-side with jQuery and save a lot of server-side processing and roundtrips. It would be easy to attach an event listener to the checkbox and total all the item's subtotals, etc. Here is a link to an example that updates the total the items in the order table as you add and remove items. It doesn't use Web Forms, but just as easily could: Interactive Form Functionality on the Client-Side Using jQuery[^]. There is a working example at http://altweb.lazerinc.com/jquery/order_dev.htm[^].
Regards,

Gary
modified on Monday, April 5, 2010 9:09 AM

QuestionUploading files + Forms Authentication redirects to Login page!!!!!!!! Pin
Member 7520743-Apr-10 3:38
Member 7520743-Apr-10 3:38 
AnswerRe: Uploading files + Forms Authentication redirects to Login page!!!!!!!! Pin
Member 7520743-Apr-10 7:14
Member 7520743-Apr-10 7:14 
QuestionPaging in repeater Pin
lionelcyril3-Apr-10 0:35
lionelcyril3-Apr-10 0:35 
AnswerRe: Paging in repeater Pin
PSK_3-Apr-10 0:51
PSK_3-Apr-10 0:51 
GeneralRe: Paging in repeater Pin
lionelcyril3-Apr-10 1:02
lionelcyril3-Apr-10 1:02 
GeneralRe: Paging in repeater Pin
PSK_3-Apr-10 1:05
PSK_3-Apr-10 1:05 
Questionshow Progress for Long Running Query Pin
Abdul Rahman Hamidy2-Apr-10 21:24
Abdul Rahman Hamidy2-Apr-10 21:24 
AnswerRe: show Progress for Long Running Query Pin
MyDevBank2-Apr-10 23:02
MyDevBank2-Apr-10 23:02 
GeneralRe: show Progress for Long Running Query Pin
Abdul Rahman Hamidy2-Apr-10 23:17
Abdul Rahman Hamidy2-Apr-10 23:17 
AnswerRe: show Progress for Long Running Query Pin
Gary Stafford5-Apr-10 9:00
Gary Stafford5-Apr-10 9:00 
GeneralRe: show Progress for Long Running Query Pin
Abdul Rahman Hamidy5-Apr-10 18:25
Abdul Rahman Hamidy5-Apr-10 18:25 
GeneralRe: show Progress for Long Running Query Pin
Gary Stafford6-Apr-10 3:01
Gary Stafford6-Apr-10 3:01 
Questionrepeater control Pin
test-092-Apr-10 19:22
test-092-Apr-10 19:22 
AnswerRe: repeater control Pin
MyDevBank2-Apr-10 22:39
MyDevBank2-Apr-10 22:39 
GeneralRe: repeater control Pin
test-093-Apr-10 2:45
test-093-Apr-10 2:45 
GeneralRe: repeater control Pin
MyDevBank3-Apr-10 3:36
MyDevBank3-Apr-10 3:36 
GeneralRe: repeater control Pin
test-093-Apr-10 4:08
test-093-Apr-10 4: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.