hai 2 all
i had an girdview say products
at the above gridview i hv to do like this
products name wise: A B C D ........X Y Z
when ever we click on name ...the gridview has to show only the productsnames which start from that alphabit
for example if i click on A
then in gridview i hav to see only the product names whose productnames starts with a letter A
Loading
Suthish NairPosted Mar 28, 2011, 7:12 AM
shashi reddyPosted Mar 28, 2011, 8:42 AM
thanQ
shashi reddyPosted Mar 28, 2011, 5:45 AM
but my question is how to get that...
needed answer
Krishna GaradPosted Mar 28, 2011, 4:13 AM
shashi reddyPosted Mar 28, 2011, 4:02 AM
yeah i knew that query..
but there are 26 alphabits
for every alphabit we have to take a saparate linkbutton or else is there any shortcut way
Krishna GaradPosted Mar 28, 2011, 3:45 AM
Select * from Tbl Where Prod_Name like 'A%'
on particular alphabets when user is clicking then pass that character to select query
may help you.