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!

Recent content by b00tdash

  1. b00tdash

    ASP.NET 2.0 DataSource control Vs. Class programming

    Hey, Like you said, the wizards are good for creating connection strings. If they are bound to a Control (ie a GridView) and the SQL query is something like "SELECT FROM exampleTable" and you then you later change the number of columns in the exampleTable and forget to refresh the Control...
  2. b00tdash

    Error Processing Master File

    Hi, If you're trying to add a masterpage to a webform then include this in the webform header <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Title="JB" MasterPageFile="~/yourmasterpagename.master" %> Upon creation, if you placed your MasterPage...
  3. b00tdash

    Sending Email In 2.0 c#

    hello, If set to true, the "UseDefaultCredntials" property does not automatically retrieve authentication credentials from the included web.config or app.config file (ie. you have to create functions to retrieve the XML attributes from file.) All it does is tell the smtpclient to not use...

Part and Inventory Search

Back
Top