All, I have a TabControl in an application that started behaving strangely.Some background... This program was converted from VB6 to VB .NET 2008, and used to refer to forms using their class names.
I\'ve noticed that when i populate textboxes from a selected row in a gridview that if the field is blank it displays \" \" in the textbox.
I\'m trying to add a JavaScript function to show all selected items from a ListBox as concatentated strings in a Label on the page. It\'s needed because AutoPostBack=\"true\" will cause the ListBox to
I have a dropdownlist that controls the contents of 3 gridview controls. These are used in a webpart. However, every time the selectedindexchanged method of the dropdownlist fires an event, the conten
In my win forms app I have a listbox and a textbox the app gets email from a server and displays the subject etc in the listbox and when I click the listbox the body is shown in the textbox. Theproble
I have a small C# 3.5 WinForms app I am working on that grabs the event log names from a server into a listview.When one of those items is selected, another listview is populated with the event log en
I have a TextBox in a TemplateField in a GridView that is supposed to show a checkmark after its TextChanged event.
I have a DropDownList, and when SelectedIndex is changed any event is triggered. I\'mputting on it for exemple msgbox, but it\'s not working.
I am attempting to scroll through a database of Album Names using ListView.When I initially select an album, _SelectedIndexChanged returns the appropriate album; however in subsequent attempts to sele
I have few items in combobox, i am selecting one item in that, selectindexchanged event is getting invoked. Then i am clicking on it and selecting the same item ( in开发者_开发技巧dex is not getting c