I have two questions: I have two tables, table1 and table2. I need to design an application in such a way that a selected row of table 1 when clicked should get displayed in table 2.
i have a win32 application (c++) that has a context menu bind to the right click on the notify icon. The menu/submenu items are dynamicly created and changed during runtime.
I have a listbox with a DataTemplate for the items. Inside my template, 开发者_Python百科I have a label and 3 buttons.
I have created a fancybox dialog which contains a multiple select (#select-a). Now I have another multiple select within a form outside the fancybox dialog, that has the same options (#select-b).
I have 5 drop down lists and a submit button. Every content of the drop down list is depend on the selection value of the previous drop down list. I would like to make sure that the selected value for
$(\'<option></option>\') .attr(\'label\', day) .attr(\'value\', day) if(myDate.getDate() == day)
I have a ASP.NET Web Application Is there any way we can publish only selected files from Visual Studio 2008.
I have a ListActivity that presents a list of names from a database using a SimpleCursorAdapter.I want the user to be able to select 1 or more names by clicking them and then proceed to the next Activ
I would like to style my selected button. I would like to display a light-blue border around the image of m开发者_如何学Cy selected button to show which page the user is on. (or just use the same hove
i\'m using jquery tabs for some of my sites.. for some reason i needed to catch the index of the tab that is actually being selected.when i click some of the tabs, it returns me the tab index, tha开发