Hi pradeepmanne, sounds interesting what would you describe this as, what missing functionality does this being to DD? (I am only asking so I understand fully
)
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.
i created a filter control with a textbox that can be reused automatically for all entities in the model.
on list.aspx page i have popup with gridview ,where i do search to filter the grid data ,on rowselect i will select the row to post back to parent page(list.aspx) ,i need the selected row data to filled with the respective data in the custom filter textboxes
.
the problem is the textbox Id will be same for all the textboxes
pradeepmanne
Member
109 Points
103 Posts
Passing values from ajax popup (gridview) to parent page textbox
Jan 08, 2013 12:45 PM|LINK
Hi,
I have a ajax Popup extender which contains a grid and when i select a row a value should pass
into the Usercontrol(textbox)in the parent page(Listpage.aspx).
for search purpose i have created usercontrol with textbox ,the problem is when i pass values from popup to page i need to specify
Id of the textbox control how can i get values of grid view columns into all textboxes.
Thanks inadvance
Pradeep kumar
sjnaughton
All-Star
27308 Points
5458 Posts
MVP
Re: Passing values from ajax popup (gridview) to parent page textbox
Jan 08, 2013 07:55 PM|LINK
Not sure what you are trying to achive but I did my popup this way A Popup Insert control for Dynamic Data (UPDATED) hope that helps.
Always seeking an elegant solution.
pradeepmanne
Member
109 Points
103 Posts
Re: Passing values from ajax popup (gridview) to parent page textbox
Jan 09, 2013 07:50 AM|LINK
Hi ,
thanks for the replay
I'm trying to implement a custom filter template that can be reused automatically for all entities in the model
for all text based searches.I am adding additional search/filter parameters to the Page
I have a ajax Popup extender which contains a grid and when i select a row values should pass
into the custom filter textboxes
Pradeep kumar
sjnaughton
All-Star
27308 Points
5458 Posts
MVP
Re: Passing values from ajax popup (gridview) to parent page textbox
Jan 09, 2013 09:03 AM|LINK
Hi pradeepmanne, sounds interesting what would you describe this as, what missing functionality does this being to DD? (I am only asking so I understand fully
)
Always seeking an elegant solution.
pradeepmanne
Member
109 Points
103 Posts
Re: Passing values from ajax popup (gridview) to parent page textbox
Jan 09, 2013 11:17 AM|LINK
hi,
i created a filter control with a textbox that can be reused automatically for all entities in the model.
on list.aspx page i have popup with gridview ,where i do search to filter the grid data ,on rowselect i will select the row to post back to parent page(list.aspx) ,i need the selected row data to filled with the respective data in the custom filter textboxes .
the problem is the textbox Id will be same for all the textboxes
Pradeep kumar
sjnaughton
All-Star
27308 Points
5458 Posts
MVP
Re: Passing values from ajax popup (gridview) to parent page textbox
Jan 09, 2013 11:25 AM|LINK
Yes I see your problem, it woudl be better to have popup extender in the filter then the issue would not exist.
Always seeking an elegant solution.