Click here to Skip to main content
15,884,986 members

Comments by Vincent Maverick Durano (Top 200 by date)

Vincent Maverick Durano 8-Jan-20 14:58pm View    
You'll have to write some JavaScript to show a div, modal or whatever you want on mouseover event.
Vincent Maverick Durano 7-Jan-20 14:25pm View    
Then just changed the RowType checking to DataRow. I've updated the solution for your reference.
Vincent Maverick Durano 7-Jan-20 12:30pm View    
When you said not working, you mean it's not hitting the LinkButton event? Also, can you wrap your code in page_load within Not IsPostback block?
Vincent Maverick Durano 22-Sep-19 22:53pm View    
I can't seem to find any validation rules applied to your model. IsValid should return true for that.
Vincent Maverick Durano 22-Sep-19 14:10pm View    
Show us how your model ClsDealMaking is created.