Select Works Until I Use a Search Or Sort and Then the Below

Total Page:16

File Type:pdf, Size:1020Kb

Select Works Until I Use a Search Or Sort and Then the Below

Select works until I use a search or sort and then the below

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="CitationsForm.aspx.vb" Inherits="CitationsForm" %>

Citation ID Entered By  
     


Current Doc:
               
 
 
              

                ; 

PID:
DateEntered:
EnteredBy:
CitationDate:
DateReceived:
IssuingAgency:
ContactName:
ContactPhone:
DueDate:
CitationNumber:
CitationType:
DescriptionNotes:
CitationDoc:
PersonResponsible:
DateNotifiedPR:
FollowUpDate:
FollowUpRequest:
FollowUpNotes:
ReviewedByDeptHead:
DateCompleted:
FinePaid:
AcctID:
Uname:
LastUpdated:
 
Current Doc:
               
 
 
     


UpdateCommand="UPDATE [tblCitations] SET [PID] = @PID, [DateEntered] = @DateEntered, [EnteredBy] = @EnteredBy, [CitationDate] = @CitationDate, [DateReceived] = @DateReceived, [IssuingAgency] = @IssuingAgency, [ContactName] = @ContactName, [ContactPhone] = @ContactPhone, [DueDate] = @DueDate, [CitationNumber] = @CitationNumber, [CitationType] = @CitationType, [DescriptionNotes] = @DescriptionNotes, [CitationDoc] = @CitationDoc, [PersonResponsible] = @PersonResponsible, [DateNotifiedPR] = @DateNotifiedPR, [FollowUpDate] = @FollowUpDate, [FollowUpRequest] = @FollowUpRequest, [FollowUpNotes] = @FollowUpNotes, [ReviewedByDeptHead] = @ReviewedByDeptHead, [DateCompleted] = @DateCompleted, [FinePaid] = @FinePaid, [AcctID] = @AcctID, [Uname] = @Uname, [LastUpdated] = @LastUpdated WHERE [CitationID] = @CitationID">

This happened after I sorted by Due date as you can see it is still highlighted.

And then I attempted to select the record to edit it.

Recommended publications