Good day,
I would like to know if there is any sort of control or way of having a date picker as one can have in VB6? I need something that operates much the same as the VB6 control.
Any help would be great.
TIA
Hi scan2k,
Unfortunately not. What I ended up doing was allowing for an all option in the drop list. Then the user could either select a single value or all of them but as for 2 or 3 out of a long list I am afraid not.
Sorry I couldn't help more, if you are ever able to come up with the...
Hi there,
I am trying to fill a combobox with values from a sql server 2000 database. Unfortunately I come from VB6 and normal straight asp and my boss wants me to magically learn how to code in C#. I have been trying to figure it out and not much luck, can't seem to find any decent examples...
Hi sbdSolna,
Thanks, but that unfortunately doesnt help me at all. The order of the columns is different in the dataset and the datagrid, I need to and have to read the column headers out of the datagrid. I cannot access the dataset in a conventional way as you have, I HAVE TO ACCESS THE...
Good day,
I have a problem that is really irratating. I have a datagrid that is bound. It is automatically filled with all the fields in the dataset. The only thing is that when the datagrid is populated the column order is different to that of the dataset. I don't mind the columns been all...
There is very limited information that I can find out about the SAP .NET connector which is the main reason I am trying to loop through the grid and retrieve the values of the various cells.
Do you have any idea how this could possibly be done? I know it is not best coding or anything like...
The data isretrieved from SAP with the SAP table wizard and then the datagrid is bound to this. The way I retrieve the data with this is as follows:
private void cmdRetrieve_Click(object sender, System.EventArgs e)
{
// Declare parameters here
TEST proxy = new TEST()...
I must be honst in that I really do not know how to do that. I bind my datagrid to a SAP table Wizard, so I am not sure if or how to do what you are saying. That is why I would like to just loop through the datagrid and access the values in the cells directly. Something like...
Hi there,
I have a datagrid that I have bound to SAP using the .NET connector. I can fill the grid no problem, but I would now like to export the results of that datagrid to a text file where some criteria are met. Does anyone know how to read the contents of the datagrid cells? I am using c#...
Good day,
I hope someone can help me. I have am receiving an error when I try and run my c# program in debug mode. the error is:
An unhandled exception of type 'System.Security.Policy.PolicyException' occured in 'File.exe'
Additional information: Required permissions cannot be acquired
Any...
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.