Hello Everyone,

I am new for asp.net and knows some basics of sql... I wanted to use linq with listview and the elements in the listview should be sorted according to the click event of bulleted list and i don't want this data to be editable i mean this is only for view and on click of item in listview the details about the item should be displayed in next web form...

How should i start????

my data contains book_title,book_image,book_author,book_publications,book_Price...

sorry if the information above is not proper and please let me know what details i should provide...

any Help is greatly appreciated....

Steps:

1. Design the itemTemplate and use Eval() method to bind data source elements.

2. In code-begind, set DataSource property and invoke Databind() method.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.