Started 1 day ago (2009-11-28 18:03:45)
by TonyWhalen
The nicest way to do this kind of thing is using e.g. a Formview bound to a data source of some kind so that no code is required at all.
However,
the best alternative is probably just to place a Label control wherever you want the variable values to appear:
e.g.
<h1>The temperature is now <b><asp:Label ID="lblTemperature" runat="server" /></b>.</h1>
and then in the code you can ...
Started 1 day, 1 hour ago (2009-11-28 17:43:16)
by jimmy q
Meltdown: I have a procedure that I want to call on multiple pages, what is the best way to do this? I only want the code block to be in one place for easy management and updating. In old ASP you'd use an
include file, what do I use in Asp.Net. You can create a class that would be used by all pages if they need to. The class can be instance based or static....
Started 2 days, 1 hour ago (2009-11-27 17:06:00)
by thuhue
I am planning to get a brand new box with Windows 7 Home Premium installed before installing VS2008, SQL2008 and
Office 2008, etc...
Started 2 months, 2 weeks ago (2009-09-13 23:11:24)
by Bober Song - MSFT
Hi
phill.phill123 ,
What's the problem?
The 'CurSheet' is the sheet variable name which you operate. and the Pictures parameter is the picture column number.
For detail, please check my last post links.
If you have any questions, please post your error message for more help.
Started 1 day, 15 hours ago (2009-11-28 03:54:19)
by ali62b
seems you would make your way through MVC . in
ASP.NET MVC ther is no more VIEWSTATE ...
Started 1 day, 11 hours ago (2009-11-28 07:07:49)
by Mikesdotnetting
An
Html Editor should only be used if you want to retrieve html. If you are asking users to add items to go into a DropDownList, you should provide them with a plain TextBox. Otherwise you will have to parse the html you extract the values you want, which is messy and unnecessary if you use the right controls.
Started 1 day, 9 hours ago (2009-11-28 09:45:20)
by Aquaren
Add a using System.Net.Mail; to the top of your class public void SendEmail(string to, string from, string subject, string body)
{
MailMessage msg = new MailMessage(to, from);
msg.Subject = subject;
msg.Body = body;
SmtpClient client = new SmtpClient();
client.Host = "mail.youroutgoingsmtpserver.com";...
Started 1 day, 10 hours ago (2009-11-28 08:22:50)
by XIII
Hi, there are 2 starter kits under the downloads section: DotShoppingCart dashCommerce Also there are others to be found: http://www.lmgtfy.com/?q=asp.net+shopping+cart .
Grz, Kris.
Started 1 day, 6 hours ago (2009-11-28 12:58:22)
by TATWORTH
For more information on Sitefinity, please see http://www.sitefinity.com/