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 Chriss Miller 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: bigfoot
  • Content: Threads
  • Order by date
  1. bigfoot

    Group + click event

    Is there any way to grab the click event when a user opens a section of a drill down report? I was asked to re-open the groups when a column is sorted. Maybe save a value in code? Add my own button? Thanks.
  2. bigfoot

    Processing XML, which Framework?

    I'm creating an application to both read and write XML documents to send to another company. Is there any reason to use the 3.5 or 4.0 framework over the 2.0, meaning has the implementation of XML changed? This will be a stand alone app that will talk to my web app using a web service.
  3. bigfoot

    Static or not and when?

    Hi All I'm a long time VB developer learning C#. I'm loving it, but I have a question. I have a class that reads my config settings out of my web.config file and passes them to several parts of my program. In the VB world this class was static so I didn't not have ti instantiate it. Can I...
  4. bigfoot

    Getting Started

    I'm an ASP.NET developer and I'm looking to get fluent in Java. I have a few questions please: Where do I start? What version? I built a number of web applications here at work. Here's what I'm looking for. A way to add in a nicer application experience to my intranet apps here at work, so it...
  5. bigfoot

    Is it possible to reuse a window?

    I have a form that calls another form on the fly and it loads dynamic content out of the database. When formA calls formB, it passes in the key to the table and the data is loaded. You know how we do Dim f as form in VB.NET? Is this something like this in ASP.NET? formA and forM are the same...
  6. bigfoot

    How do I rename a dataset?

    I'm just starting in SSRS and it looks really nice compared to Crystal XI. How do I rename a dataset on a report, after creating it. Is it even possible? Thanks
  7. bigfoot

    ASPNET logging into server locally

    Hello All I'm having a weird problem. Every so often I can't get out to my office network, Our Sonic wall blocks me, and when I call our network admin, she tells me I am no longer logged in as me, and ASPNET is logged in to the network server as my local machine. I haven't a clue what this is...
  8. bigfoot

    Not ending the browser session

    I searched on the net for this, but haven't found an answer. When you run your web app from VS2005/2008, it opens IE and displays the web pages. If you stop debugging, IE ends the session and quits. Is there any way to tell VS2005/2008 that I want to keep IE up? I used to be able to keep IE...
  9. bigfoot

    Using Variables - Int from a table

    I built a package a few years ago and I set up the variables for it in a SQL table. I need to make some changes to this package and add in a few more variables but I can't figure out how I got the variables initialized from the table. There is NO query. OK, so I feel stupid but we don't use...
  10. bigfoot

    UltraWebGrid ambiguous in the namespace

    We use the UltraWebGrid, and have a few projects on the server under version 8. I just upgraded a project and started using verion 9. All went well until I tried to copy my project up onto the server. I get this message. UltraWebGrid ambiguous in the namespace 'Infragistics.WebUI.UltraWebGrid'...
  11. bigfoot

    UltraWebGrid ambiguous in the namespace

    Has anyone solved this? We use the UltraWebGrid, and have a few projects on the server under version 8. I just upgraded a project and started using verion 9. All went well until I tried to copy my project up onto the server. I get this message. UltraWebGrid ambiguous in the namespace...
  12. bigfoot

    Who makes a good web grid?

    Hello All I'm looking for a Web Grid that will give a look and feel like Excel. I'm not doing calculations, just entering data but they want to be able to cursor around, add values, then when they press Save, I can loop through the records and update the SQL table. We have Infragistics ultra...
  13. bigfoot

    How to save a color value to Viewstate

    I'm building a custom web control and I want to save a color value to ViewState. Like BackColor. I've searched for this and it seems String is not the answer, but System.Drawing.Color converts to what? I can save an object to the ViewState but not a color value. I know this can be done...
  14. bigfoot

    Visual Studio C# Question

    We haven't installed VS 2008 yet, and we're using VS 2005. I just started using C# and I'm loving it! I have been a VB developer for a long time, and this is a nice change. My question is, I'm in the Web development section of Visual studio 2005. We do mostly all web applications. When I...
  15. bigfoot

    Deploying a web site

    I do mostly Intranet applications and the internal security is such that most of us when creating a new application just upload the aspx files as well as the aspx.vb files. I understand there is a way to pre-compile the site on my machine and just upload the aspx files. Is this normal and how...
  16. bigfoot

    Question on DataAdapter.Update

    Can someone please tell me how to reset a DataAdapter to update the file a second time? The first time it works fine, then on an edit I delete the records and call the .Update again and it does nothing that I can see. Why? I've searched for an answer but haven't used this object before but it...
  17. bigfoot

    Help with a join query

    I'm tearing my hair out over a couple of simple queries. I have 2 tables that I need to work with. One is a production table and the other is an import table. The stored procedure needs to join the 2 tables on the first 3 fields and if it finds a match then update the production table with the...
  18. bigfoot

    Where is the CLR dll?

    I created a CLR in Visual Studio 2005 and deployed it to my sql server 2005 database. Where IS the actual dll on the database server's drive. I can't find an answer anywhere on msdn.
  19. bigfoot

    How to Pass a parameter to a Stored Procedure

    I've been all over the net on this one. I'm using Crystal Reports XI. Not VB, not C#, just the Report Creator. I will be calling this from another source. I have a test stored procedure that takes 1 parameter. If I use the report expert, and choose the stored procedure, it prompts me in...
  20. bigfoot

    Flash vs Flex - Picture Rotator

    I'm sorry to have to ask this but I was asked to build a simple rotating picture viewer for our Intranet. I can write in AS 2.0 but have not tried 3.0 yet. I am a long time developer in VB and .net. The problem is they want a different picture per day. This would be easy if there were only...

Part and Inventory Search

Back
Top