Microsoft
Software
Hardware
Network
Question : I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
I need to know what command& I should use and how to capture the email address as the datagrid loops thru its list of each records.
==========================
==========
==========
==========
==
In my new procedure to be built...
Protected Sub OnEditCommand_click(ByVal sender As Object, ByVal e As System.EventArgs)
Need to build a stringbuilder of email addresses& here for each row of emails
End Sub
==========================
==========
==========
==========
==
Attendees: List of records
Name Email Address Type Cost Remove
Dennis West
[email protected]
Member $45.00 [Remove]
Jon wilkes
[email protected]
Member $45.00 [Remove]
Mary Adams
[email protected]
Member $45.00 [Remove]
==========================
==========
==========
==========
==
Attendees.ascx (Note: see... what command should I use ????>) in email record
<%@ Control Language="vb" Codebehind="AttendeeList.a
scx.vb" Inherits="i2Integration.Mo
dules.Even
tReg.Custo
mControls.
AttendeeLi
st"
AutoEventWireup="false" Explicit="true" %>
EnableViewState="False" Visible="False" Text="No attendees found.">
CellPadding="4" CellSpacing="0" AllowPaging="False" AllowSorting="False" AutoGenerateColumns="False
"
ShowHeader="True" ShowFooter="True" HeaderStyle-CssClass="SubH
ead" ItemStyle-CssClass="Normal
"
FooterStyle-CssClass="SubH
ead" FooterStyle-HorizontalAlig
n="Right"
OnClick=what command should I use ????>
Visible="false" ReadOnly="True" />
ReadOnly="True" />
DataFormatString="{0:$#,##
0.00}" ItemStyle-HorizontalAlign=
"Right" FooterText="" />
Text="[Remove]" />
Answer : I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
It seems to be a freely downloadable codec:
http://www.free-codecs.com
/indeo_cod
ec_downloa
d.htm
Random Solutions
export wordperfect 8 file to file from FoxPro General Field
How to export data from Access database?
Bluetooth PAN configuration on windows mobile 6.5
upgrade from Office 2000 Professional to Office 2007 Standard
SQL Best way to delete multiple records from a database
RD Gateway and Apple Mac RDP Client
using InetTransferLib with Access2000
Recordset in adp
SQL Reporting - Join Multiple Strings Returned From a Dataset
write a IF_And_Then, OR statement correctly