Hi:
I am working on a C# Windows application, I want to read from a Excel file and display the number in a Excel cell to a C# form label. What is the easier way to do that?
Pat
Thank you! It works, and I just find out there is a method with the DropDownList to do that:
if (DropDownList1.Items.IndexOf(DropDownList1.Items.FindByText(var_state))==-1)
// then the var_state is not in the DropDownList.
Patrick
I am working on a C# dot net web page, I am working on a Customer information page with a droplist of States, data is pulling from a table of US States. When I load the data from the customer table I will set the DropList Selected Value equal to the Customer record's state, however, some of the...
Hi:
I create a C# aspx page with a Datagrid with sorting and it is working fine, my question is, how can I make a column sorting descending? Thanks!
Patrick
Hi:
I have set up a sql connection, a sql command, and then a dataset to get the data from the SQL server and bind it to a datagrib. When the SQL command is pull from a view in SQL table, it return zero row, while if I change it to select from the tables it will return many rows. I run the...
Hi:
I create an C# window application which read data from a SQL server. It runs on my pc, but when I deploy it to a network drive and run the application, it is giving me the
An exception "System.Security.SecurityException" has occurred....
error message. Anyone has any idea?
Patrick
I am working on a windows application, and the accounting application will pass one parameter to my program. Can I do the same thing with the console application?
Patrick
I have an Accounting Application package running and the application can call another exe with the account code as parameter and pass it to the external program. My question is, how can my C# program read the parameter passed by my accounting application? Thanks!
Patrick
The error message is "Error initializing Application object" or "Can not open table.." I check the source code and the user has the read and write access to the table that the program open. Thanks
Patrick
I have a VFP5 exe program running on Windows XP with the Security from the Domain Controller control the user as a normal user (non admin on local machine) However, the exe won't run on Windows 2000 with the same Security from the Domain Controller. I guess it will be a local directory access...
I have finish a web appication in C#, I want to put security on it and want to know who is accessing the page. Is there a way to get the windows login ID? The application is running on a local network with active directory in Windows 2003 server.
Patrick
I have experience on a 200000 records FoxPro table (with memo field) with around 100 users. The memo field lost the 'link' with the table almost once every 2 months. Example: The memo fields use to belong to records 100 will become belonging to record 101! Sometime, the memo field will be...
Anyone know how to merge data into a PDF document? Data is in FoxPro table and need to merge into a PDF document and then make the document read only......
There is a similar problem with the FoxPro 2.6 and Microsoft release a patch for it. Try check out the Microsoft web site and see if you can find a patch for the 'speed' problem.
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.