hey guys,

Need i little bit of help with it.

How do i can select gridview rows using <CTRL> Key + Click?

I want the user to click on the GridView row for first row selection and when user press <CTRL> key+Click to select the new clicked row. When the user click a selected row (or a new unselected row) without pressing the <CTRL> key all the previeus selection will be lost and the current clicked row is now selected.

How can i do it client side without postback?

Thanks.

>How can i do it client side without postback?

JavaScript. You have to handle mouseEvents.

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.