1
Answer

IFRAME in ASP.NET C#

How to assign source to iframe at gridview rowcommand?
Answers (1)
0
Salman
NA 2.5k 22.3k 8y
Hi.
set that iframe  as runat="server" in client side and in rowcommand find out that iframe by using it's id and there is a propert src exists for that iframe and assign there source.
thanks. 
Accepted