Search

You searched for the word(s): userid:627795

Matching Posts

  • Re: Control Toolkit Tabs cause rendering problems within the tab

    Hi, Thank you. I removed for testing the update panel and the script, but the problem is still there. Any other ideas?
  • Hide tab with java script

    Hello, I want to hide a tab in my tabcontainer with javascript. I tried following code: <script type="text/javascript"> function hideShowDDL() { var elementRef = document.getElementById('<%= myTab.ClientID %>'); elementRef.style.display = "none"; } window.onload = function() { hideShowDDL(); } </ script > The JS find the control but the display = none does not work, the tab is still there. Can somebody help me hiding the tab panel with JS? Thank you
    Posted to ASP.NET AJAX Control Toolkit (Forum) by phaetontdi on 6/4/2009
    Filed under: Panel, js
  • Control Toolkit Tabs cause rendering problems within the tab

    Hello, I have a strange problem: I am using the Ajax Control Tookit’s Tabs in the lastest May release. On my .NET 3.5 asp.net page I have a Update Panel control. Also I added following script to my masterpage to keep the scroll position: < asp : ScriptManager ID ="ScriptManager1" runat ="server" EnablePartialRendering ="true"/> < script type ="text/javascript"> var prm = Sys.WebForms.PageRequestManager.getInstance(); prm.add_beginRequest(beginRequest
  • Re: Http post in asp.net

    Hello, I noticed to late that my code above was not well formated. I fixed it. Thank you for your example, but I don't want to send xml information, just a parameter. Can you check my code above please and see what I can do to manage that? thank you!
    Posted to Getting Started (Forum) by phaetontdi on 4/24/2009
  • Http post in asp.net

    Hello! I used to work with php and now I want to port some apps into the great asp.net :) For my case I have got a MasterPage and a ContentSite. In the ContentSite I want to make a http post to another website with a parameter that should be added via code, the html output that is generated should be displayed on my site. Here is my html code example: <form border="1px solid black" action="http://mycoolsite/test/" method="POST"> < input type= "text"
    Posted to Getting Started (Forum) by phaetontdi on 4/24/2009
  • Making a screenshot of an url

    Hi! I found following article on the web: http://www.4guysfromrolla.com/webtech/070601-1.shtml . This article describes how to display the content from another page on his own. But I want to do following. I want to write a url into a string. After a button or a page is loaded this url should be captured and be displayed as a screenshot on my own page. Is that possible with asp.net? I hope anyone can help me. Thanks a lot.
    Posted to Getting Started (Forum) by phaetontdi on 12/9/2006
  • Displaying icalendar

    Hi, I want to create an website that loads and disyplays an icalendar from another website. Does somebody know an soloution for only reading iCalendar informations like title, description, start date/time, end date/time and something like this? Thank you!
    Posted to Getting Started (Forum) by phaetontdi on 10/29/2006
    Filed under: icalendar
  • Allow user to add custom controls

    Hello everyone, I am going to write an own rss feed reader that simply reads rss feeds from some news sites. I have created an user control that allows to pass an rss url and display the rss feed inside the control. Now I want to provide an textbox that allows the user to generate that user control "on the fly". After the url was insert and an button were clicked the user control should be added to the site and be saved in the userprofile (membership provider or something like that). Do
    Posted to Web Forms (Forum) by phaetontdi on 10/2/2006
  • set expand in treeview asp.net

    Hi, I found on http://aspadvice.com/blogs/joteke/archive/2006/08/19/20948.aspx an article how to prevent the treeview in a masterpage to lose the expanding. I working also with an treeview, but I use the expand method when clicking on an item: < asp : TreeNode Text ="Details" Value ="Details" Expanded ="False" SelectAction ="Expand"> < asp : TreeNode Text ="---" NavigateUrl ="~/" Value ="---"></ asp : TreeNode >
  • Simple html Menu

    Hello, I tested the new asp.net 2.0 menu control, but they doesn't seem to fix my wishes. I want to create a simple html menu, wich displays several menu items and after a click a subitem. I created the pure html code: < ul id ="menue"> ul id ="menue"> < li >< a href ="index.html"> Home </ a > < li >< a href ="index.html"> Home </ a > < ul > < ul > < li >< a href ="" id ="second_line"><
Page 1 of 4 (37 items) 1 2 3 4 Next >