Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: NatGreen
  • Content: Threads
  • Order by date
  1. NatGreen

    FusionBindError

    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...
  2. NatGreen

    Crystal Reports .Net and AS400 DB2 Connection Error

    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...
  3. NatGreen

    Nested Datagrid Question

    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...
  4. NatGreen

    Single Sign on - HttpPost question

    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...
  5. NatGreen

    SkmMenu and IFrames

    Has anyone ever used the skmMenu w/ Iframes? If so could you supply an example? http://www.skmmenu.com/menu/ Thanks in advance. NatGreen
  6. NatGreen

    Dataset and Crystal 9

    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...
  7. NatGreen

    Simple ASP .NET and Javascript Question

    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
  8. NatGreen

    newbie ? - Grouping with XSLT

    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>...
  9. NatGreen

    LLBLGen used in ASP .NET Application

    Has anyone ever used the LLBLGen Data Access Tier Generator in their ASP .NET Application? (http://www.sd.nl/software/) If so any feedback?
  10. NatGreen

    Highlighting the Contents of a textbox control

    Does anyone know how to Highlight the entire contents of a textbox control? Thanks in advance, NatGreen
  11. NatGreen

    Using the Datagrid HyperLinkColumn

    I would like to pass multiple values over the URL to the corresponding page. Here is my code thus far: <asp:HyperLinkColumn DataNavigateUrlField=&quot;ID&quot; DataNavigateUrlFormatString=&quot;javascript:MyPage_window=window.open('MyPage.aspx?ID={0}','MyPage_window','width=700...
  12. NatGreen

    Creating and Opening an Excel file client side.

    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
  13. NatGreen

    TreeView control causes timeout issue

    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...
  14. NatGreen

    mySQLDataAdapter from Core Lab Technologies

    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...
  15. NatGreen

    Spell Checking on Textbox

    Any suggetstions on the best way to go about spell checking a textbox? Thanks! NatGreen
  16. NatGreen

    Creating PDF's

    Currently I am working on creating PDF files. Does anyone know of any good articles and/or books on XML > PDF: XSL-FO? Thanks. NatGreen
  17. NatGreen

    Any Suggestions? XML &gt; PDF: XSL-FO

    I am currently looking into XML > PDF, using XSL - FO. Does anyone know of any good articles or books to refernce?
  18. NatGreen

    Horizontal Scrolling on Listbox Possible?

    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!
  19. NatGreen

    Passing an Array List

    Does anyone know the best way to pass an array list between forms? Thanks! NatGreen :)
  20. NatGreen

    Dataset to Excel

    Does Anyone know how to export a dataset to excel in ASP .NET? Regards, NatGreen

Part and Inventory Search

Back
Top