ASPFriends.com 'aspngescalate' list Archive - May 2002
Messages
Page: 1
Custom control caching question (2 replies)
ASPFriends.com 'aspngescalate' list
I have asked this question in aspngcache with no results, so I am resubmitting the question here. I have built a custom control that I have compiled into a dll and placed in the bin folder and registered on an .aspx page. All works fine. The control displays one random record from a database based on certain internal criteria, meaning I pass no information to the control. I want to cache the outpu...
Confirm delete after Cancel in Datagrid/EditColumn (NOT ANSW ERED AND DRIVING ME NUTS) (2 replies)
ASPFriends.com 'aspngescalate' list
I have had no answers to this at aspngdatagridrepeaterdatalist after many attempts (and it has not appeared in the Escalate list either in spite of me sending it there several days ago)!!!!!!!!!! so I am trying again to escalate. I suspect it has something to do with viewstate. ORIGINAL PROBLEM: "I'm having a problem finding a way to add onClick 3Dreturn confirm to a button after having cancelled ...
SV: Re: Confirm delete after Cancel in Datagrid/EditColumn (NOT ANSW ERED AND DRIVING ME NUTS) (2 replies)
ASPFriends.com 'aspngescalate' list
Well Dennis, This doesn't work. I loose the clientside OnCLick eventhandler e.g when I have click the EDIT button and later pressed CANCEL. The record is then deleted without warning. Go here to see what I mean: http://213.67.33.251/storeadmin Login as: Guest/guest Choose: 'Customers/Customer Accounts' then Click 'Order' Click: 'X' to delete (you get the confirmation dialogue) Click: 'E' and then ...
SV: Re: SV: Re: Confirm delete after Cancel in Datagrid/EditColumn (NOT ANSW ERED AND DRIVING ME NUTS) (2 replies)
ASPFriends.com 'aspngescalate' list
You didn't read my message thoroughly ;) 'Customers/Customer Accounts' then Click 'Order' 3D 3D 3D 3D 3D 3D CUSTOMERS Click: 'X' to delete (you get the confirmation dialogue) Click: 'E' and then 'X' (you get the confirmation dialogue) Click: 'E' and then 'C' and then 'X' (the record is deleted without warning) Click: 'E' and then 'U' and then 'X' (the record is deleted without warning) It's only t...
SV: Re: SV: Re: SV: Re: Confirm delete after Cancel in Datagrid/EditColumn (NOT ANSW ERED AND DRIVING ME NUTS) (4 replies)
ASPFriends.com 'aspngescalate' list
Ill show you my 'DataGrid OnCancelCommand': Sub DataGrid CancelCommand(ByVal sender As Object, ByVal e As DataGridCommandEventArgs) Handles myDataGrid.CancelCommand, dgrOrderDetails.CancelCommand Dim intCustID As Integer 3D Session("customerid") Select Case sender.Id Case "myDataGrid" myDataGrid.EditItemIndex 3D 1 myDataGrid.DataSource 3D BindGrid() myDataGrid.DataBind() Case "dgrOrderDetails" dgr...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com