I have an Access table with 200 records, each record has an ID and a status. An AS400 app is going to update the status field and I have to read the status and turn on or off a switch on a CO...
My project was working until I added and additional report. I may have made a mistake by using that dern wizard to create a new dataset. It made a new connection and dataset but now the DataSo...
Is it possible to add HTML in an expression in SSRS. I have a text field that has an expression. In the expression I would like to a a break <br />. Is that possible?
How do i calculate week in year. For example today is week 17, if getting day, i can use now().day, but if is week?
Hi Folks,
I have create a NotifyIcon along with ContextMenuStrip and bind to a sql data source. The data gets populated correctly and now I want to use the selected value from the menu and ...
Hello,
I have a dataGridView which a few things happen when one of the rows is clicked. I handle this using the "CellClicked" event. The cell clicked event requires two parameters, the fi...
Hello Experts,
I have created a set of reports containing charts and all the data is present and correct. On some reports however, the point label sometimes does not display for the last r...
Hi
I have a VB.Net application built in Visual Studio 2005. Recently a user is getting an error that I cannot duplicate. A message will popup and reads "My App Name has encountered a user-d...
I feel like an idiot being able to do just about anything in Access, but I cannot figure out an efficient way to populate a listbox in VS2005.
In Access you can just put SQL in the control'...
Hi, I know it's possible to add an executable to your project... I've already done that (Project menu |
Add Existing Item...).
My question is, can you use it internally? If so, how?
M...
I create a window application with vb.net. The window application contain 1 form and inside the form have 1 tab control with 2 tab page control. First tab page control have one button and seco...
Hi
I've got a .aspx page that diasplays page text content data from an access datbaase in a formview. It all works but i want the data on the .aspx to dispaly in the same way it is in the ...
Hello
I cannot seem to access a file via a mapped drive or UNC, using VS2005.
Originally, I had a scheduled Tasks executable which invokes a web method in my web service. The web method ...
I'm totally confused in using a bound DataGridView control. I have a Windows Form with a bound DataGrid View. I'm doing some testing with it because it doesn't seem to behave the way I woul...
How do I create a Print command for the data displayed in a DataGrid view?
VB.NET (VB) connect database Mysql can not display thai language but it's show ÀÑ·ÃÔ¹. In database default charset is UTF-8. Some body have function convert ÀÑ·ÃÔ¹ to thai language and show to...
I want to build treeview control with radio buttons using asp.net 2.0
Please give me examples, How can i display my grandparent, parent, child names etc. tree view control.
Hi all, I have a hopefully simple one, when I start my page it starts with my treeview fully expanded. I want it to start at 1 level down. I have tried loading into my
page_load
TreeView...
I had a vb.net application that is required to be always running, even if user log off, it must still be running, how do I enable my vb.net application to be running still even user log off n ...
In Visual Studio 2005 I have two projects in my solution. One is a class library, the other is a simple application which I use to test my class library. My problem is that when I run my test ...
I have a program that creates a new excel document, populates it with data and then opens it for the user. There are times in the application when I will delete the created file automatically...
What is better to use on an ASP.NET 2.0 page and why? Is one more efficient and loads faster than the other? Visual Studio lists both options
-ASP.NET Image control or HTML image?
-ASP.NE...
Thanks to a number of members, I have figured out how to min and max numeric grades in a textbox. Now I have an issue with trying to average the grades and display them in another textbox. I h...
Hi,
Please help with the code below, i have a dataset and i need to filter on 1 of the tables for certain values and then popultae my combo box
here is the code i am using but i am getting t...