Advertisement

1 - 10 of 238 containing alltags:("formview") (0 seconds)
We know that it is possible to subclass Windows Common Controls to create ActiveX controls. Is it possible to achieve ActiveX controls comprising of a formview ?
Zones: Windows MFCDate Answered: 02/19/1999 Grade: B Views: 0
I want a UI that will have a list view( of user names requsting a chat session). Below that view is another view class for chat(CFormView derived).Clicking on the list view will open a chat View fo...
Zones: Windows MFCDate Answered: 08/21/2002 Grade: A Views: 0
Hi,   How can I create another form in a form view application and how to switch the view to that form? Thank you!
Zones: Windows MFCDate Answered: 07/11/2004 Grade: A Views: 0
I Write a SDI Formview App.and I put a "Next" button on the FormView.I wanna user click the button and goto next page:A new FormView,Step2 dialog. I have design this step 2 dialog in resource.and ...
Zones: Windows MFCDate Answered: 02/27/2003 Grade: A Views: 0
Hello i am using Ado in formView class of VC++..The database is opened by adding a library in a header file stdafx.h #import "c:\Program Files\Common Files\System\ADO\msado15.dll" no_namespac...
Zones: C++Date Answered: 11/19/2003 Grade: A Views: 0
I wish to find a control in a page. I do know it's ID. I tried and used the method FindControl of the Page object as I would have done in .NET 1.1 but it seems to be useless in .NET 2.0. My first h...
Zones: Web DevelopmentDate Answered: 12/16/2005 Grade: B Views: 0
I have a FormView which is bound to a SqlDataSource.  The SqlDataSource will allow it to Insert, Update and Edit records.  Everything is working fine, but when the FormViewMode is ReadOnly, it show...
Zones: ASP.Net ProgrammingDate Answered: 02/16/2006 Grade: A Views: 0
I have a few rows that I would like to appear or disappear based on certain field values.  For example, I have the two rows in a FormView below:       <tr>       <th class="TableHeader">Hosted Clien...
Zones: ASP.Net ProgrammingDate Answered: 04/23/2006 Grade: C Views: 0
In ASP.NET 2.0 C# I have a form with a Formview, Dropdownlist and a TextBox. I change a value in the DropdownList and I nees the Textbox to refreshed. In the DropdownList_SelectedIndexChange I do...
Zones: ASP.Net ProgrammingDate Answered: 04/21/2006 Grade: B Views: 132
Hello, I have several textboxes in a formview with an inset and a cancel button. I  edited the tabindex property of each textbox in order 0,1,2,3... The insert button 9 and the cancel button 10. I ...
Zones: ASP.Net ProgrammingDate Answered: 04/22/2006 Grade: A Views: 0