Click here to Skip to main content
16,022,413 members

Comments by Member 8362403 (Top 3 by date)

Member 8362403 26-Jul-13 9:29am View    
i want to hide the alert ... in my project all are comming from apptheams.. it has lot of styles sheets are there..this issue raised when i click on next button .. how would i hide this popup (alert)..
Member 8362403 26-Jul-13 9:16am View    
i want answer... :)
Member 8362403 28-Dec-11 3:26am View    
thanks, i think you are not understand my question.in the above question i have to add css class , here i tried


Dim editColumn As New GridEditCommandColumn
editColumn.ButtonType = GridButtonColumnType.LinkButton
editColumn.ItemStyle.CssClass = "buttonEdit1"

here i got the edit button, in the same way i want to add update button and cancel button,

when we click the edit button , it shows update and cancel buttons ,

so how to add update and cancel buttons.