Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Member Avatar for tfj

Hi. I want to publish my first website using Visual Web Developer 2010 Express. I have a connection string (shown below) in my web.config file. The database is MS Access 2007. Assume I have registered the name ABC.com and I want to publish to it. I haven't chosen a host …

Member Avatar for JorgeM
0
230
Member Avatar for tfj

Good Afternoon. I am using ms VWD 2010 Express with vb.net 2010. I have an Access 2007 database with a table called Members. Members has 10 columns. The primary key is HouseNumber & StreetName. The problem is using Parameters in the Sql Update command. I use parameters to read the …

Member Avatar for wazz
0
326
Member Avatar for tfj

Good Afternoon. I submitted a question a couple of days ago under the article name: Change asp:menuitem properties from other programs. I'm working with the following web pages - Site.Master/Site.Master.vb, Login.aspx/Login.aspx.vb JorgeM answered my question and showed me the code to use. It worked great. Dim navMenu As Menu navMenu …

Member Avatar for taersious
0
398
Member Avatar for tfj

Good Afternoon. I'm working with the following web pages using ms vwd 2010 express: Site.Master/Site.Master.vb, Login.aspx/Login.aspx.vb I have the following code in the Login.aspx.vb program: Dim WelcomeLabel As New Label WelcomeLabel = CType(Master.FindControl("WelcomeLabel"), Label) WelcomeLabel.Text = "Welcome " & OLEdr.Item("ho1FirstName") Dim LogHyperlink As New HyperLink LogHyperlink = CType(Master.FindControl("LogHyperlink"), HyperLink) LogHyperlink.Text …

0
130
Member Avatar for tfj

Good afternoon. I am using MS Visual Web Developer 2010 Express with VB.Net. I have 3 web pages - Site.Master with Site.Master.vb, Login.aspx with Login.aspx.vb, CreateAccount.aspx with CreateAccount.aspx.vb If I put the following statement in the Site.Master.vb Page_Load: `NavigationMenu.Items.Item(2).Selectable = False` it works fine. It makes the menu item unselectable. …

Member Avatar for tfj
0
799
Member Avatar for tfj

I have two projects: [B]SQLtesting[/B] and [B]Controls[/B]. Their physical locations are: C:\My Documents\Visual Studio 2010\Projects\SQLtesting\SQLtesting\ [forms reside here] C:\My Documents\Visual Studio 2010\Projects\Controls\Controls\ [forms reside here] The code shown below works fine. I run it from the project SQLtesting. It loads a listbox and a checkedlistbox with the controls found on …

Member Avatar for Unhnd_Exception
0
206
Member Avatar for tfj

I have two projects: [B]SQLtesting [/B]and [B]Controls[/B]. Their physical locations are: C:\My Documents\Visual Studio 2010\Projects\SQLtesting\SQLtesting\ [forms reside here] C:\My Documents\Visual Studio 2010\Projects\Controls\Controls\ [forms reside here] The code shown below works fine. I run it from the project SQLtesting. It loads a listbox and a checkedlistbox with the controls found on …

Member Avatar for tfj
0
1K
Member Avatar for tfj

I failed to ask my entire question on part 1. Although codeorder gave me the answer I needed I have one more part which I will put in bold. I have 3 forms: Form1, Form2 and Form99. Form1 and Form2 both call Form99. What statement(s) does Form99 use to determine …

Member Avatar for tfj
0
146
Member Avatar for tfj

I have 3 forms: Form1, Form2 and Form99. Form1 and Form2 both call Form99. What statement(s) does Form99 use to determine which form called it (Form1 or Form2). Form1 Form99.Show Form2 Form99.Show Form99 Which form called me? Thank You.

Member Avatar for tfj
0
138