Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I have some chemicals in my sql table,

I have to fetch those chemicals where user can select one/all chemicals, what they need from these n i have to insert it into some other table, like order one.

So, i have to use Repeater, Gridview or a table... which one i have use...
or any other solution.

Please guys, help me
Posted
Comments
Jignesh Khant 21-May-14 2:42am    
Use gridview, & add check boxes to select all or some rows.

 
Share this answer
 
It depends on the UI design/requirement. However, I think GridView control would be the best choice in your scenario.
 
Share this answer
 
It depend on your need according to me if you bind HTML table for databinding then you have to bind it
using Ajax Javascript or jQuery it is more faster than Gridview,Datalist and repeater
I have give some links regarding Gridview,Datalist and repeater review it and decide whatever you want.. :)

Difference Between Repeater and DataList and GridView[^]

Comparing ListView with GridView,DataList and Repeater

what is the difference between datagrid,gridview,datalist and repeator control in asp.net?[^]
 
Share this answer
 
You can use grid view with check box or jquery datatable
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900