ActiveX Control (written in .Net) and ASP .NET Problem
<OBJECT id="MyDriver" classid="MyInterface.dll#MyInterface.MyCall" name="MyDriver" VIEWASTEXT></OBJECT>
The application runs fine on my test web server, but I when I move it to production, I get the fusionBindError.
I have done the...
I'm trying to use Crystal Reports & ASP .net to do a simple report using data on an AS400. The report has 3 parameters. I am using the IBM OBBC driver. In the Add Command feature of crystal, when I hard code the values it works, but when I setup parmeters, the query fails and I get the message...
I am having a problem finding the child datagrid from the Parent update command. I would like to loop through the values to do some validation.
Public Sub DataGrid1_UpdateCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles...
I am trying to create an interim single sign on solution and I would like to automatically fill in the username and password on fomr forms. I need to simulate the login process for the user.
I looked at www.webzinc.net, which would work, but is more than what I need right now.
Is there anyway...
Dataset and Crystal 9
I am creating a web application written in ASP.NET and would like to include reporting capability using crystal 9. I would like to use my current data access layer and bind my reports to the dataset that is returned.
Does anyone have an example or know of a good article...
Is it possible to disable a system.web.UI.webcontrols.RadioButtonList using javascript? I have been unsucessful in my attempts so far.
just wandering,
Nat
I would like to be able to group my data, but I am not sure on the best way to go about this. Here is the structure before and what I would like to see afterwards.
Before:
<NewRoot>
<General>
<field1>x</field1>
<field2>y</field2>
<field3>z</field3>
<General>
<NewRoot>...
I would like to pass multiple values over the URL to the corresponding page. Here is my code thus far:
<asp:HyperLinkColumn
DataNavigateUrlField="ID"
DataNavigateUrlFormatString="javascript:MyPage_window=window.open('MyPage.aspx?ID={0}','MyPage_window','width=700...
Creating and Opening an Excel file, in a seperate window client side.
Any good examples/Articles out there?
I having trouble finding a good article/example on the best way to accomplish this task. All of my users do have Microsoft Excel on their machines.
Thanks for you help.
NatGreen
All,
I am using a Microsoft.Web.UI.WebControls.TreeView control on my webform and it works great except when I have a large amount of data to display. At times I can have up to 30,000 nodes to display, which causes a timeout issue becuase it takes to long to display.
Does anyone have a...
Core Labs has developed a mySQLDirect suite for VS .NET. It seems to work great execpt I am having a little troubble using the mySQLDataAdapter when attempting to insert records into a mySQL table from ASP .NET It does not work like the sqlDataAdapter. If anyone has used this new technology...
For a windows form listbox there is a Horizontal scrollbar property, but I do not see one for the web forms. Is there anyway to get the horizontal scrolling on a listbox in a web form?
Thanks!
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.