0
Answer

i have create one search form that search form is navigate to all formsIn the below code is use to navigate only one form but not navigate all forms

naga jyothi

naga jyothi

12y
987
1
i have create one search form that search form is navigate to all forms.In the below code is use to navigate only one form but not navigate all forms



<asp:HyperLinkField  DataNavigateUrlFields="inpatientid,inpatientfirstname,inpatientsurname,Inpatientgender,Inpatientaddress,Inpatientphonenohome,Inpatientmobileno,Inpatientoccupation,Inpatientcivilstatus,Inpatientaccounttype,Inpatientcompanyname" DataNavigateUrlFormatString="frmAddServiceTreatments.aspx?&inpatientid={0}&inpatientfirstname={1}&inpatientsurname={2}&Inpatientgender={3}&Inpatientaddress={4}&Inpatientphonenohome={5}&Inpatientmobilen={6}&Inpatientoccupation={7}&Inpatientcivilstatus={8}&Inpatientaccounttype={9}&Inpatientcompanyname={10}"  Text="Apply"  />