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
Vikas Ahlawat
NA
564
817.8k
passing parameter through iframe src?
Oct 16 2010 4:19 AM
Hi I have taken ModalPopupExtender in this a panel
<cc1:ModalPopupExtender ID="ModalPopupExtender1" runat="server"
okcontrolid="btnOkay"
targetcontrolid="btnAdd"
popupdraghandlecontrolid="PopupHeader" drag="true"
>
</cc1:ModalPopupExtender>
<asp:panel id="Panel_Category" style="display: none" runat="server" >
<div class="popup_Container" style="size:auto">
<div class="popup_Titlebar" id="Div3">
<div class="TitlebarLeft">Quota</div>
<div id="ctgcancelcross"class="TitlebarRight" ></div>
</div>
<!--<iframe id="Iframe1" frameborder="0" src="StoreDataFrom/frmCategory.aspx"
scrolling="auto" style="width:350px; height:105px;"></iframe>
-->
<iframe id="Iframe1" frameborder="0" src= "StoreDataFrom/frmCategory.aspx?
ID=<%#ID%
>"
//here i want to pass the parameter
but it not working.
scrolling="auto" runat="server" style="width:350px; height:105px;"></iframe>
</div>
<input id="Button1" type="button" value="Done" />
<input id="Button2" type="button" value="Cancel" />
</asp:panel>
Reply
Answers (
1
)
Gridview index problem,how excess editing row index?
DataRepeator control in windows forms