TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rob Dineen
NA
7
689
hyperLinkField value to pass to textbox on different page
Aug 23 2017 8:37 AM
I have the below hyperLinkField that I want to pass a value into a textbox onto a different page.
"PropertySearch_GridView"
runat=
"server"
AutoGenerateColumns=
"false"
Height =
"1px"
Width =
"300px"
OnRowDataBound=
"GridView1_RowDataBound"
OnPageIndexChanging=
"GridView1_PageIndexChanging"
OnSorting=
"GridView1_Sorting"
AllowPaging=
"true"
AllowSorting=
"True"
>
"Horizon_Property_Id"
DataNavigateUrlFields=
"Horizon_Property_Id"
HeaderText=
"Horizon_Property_Id"
DataNavigateUrlFormatString=
"~/Search_Property.aspx?PropertySearch_HorizonPropID={0}"
SortExpression=
"Horizon_Property_Id"
/>
<%--"Horizon_Property_Id"
ReadOnly=
"True"
HeaderText=
"Horizon_Property_Id"
SortExpression=
"Horizon_Property_Id"
/>--%>
"Horizon_Site_Id"
ReadOnly=
"True"
HeaderText=
"Horizon_Site_Id"
SortExpression=
"Horizon_Site_Id"
/>
"Zone"
HeaderText=
"Zone"
ReadOnly=
"True"
SortExpression=
"Zone"
/>
"Property_Name"
HeaderText=
"Property_Name"
ReadOnly=
"True"
SortExpression=
"Property_Name"
/>
"Site_Name"
HeaderText=
"Site_Name"
ReadOnly=
"True"
SortExpression=
"Site_Name"
/>
"Street"
HeaderText=
"Street"
ReadOnly=
"True"
SortExpression=
"Street"
/>
"Town"
HeaderText=
"Town"
ReadOnly=
"True"
SortExpression=
"Town"
/>
"PostCode"
HeaderText=
"PostCode"
ReadOnly=
"True"
SortExpression=
"PostCode"
/>
when I run the app and press the hyperlink, the CreateSurvey page opens, but the Create_Prop_ID textbox does not populate.
could someone help please.
Regards
Rob
Reply
Answers (
3
)
Gridview- Client Side Calculation using javascript
Bot Framework text format