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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: glyns
  • Content: Threads
  • Order by date
  1. glyns

    Writing to a DB behind a firewall

    Is it possible (and if so how) to connect and write data to a SQL server DB on a PC behind a firewall from a site on the internet in VB.Net? I know how to connect to a DB that is externally linked to the net, say from my site to the PC at 152.541.55.97, but can I get to a PC on the internal...
  2. glyns

    Where does Metadata come from?

    I've been given a c# project to look after while the guy is on honeymoon for a month so I can't ask him this :-(. In the project in the App_Code folder is a file called helper.cs. In it are lines like this MembershipUser user = Membership.GetUser(Username) When I go to definition on...
  3. glyns

    Referencing a master page's variable from a user control

    This is my master page using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class MasterPages_mymasterpage : System.Web.UI.MasterPage { protected void Page_Load(object sender, EventArgs e) {...
  4. glyns

    Referencing a master page's variable from a user control

    This is my master page using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class MasterPages_mymasterpage : System.Web.UI.MasterPage { protected void Page_Load(object sender, EventArgs e) {...
  5. glyns

    Creating an assembly custom control with a namespace in vb.net

    'm trying to create a compiled user control I can use I've not got any useful code in at the moment it should just show "hello world" This is hello.ascx page's code <%@ Control Language="vb" AutoEventWireup="false" CodeBehind="hello.ascx.vb" Inherits="GControlNS.hello" ClassName="hello"%>...
  6. glyns

    Creating an assembly custom control with a namespace in vb.net

    I'm trying to create a compiled user control I can use I've not got any useful code in at the moment it should just show "hello world" This is hello.ascx page's code <%@ Control Language="vb" AutoEventWireup="false" CodeBehind="hello.ascx.vb" Inherits="GControlNS.hello" ClassName="hello"%>...

Part and Inventory Search

Back
Top