-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: BanupriyaVelmurugan
Message 1 in Discussion
Hi I have a datagrid control <tr>
<td align="center" colSpan="2"><asp:DataGrid id="dgrdReport"
runat="server" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px"
BackColor="White" CellPadding="2" GridLines="Vertical"
ForeColor="Black" AllowCustomPaging="True" AllowPaging="True"
AutoGenerateColumns="False" Width="100%" PageSize="5">
<SelectedItemStyle Font-Bold="True" ForeColor="White"
BackColor="#008A8C"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#DCDCDC"
CssClass="clsBlacksmallText"></AlternatingItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White"
BackColor="#33a533"></HeaderStyle>
<FooterStyle BackColor="#CCCCCC"></FooterStyle>
<PagerStyle Visible="False" HorizontalAlign="Center"
ForeColor="Black" BackColor="#999999"></PagerStyle>
</asp:DataGrid></td>
</tr> and I binded the grid with the data fetched from the database
when a button is clicked using the code dtstCommon =
objReport.GetDrugTestAnualDue() Dim dgrdColumn1 As BoundColumn = New
BoundColumn
dgrdColumn1.DataField = "UserID"
dgrdColumn1.HeaderText = "Employee ID"
dgrdReport.Columns.Add(dgrdColumn1) dgrdReport.DataSource =
dtstCommon
dgrdReport.DataBind() It displays the page link but it is not
displaying the next 5 records when the link is pressed. Can any one say how
to solve this? Thanks & Regards Banu
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you
received this message by mistake, please click the "Remove" link below. On the
pre-addressed e-mail message that opens, simply click "Send". Your e-mail
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]