TextHolder EDIT1 Tag

#EmployeeIDLastNameFirstName
1 1 Hello226 5
2 2 Micheala Darle
3 3 Leverling Jane
4 4 Peacock Margaret
5 5 test dk
EmployeeID2
LastNameMicheala
FirstNameDarle
TitleVice President, Sales
TitleOfCourtesyDr.
BirthDate2/19/1952 12:00:00 AM
HireDate8/14/1992 12:00:00 AM
Address908 W. Capital Way
CityTacoma
RegionWA
PostalCode98401
CountryUSA
HomePhone(206) 555-9482
Extension3457
PhotoBLOB
NotesAndrew received his BTS commercial in 1974 and a PhD in international marketing from the University of Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.
ReportsTo

bottom next goreload goupdate

[1 - 5 : 22]

TextHolder - Add Button to Edit
<script language="VB" runat="server">
Sub Page_Load(Src As Object, E As EventArgs)
  Dim ed As New Tornado.z
  ed.dbQP = "U=3|S=OceanBelow|D=NWIND|Q=Employees|M=ty=Dh!sys=t|gdf=0,1,2|Euf=1,2|Bm=Employees;0"
  ed.dbNavigationItem = "b5,update"
  Dim but As String = "Edit1=<A HREF='#' onClick=""window.open('./_HelpSample.html', "
  but &= "'Help_Window', 'width=320, height=310, left=200, top=200, directories=no,menubar=no,toolbar=no,status=no')"">"
  but &= "<IMG align='middle' onmouseover=""Hover(this,'/tornado/css/buttons/red/on_help.gif');"" onmouseout = ""Hover(this,"
  but &= "'/tornado/css/buttons/red/help.gif');"" src='/tornado/css/buttons/red/help.gif' "
  but &= "border=0 name=help alt='Help'></A>"
  ed.dbTextHolder = but & "|Ti=TextHolder EDIT1 Tag"
  ed.ASPdbNET()
End Sub
</script> 
Example from Special Topics - Text Holder - EDIT1 Tag


Send comments on this topic.
Copyright (c) 1998-2006 ASP-db