Hi,
I have following problem: a form with a tabcontrol A and on one of the pages of the tabcontrol A, another tabcontrol B. You select the tabpage of tabcontrol A that contains tabcontrol B -> the first page of tabcontrol B is shown.
Now the first time you select another tabpage from...
Hi,
I wonder if the following is possible:
We have a table Person in our database, with the fields p_person and name. (p_person is the unique identifier)
We have a folder: C:\Pictures that contains a picture for each record in the table Person. The name of the picture file is the unique...
Hi,
I'm having some problems with my datagrid. Its datasource is a dataset, that has a datarelation:
objconnection = New OleDbConnection("provider=SQLOLEDB;" ..)
objconnection.Open()
objDataSet = New DataSet
objdataAdapt1 = New OleDbDataAdapter("select * from person", objconnection)...
Hi all,
I'm trying to export a datatable to an Excel file.
It all seems to be working fine, untill I'm trying to open the excel file with Excel.
I can open the file, but it only shows the title bar and menu. You can see the application behind excel through the spreadsheet area... But when...
Hi,
I have a webform with a multiline TextBox. So users can enter text here with multiple 'newlines'. The value (lets call it 'Reaction') of the TextBox is saved into the database.
Now I want a datagrid that gives an overview of all the 'Reactions' with the newlines.
What I'm getting is...
On my report I have a Page Header that should only be suppressed on the last page that contains the Report Footer. The problem is that in the report I reset the page number after a group, so I have no idea what the last page is, because TotalPageCount gives the number of pages of each group...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.