Hi,
I would greatly appreciate if someone could help me with this.
Is there any way of getting the full width and height of an EI browser window using JavaScript.
IE doesn't return the full Browser width, it only returns the inner display area width and height.
What I need it the Full height...
Hi,
I ran into a problem while trying to write an sql update query in MS Access 2000.
As you can see in the code I'm trying to update a field in the SummaryResults table using another query.
But I'm getting this error saying "Operation must us an updatable query"
I would appreciate it...
Hi ,
Can anyone tell me how to read contents of an aspx file.
Like avoiding the tags and reading just the content ?
Any help would be greatly appreciated.
Thanks.
Hi,
I got a asp.net page (SignupForm.aspx) with some text fiels and a link on it.
When the link is clicked it opens up a new page(SelectNumber.aspx) on a new window.
I have a button on the new page(SelectNumber.aspx), when clicked reloads the parent page(SignupForm.aspx).
My problem is when...
Can someone please help me with this.
I can't access the tag properties in the user control.
I did this
Control UserControl1 =LoadControl("signupForm1.ascx");
PlaceHolderSignupPhone.Controls.Add(UserControl1);
It works fine.
But I cant access the tag properties in the user control.
All I...
Hi,
I would appreciate it very much if someone could help me with this.
I'm having problems figuring out how to us ascx files dynamically.
Like in a IF statement
IF(showID)
{
<UserControl1:form1 runat="server"/>
}
else
<UserControl1:form2 runat="server"/>
}
signupForm1 and signupForm2 are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.