Click here to Skip to main content
15,917,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Retriving images from Db Pin
Michael Sync20-Nov-07 17:44
Michael Sync20-Nov-07 17:44 
GeneralRe: Retriving images from Db Pin
Krishna Varadharajan20-Nov-07 18:56
Krishna Varadharajan20-Nov-07 18:56 
GeneralRe: Retriving images from Db Pin
Michael Sync20-Nov-07 19:03
Michael Sync20-Nov-07 19:03 
AnswerRe: Retriving images from Db Pin
Abhijit Jana20-Nov-07 18:08
professionalAbhijit Jana20-Nov-07 18:08 
GeneralRe: Retriving images from Db Pin
N a v a n e e t h20-Nov-07 18:40
N a v a n e e t h20-Nov-07 18:40 
AnswerRe: Retriving images from Db Pin
N a v a n e e t h20-Nov-07 18:38
N a v a n e e t h20-Nov-07 18:38 
GeneralRe: Retriving images from Db Pin
Krishna Varadharajan20-Nov-07 19:19
Krishna Varadharajan20-Nov-07 19:19 
QuestionError in control Pin
netJP12L20-Nov-07 14:46
netJP12L20-Nov-07 14:46 
Hi fellows, I am really stuck into this thing.  I declared an iframe in a usercontrol control and this usercontrol resides in a form.  So now,i am getting an error that says document is null or an object.<br />
<br />
This is how I am calling from form.aspx to javascript to get the text from the usercontrol<br />
Form.aspx<br />
protected void Button1_Click(object sender, EventArgs e)<br />
{<br />
   ScriptManager.RegisterStartupScript(this, GetType(), "get", "javascript:getText();", true);<br />
 <br />
}<br />
<br />
usercontrol.ascx<br />
<iframe id="iframe" enableviewstate="true" runat="server"></iframe>                    <br />
<script language="JavaScript" type="text/javascript" ><br />
<br />
function getText()<br />
{ <br />
 alert(window.frames["usercontrol1_iframe"].contentWindow.document.body.innerHTML);--->and am getting error on this line.<br />
 <br />
}<br />
 <br />
</script>

AnswerRe: Error in control Pin
Michael Sync20-Nov-07 17:50
Michael Sync20-Nov-07 17:50 
QuestionDynamic Menus using IHierarchicalDataSource Pin
neilbelfast20-Nov-07 12:08
neilbelfast20-Nov-07 12:08 
QuestionEncryption password Pin
mehran.asg20-Nov-07 11:21
mehran.asg20-Nov-07 11:21 
AnswerRe: Encryption password Pin
Hesham Amin20-Nov-07 12:07
Hesham Amin20-Nov-07 12:07 
AnswerRe: Encryption password Pin
Michael Sync20-Nov-07 15:46
Michael Sync20-Nov-07 15:46 
AnswerRe: Encryption password Pin
John-ph20-Nov-07 18:51
John-ph20-Nov-07 18:51 
QuestionDeclarativeCatalogPart Pin
TheEagle20-Nov-07 10:35
TheEagle20-Nov-07 10:35 
QuestionGridview Printing Pin
danielleroy20-Nov-07 8:31
danielleroy20-Nov-07 8:31 
QuestionNeed help impersonating a user Pin
dalge20-Nov-07 5:23
dalge20-Nov-07 5:23 
GeneralRe: Need help impersonating a user Pin
dalge20-Nov-07 5:28
dalge20-Nov-07 5:28 
GeneralRe: Need help impersonating a user Pin
Pete O'Hanlon20-Nov-07 11:19
mvePete O'Hanlon20-Nov-07 11:19 
QuestionAJAX Confirm Button Extender Pin
Sarfaraj Ahmed20-Nov-07 5:12
Sarfaraj Ahmed20-Nov-07 5:12 
AnswerRe: AJAX Confirm Button Extender Pin
M_Menon20-Nov-07 6:13
M_Menon20-Nov-07 6:13 
GeneralRe: AJAX Confirm Button Extender Pin
Sarfaraj Ahmed20-Nov-07 6:28
Sarfaraj Ahmed20-Nov-07 6:28 
AnswerRe: AJAX Confirm Button Extender Pin
SABhatti20-Nov-07 6:40
SABhatti20-Nov-07 6:40 
GeneralRe: AJAX Confirm Button Extender Pin
Sarfaraj Ahmed20-Nov-07 8:29
Sarfaraj Ahmed20-Nov-07 8:29 
AnswerRe: AJAX Confirm Button Extender Pin
SABhatti20-Nov-07 10:30
SABhatti20-Nov-07 10:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.