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 TouchToneTommy 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: MDTekUser
  • Content: Threads
  • Order by date
  1. MDTekUser

    Environ function doesn't work in VPN setup

    I have an application where I'm authenticating the user based on their windows logon at startup. This works great except for VPN users offsite have complained that they are not able to be authenticated even though they are using the same logon as they would normally. I'm using the...
  2. MDTekUser

    Count Number of Groups in a Report

    What I would like to do is count the number of groups in a report and then display that in the report footer. I am able to do this with a dcount function but there has to be a way to do this within the report and without running an extra query. Thanks...
  3. MDTekUser

    DropdownList index

    For some reason even if I set the selectedindex to -1 it will still show the first item in the dropdown. How can I get the dropdown to show nothing at page load? I'm binding to a datareader.
  4. MDTekUser

    Accessing XML File Directly

    I know how to access data in an XML file by opening an ADO Recordset with adCmdFile, but what I would like to do is access the XML file directly. I would like to be able to search for the value of an element, etc. Let's say I have an Employee root element, I want to find last name Jones...
  5. MDTekUser

    New Job Offer

    I recently went to an interview and received a job offer. I interviewed directly with the CEO about improving their web site as well as migrating some of their Access/VB projects to the .NET architecture. This seems exciting to me. I will get a sizable raise in pay and the commute will be 1/3...
  6. MDTekUser

    Form recordset issue

    I have a subform that is read only. I am trying to bind labels to the recordset. It works fine when I initially load the subform, but when I navigate to another record on the main form I get an error "no current record". Does anyone have a clue what is wrong here. I posted the subform code...
  7. MDTekUser

    Placing of Fields on Grid with Borders

    Whenever I place database fields on the grid, I am able to get them to snap to grid or to the guideline. However, when I add borders to the fields then the fields will not position themselves right against each other. What am I doing wrong?
  8. MDTekUser

    Crosstab - Create several columns in one row

    I am trying to create a crosstab that has two column headers. I want to be able to show them on row row. Instead what happens is that it automatically builds a hierarchy of one column on top of the other. How do I get the crosstab to show two column headers on one row? Column1...
  9. MDTekUser

    Graphics with ASP.NET

    I am able to create the standard web form that handles interaction with a database, etc, but to get to the next level I need to integrate some professional level graphics for buttons, images and banners. Do I need to get something like Photoshop or Dreamweaver? I heard that Dreamweaver MX...
  10. MDTekUser

    Union two crosstabs

    Is this possible? It doesn't seem to work for me. I get a syntax error. Yes, both queries have the same number of columns and with the same data types. Thanks..
  11. MDTekUser

    Datagrid Update Problem

    Forgive the elementary nature of this question. I am trying to update a datagrid. I'm just using the standard data adapter wizard to generate the commands for updating records. I am able to view, cancel or delete records but I am not able to update. For some reason I am not able to get the...
  12. MDTekUser

    Passing Parameters

    I am passing a recordset through tiers in an application. Is it better to pass By Reference or By Value? I am not going to be modifying the recordset in any way after it's passed. I know that By Reference is used when you need to modify the object being passed. When I use By Reference am I...
  13. MDTekUser

    Cached Datasets vs Data Readers

    I am designing a web form that allows the user to add, edit, delete and update records. The form will also have 2 subforms of related data that will be displayed in 2 datagrids. Would I add any better scalability if I used data readers to populate the main form and subforms with data and...
  14. MDTekUser

    User Control Question

    I have a user control, basically a banner that becomes the header of my pages. I have been reading about fragment caching and was wondering if it is a good idea to set the Shared property to True in the OutputCache page directive. It's supposed to cache a single response for use on multiple...

Part and Inventory Search

Back
Top