I have 2 panels : left panel and right panel.
Left Panel - contents of a book...
Right Panel - consists of the content
User select any topic from left panel and display its content in right panel. For left panel I'm using repeater control. On right panel I have 2 button : next and previous.
My question is : How could I make the topic on the left panel selected when user clicks the next or previous buttons?
Instead of a repeater use the ListView control. This is basically a repeater with some extra functionality including the ability to set the SelectedIndex property.
Related
I am developing a web application. I used ajax Update panel & under update panel I used gridview for displaying data. In gridviews edit template I used three Obout ComboBox Control(third party) and bind the data from database.for moving one control to another controls I am using tab key.I used tab key from one combobox its move on second combobox when its move then it is displaying list window of combobox it wont disappear after I go to next control and also when I save the data it well display list of comboxBox.
For example of marked comboBox I attached two images
1)”” when I move one comboBox to another comboBox it is displaying list
2)”” when I save the data it is displaying list window of comboBox.
But when I remove the update panel it won't display such list after focus is moved.
Note:When I use mouse to move one comboBox to another comboBox, list window of ComboBox wont come on screen.
VS:2010
Code-Behind:VB.net
Obout Suite Version:3.5
using obout comboBox property openOnfoucs="false" , solved the problem. It does not display list window when focus moved to another control.
I am using GridView on my page, which retrieves data from SQL database.
The first column is named OK and has a Checkbox in each row.
I want to select each check box with the help of keyboard instead of mouse.
The shortcut for toggling a checkbox is the spacebar, so as long as you have the checkbox highlighted, you can use that to check each box.
Next, check out some articles on adding GridView keyboard navigation:
GridView column and row navigation using up/down/right and left arrows
GridView Rows Navigation Using Arrow (Up/Down) Keys
GridView Up and Down Navigation using jQuery
![how do I add a panel with an image control and a label dynamically (on button click)??][1]
i want this:
i select an image and press delete, it should delete (from the database) the image and the image name (label)... i press add and a new image control with a label should be added...
problem:
i cant seem to be able to select anything on the page...
what i have:
i have put the image and the label in a panel.. i delete the panel and it gets deleted... however, since the PANEL is not stored in the database, it only gets deleted temporarily.. it comes back the next time... what should i do to achieve what i want here..?
i have taken a repeater control & put a panel with an image & label inside it (i will have multiple similar panels in the repeater)... now how do i delete a particular panel from it...??
in my Project there is Asp.net GridView ( that putted into a update panel).
i did open Gridview In Jquery Ui Dialog.
Is there any way exist to edit a specific column grid View cells in microwave on mouse over on that cell?
for example displaying a div on that position and doing an action.
please give me help.
thanks
You could use hover jQuery function:
$(selector).hover( handlerIn(eventObject), handlerOut(eventObject) )
it takes 2 parameters:
1). Function which called on mouse goes in element
2). Function which called on mouse goes out element
In the first parameter you could show div, and hide it in the second one.
How do I place the label portion of a DevExpress CheckEdit control to the left of the checkbox?
If you go to the Properties of the CheckEdit and navigate to the special DevExpress Properties item. You will find a item called GlyphAlignment, set this to Far and the label will be on the left portion of the control