Click here to Skip to main content
15,879,535 members

Comments by Member 4581741 (Top 32 by date)

Member 4581741 18-Apr-21 17:28pm View    
I have updated code a little. Please check my updated post. I have posted results.
Member 4581741 18-Apr-21 11:05am View    
I know how to debug but i feel the way i am approaching the problem is wrong. You can review my code. Any suggestions regarding my initial question, how to solve or what approach should i take in solving that specific problem would be helpful. Thanks
Member 4581741 19-Jul-18 18:11pm View    
There is id field but CreateDate can be used to know the sequence of the entries for each state.
Member 4581741 19-Jul-18 1:56am View    
Sorry if the question is not clear.
"You have records where the ID and the state match. 1 & OH, 1 & CO, 1 & NC. The types of each of these records do not match Ret <> DetRet."
The "Type" of 1st entry of each state should match. ID 1 has "Det" as type for each state for 1st entry, and 2nd entry for each state for ID 1 has Type "Redet". So that's good.
For ID3 and ID4 it does not match.
Also, Det and ReDet are just example of Types. It can be any one of 5 values.
Member 4581741 19-Jan-12 17:15pm View    
I am only to put the modalpopup extender inside Itemtemplate.
If i do so it slows down the website by much as it tried to load the modal for each row of column being generated by gridview datasource.

What i want is that i need to add a button column inside the grid view and when that button is called need to open a popup with some values of that row.