I'm trying to add a crystal report to my vb.net web form and I keep getting configuration errors. So i opened up a new project and only added the reportviewer to the form and started it and i...
Hello everyone...I am building an application which creates an COM visible DLL or the web service proxy.
I generate the code proxy using wsdl in VB to make the COM part easier. Then I add ...
I've implemented a client-side of a webservice in C++ using the SOAP approach.
It goes like this:
HRESULT hr;
ISoapClientPtr pSoap;
BSTR bstrWSDL;
bstrWSDL = SysAllocString(L"http...
Hi,
I have a datagrid with several template columns that are databound. I was able to change the alignment of the template columns IF the control is a label but if it is a textbox it does...
I am trying to incorporate a Crystal Report into a VB .NET program and every peice of documentation I can find says to simply "Add New Item" and "Select Crystal report" from the the Templates....
Hello. Can anyone tell me why this code is giving me an error:
Dim xmlWriter = New Xml.XmlTextWriter("MyFile.xml", System.Text.Encoding.Default)
xmlWriter.Formatting = ...
I want to enter info in a text box, click a button and have this text populate a dataset. I have found info on populating a dataset with a data adapter but not populating it with user input.
Hi
I am trying to print a sale receipts after each transaction. I can do that by writing all the info to a temporary text file and then using StreamReader to read from that file (that is the ...
I'm just starting out using ASP.net (VB.NET) and i'm trying to find an ASP.NET equivilant to this piece of code:
set objrecs = server.CreateObject("ADODB.Recordset")
set objConn = server.C...
Hello,
I am going to try to explain this as well as I can. I am using the CrystalReportViewer on a webform (Default.aspx) and dynamically loading the report source depending on what the use...
Yet another mind blowing question:
I am having difficulty with page execution order. Basically is boils down to this: I have two seperate use controls on a web page. One of them is a list o...
VB.Net Web Forms
In plain HTML I would use "onClick" to call a VBScript function, and "onMouseOver" to change the css class of the cell.
Now in VB.Net, I have created a table and I want ...
Well, I've got this server program, its in console mode and everyplace ive gone to check how to get applications path has said to use: Application.StartupPath
well, when i use that, why doe...
I am pulling data from the company database. The addresses are then geo-coded via the google geocoding service.
Since my dataset does not contain lat and long columns, i am trying to add the...
I'm tring to create a timer that would begin counting down from 15 seconds as soon a my form loads. The counter is being displayed in a label. Once the counter reaches 0, a message box would b...
I am getting error "Syntax error in INSERT INTO statement." in the "dadaptor.Update(objDatatable)"
i am not using any SQL command here.....
but i am getting this prob
How to pass variable value between classes and a function.
I have a form, WebForm1.aspx, that instantiates a class, mail1.vb.
mail1 uses a function, getordernum(), that sets a value to a ...
All,
I've seen a few instances of DB access applications. I've seen them using the DBProviderFactory and the ODBCConnection, SQLConnection, and OLEConnection.
My understanding is that t...
How do you dynamically populate a datalist control from a datatable using ASP.NET 2.0?
I would like to setup a searchable phone directory in our sharepoint site. I am using xml as the database. I cant get it to search. Is there some step by step instructions for this? Thanks
Hi,
I have been asked to supply date time values in UTC format and have been given the following example.
2008-04-10T11:35:12
How do I convert my date time 03/09/2008 15:45:04 to this...
I don't know why my main form was disappeared after I start to run the project. I view the process by looking at Task Manager and find the program, but can't find the Form.
File Program.cs
...
Hi there
I need to be able to change the power settings in the registry in VB .NET
I have found the right Keys and know the right values to enter.
The problem is only the SYSTEM has the...
I have a windows desktop application (VB.NET 2008) and a DataViewGrid. Using the Add Project Data Source to the DataGridView via it's DataGridViewTasks, I have build a BindingSource which is...
Hi ,
I am using ASP.NET Tree View inside the Ajax Accordion Control in Master Page, when i click the tree view items to call the link the page is post back and accordion menu is close. so my ...