I want to develop a web application setup.
when any client run that setup first it search that .net framework exist at client machine.
If it not exist first install it.
Please send me the c...
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...
My Visual Studio 2005 suddenly started ending program execution as if it hit an End statement when it encounters a run-time error of any kind. It used to start the debug. Any advice?
I've got 3 datasources on a .aspx page and they use exacly the same session parameters in the <SelectParameters>
For maintenance reasons, rather than having 3 instances of the <SelectParame...
Hi experts
I am trying to set up my online shopping cart which needs me to use the following html code to pass the parameters to the checkout.
<form action="http://www.romancart.com/cart.a...
I created a DataGridView with 2 columns that are Comboboxes using the GUI. I need to fill the entire columns dynamically though.
How do I do this without punching a hole in my monitor?
I have a .NET visual Studio 2005 question... I have a client app that runs off desktops across the world. It allows the user's to run in their local culture. All of the database access is h...
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...
I could not figure out why the itemtemplate for chkbox ID = "Lunch" column is not displaying.The chkbox Id = "Select" column is displaying.
thanks >
Here's the source
<asp:GridView ...
Hi guy
Still having a few issue adjusting to vb.net, i have a few fuilds in my app that can be either null or have data in them the issue i am have is if they are null i am getting a type mis...
Hi expert,
I have a girdview and I have a boundfield, how I can show firstname and lastname together in one column, they are fields in database table, when user click on name, it should s...
I have connected my login system with the access database using the hashing as my login system. I am doing this in Visual Studio .Net 2005 in c#. The only trouble I am having is the authentica...
I have a grid with 7 columns. The third column is the unique /primary key but I hide it in the gridview1_rowcreated event.
First column is a an ItempTemplate with a checkbox. By placing a che...
I'm using Visual Studio 2005 to create a setup project for my application (written with C#). That part went fine. However I have problem to build the uninstall function. I'd like to create an ...
Good Day:
I am using VB.NET 2005 and the DataGridViewControl called grdSODetail. Under certain situations; I need to insert a value called sDescription into the cell called Description usi...
Need an example of a visual studio 2005 project that has a aspx page and web behind page and a crystal report xi report. Need to be able to run the report from the aspx page with the logon par...
Dear all,
i used Microsoft Visual Studio 2005 Tools for Office v3. to build outlook add-in to change the contacts every thing is correct but when i made the set up and use it in another machi...
I had a xml file, I need to check whether the attrribute exist in certain element, as you can see the code below, the attribute "NoName" is missing in the 3rd brand element. How to check wheth...
Hello,
I'm trying to build my sql statement and filling data into a grid based on the sql query that is constructed...
I have a button butOk, a text field and a datagrid... I want to loop ...
Hi
I need to merge format styles from one workbook to another but am having difficulty
The two workbooks are as follows
1. Dim oT as Globals.ThisWorkbook
2. Dim oWb as Microsoft.Office.In...
Hi. I've got a large asp.net solution which contains 6 projects. There are about 40 dlls in the bin folder.
When I compile the solution and run the application in IE, my average waiting time ...
Hopefully an easy on!
I am using this code to match a variable within a cell on a datagrid:
If row.Cells(columnName).Value.ToString() = "INACTIVE" Then
...
We hjave some existing Visual C++ code for an application of ours that was designed for PCs. We want to make a SmartDevice version of this. The problem we are having is that Visual Studio do...
Hi there,
I'm writing some code in Visual C++ 2005 intended to be distributed.
Is there a way to know on which accouont the user has logged on ?
Thanks in advance
Can You Suggest any good Third Party Control that can replace the DataGridview control in my WinForm Application using vb.net ?
I have problems when using more than one ComboBox column whe...