Is there a way to bind a Calendar to a SqlDataSource? I like to create a calendar where if there is an event scheduled it will show up as highlighted on the calendar. Help is much appreciated.
In VB.NET 2005 and I'm developing a website. First, is there a way to import a .sql file into the database using VB.NET? If that is not possible, is there a way to execute Create and Insert SQL statement? I right click on the Tables and choose New Query and then put in my Create query and try to...
I'm using Visual Web Developer Express Edition 2005. In my web.config I have this.
<siteMap defaultProvider="XmlSiteMapProvider">
<providers>
<add name="MenuSiteMap" type="System.Web.XmlSiteMapProvider" siteMapFile="web.sitemap" />
<add name="SubMenuSiteMap"...
This is the code I use to send my form via email:
protected void sendMail(string strFrom, string strBody)
{
//create the mail message
MailMessage mail = new MailMessage();
//set the addresses
mail.From = new MailAddress(strFrom)...
I'm very new to C#. I have this code in VB:
Protected Sub txtSummary_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtSummary.Load
Dim strSummary As String
strSummary = txtFstName.Text & " " & txtLstName.Text
End Sub
How do I do exactly like this in C#?
I have a couple of textboxes that I am trying to concatenate and I receive some error about that. Here's what I have.
string strSummary;
strSummary = txtFstName.Text + " " + txtLstName.Text;
The error message is:
Cannot convert from 'System.Web.UI.WebControls.TextBox' to 'string'
Your help...
I have created a custom form in Outlook. Is there a way to link the form to a button so it is easily access? Or is it possible to have a link or button show up in the "New" drop-down menu button?
I'm creating a custom Outlook 2003 form. How do I specify a different size for the Edit Compose Page and Edit Read Page? I have more text boxes on the reading page than on the composing page. So how do I adjust this size differences?
I am trying to create a MS Outlook 2003 custome message form.I am using a frame but I couldn't figure out how to resize the frame both vertically and horizontally base on the size of the window. Under the Properties of the Frame, the Resize to Form seems to work only on Horizontal but not...
I'm designing an Outlook 2003 form. Will anyone point me to a page that will show me the syntax about different format expression used in Outlook?
Thanks!
Does anyone know where I can find a video tutorial on the Office development support feature? I really like to see this feature in action before pursuing the Team System edition or not?
Thanks!
Is there a simple way to apply the master page to a bunch of files at once? I was watching a video tutorial and it seemed that I have to manually delete the existing code and type in the new master page name. I was hoping for a simpler way than that. Your help is grateful.
By the way, I'm using...
Is there a way to resize the contentplaceholder without using table and/or div? I'm coming from Macrmedia DreamWeaver and in DW's editable region, there is no specific size that is required.
I have created a form in Outlook 2003. I've published the form but when using the form fine. The problem I have is, perhaps during the design steps, when receiving the form the custome build fields and textboxes are not lost. Any idea why? Help is appreciated.
Is there a way tell which security policy is the one that is currently being used on a windows 2003 server? I use Security Configuration Wizard to create a couple of security policies but I have no way of showing which one is the current one that is being in use. Help is appreciated.
Okay, here's what I did. I did a complete installation the MS Office 2003 to this PC. Now when the user logs in and try to run any Office application, this installation error would popup. The error message goes something like this:
Error 1309. Error reading from file D:\PA561401.CAB
Why do I...
Is there a way to kill or end the wuauclt.exe process? After the computer has been updated, this Restart Now popup kept coming up to have the user restart the computer and I do not want to restart at the moment. How do I kill this process so it does not popup again?
I like to setup a Windows Server Update Service on my windows 2003 backup server. Because this software requires running IIS, should I be using a dedicated server for this? What are some security concerns running WSUS with IIS?
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.