Code:
<head runat="server">
<title>Flash--</title>
<script type="text/javascript">
function tes() {
alert("test");
}
</script>
</head>
<body >
<head runat="server">
<title>Flash--</title>
<script type="text/javascript">
function tes() {
alert("test");
}
</script>
</head>
<body >
If (Not (gridExport.HeaderRow) Is Nothing) Then
virTable.Rows.Add(gridExport.HeaderRow)
End If
For i = Val(txtPageFrom.Text) To Val(txtPageTo.Text)
gridExport.PageIndex = i
gridExport.DataBind()
For Each row As GridViewRow In gridExport.Rows
Leave a comment: