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

  1. doubletalkin3

    Mixture of Windows and Forms Authentication not working on server

    Hi, My ASP.NET application uses a combination of forms and Windows authentication methods. The user is automatically authenticated via their windows login (checking their login name in the database), but the user can login manually into the system if they are not at their named machine. The...
  2. doubletalkin3

    Group By On Datagrid

    Thanks for the help guys - that nested datagrid may prove to be very useful for something else I'm working on, but what I really need for this is for the department name to appear as a row spanned across the columns, then the resulting fields to appear underneath in the datagrid. Any ideas on...
  3. doubletalkin3

    Group By On Datagrid

    Hi, I'm trying to create item headings on a contacts datagrid to group it by Department. For example - Accounts Person A - Phone Number - Email etc Person B - Phone Number - Email etc Person C - Phone Number - Email etc Sales Person A - Phone Number - Email etc Person B - Phone Number - Email...
  4. doubletalkin3

    Datagrid update/edit problem

    Thanks for the help. The problem was to do with the post back on the page load. The page was a mess of visual studio wizards and manual declarations (hence no sql statement) - I've now sorted all this out too
  5. doubletalkin3

    Datagrid update/edit problem

    Here's the HTML - <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="IntranetAdmin.WebForm1"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <title>WebForm1</title> <meta content="Microsoft Visual Studio .NET 7.1"...
  6. doubletalkin3

    Datagrid update/edit problem

    Hi, I'm trying to implement an update command on a datagrid, but on clicking update, nothing happens, and I can't see why. I've used strings instead of parameters in the sqlcommand and this works, and also passed straight strings into the parameters - this also works. It looks like something...

Part and Inventory Search

Back
Top