CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: MorningZ
<%@ Page Title="Manage PayPal Settings" Language="vb" AutoEventWireup="false" MasterPageFile="~/Design/LayoutUI.Master" CodeBehind="Manage.aspx.vb" Inherits="Service.Pages.Manage" %>
<%@ Register TagPrefix="WilcoWebControls" Namespace="Wilco.Web.UI" Assembly="Wilco.Web" %>
 
<asp:Content ID="Content2" ContentPlaceHolderID="ContentMain" runat="server">
 
<div class="contentcontainer"  runat="server" id="PageContent">
    <h2>Stock Quote Lookup</h2>
    
    <div class="labelheader" style="margin-top: 20px;">Enter a stock symbol:</div>
    <asp:TextBox runat="server" ID="txtSymbol"  /> 
by MorningZ   October 16, 2009 @ 5:54am
Tags: WilcoWeb
747 Views
no comments
 
Dim Message As String = String.Empty
Dim TargetUserName = String.Empty  'but could be "seller1" or "seller2"
 
Dim credentials As UserIdPasswordType = New UserIdPasswordType
credentials.Username = "master1"
credentials.Password = "master1password"
credentials.Signature = "master1signature"
If Not String.IsNullOrEmpty(TargetUserName) Then credentials.Subject = TargetUserName
 
Dim customSecurityHeader As CustomSecurityHeaderType = New CustomSecurityHeaderType
by MorningZ   September 23, 2009 @ 9:39am
Tags: PayPal, VB.NET
352 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate