Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fly231
  • Content: Threads
  • Order by date
  1. fly231

    Find IE full Browser Window Height And Width (JavaScript)

    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...
  2. fly231

    Update Query problem

    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...
  3. fly231

    How to read contents of aspx files

    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.
  4. fly231

    Remember Form Values on page reload

    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...
  5. fly231

    Can't access the tag properties in the user control

    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...
  6. fly231

    How to use ascx include files dynamically ?

    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...

Part and Inventory Search

Back
Top