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 SkipVought 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: *

  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?

    That's what I'm doing in the class. This way if we change any of the property names, they only get changed in one place. It's why I kept them in a class. There's about 10 or so.
  4. 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...
  5. bigfoot

    Getting Started

    The tutorial I can handle. I just wanted to be sure that the end user needed nothing special loaded on their machine. .NET doesn't give the user a nice front as I wanted. Thanks
  6. 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...
  7. bigfoot

    Is it possible to reuse a window?

    I used a Javascript function and it's working.
  8. 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...
  9. bigfoot

    How do I rename a dataset?

    I did find that if you delete the dataset and recreate it, the fields in the report do not change. Crystal would have made me totally recreate the report. This alone is worth the change. :)
  10. bigfoot

    How do I rename a dataset?

    Holy cow! How'd I miss that? Thanks so much, DaveInIowa. You rock. Sorry for the dumb question, but I'm sure they'll be more.
  11. bigfoot

    How do I rename a dataset?

    Hi DaveInIowa Thanks for the reply Where are you double clicking? Tried in the dropdown of the Data tab, no go. Tried in the Dataset window, no go. It just displays the fields. I'm missing something.
  12. 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
  13. 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...
  14. 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...
  15. 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...
  16. bigfoot

    UltraWebGrid ambiguous in the namespace

    Yes Jason, and they were no help. It is not possible to have 2 different versions of the grid in the same project was their answer. So I completely removed the entire site and replaced it with all of the new files and a new config, and the problem went away. My copy was working. I must have...
  17. bigfoot

    UltraWebGrid ambiguous in the namespace

    Oh rats! I'm so sorry about that. It was Friday late.
  18. 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'...
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top