How to get a record from dataList in Asp.net?

  • Thread starter Thread starter satya_538
  • Start date Start date
S

satya_538

Guest
I am using DataList Control. I used a ItemCommand event to get a value. So, I am getting one value only.(if(e.CommaneName=="primages"){----}). Now I want a total record. How to get a record record from datalist by using BubbledEvent--ItemCommand.
ItemCommand is the only option to get a record?
Pls Explain briefly??
 
Back
Top