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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.