1
vote
3answers
46 views
Virtuemart Add to Cart Sends to User Homepage Due to URL When Using an Intro Page
I am using Joomla 1.5x and have installed Virtuemart. I've got an intro page to the main site which is a child of "Home" in the main menu. In order to make the intro page the fir …
2
votes
3answers
34 views
How to determine whether a web page has RSS or not in C#
Hello all,
I have a task to do.
I need to download a web page and to see if the page contains any RSS feeds.
I know how to download a web page to string using Http APIs in C#, b …
0
votes
2answers
36 views
Web Page execution
I have a web page which brings 13K+ records in 20 seconds. There is a menu on the page, clicking on which navigates me to another page which is very lightweight. Displaying the dat …
0
votes
0answers
9 views
Sharepoint 2007 Page Viewer webpart - autoscroll to webpart?
We have a Page Viewer webpart setup to display our Out of Office public folder calendar from Exchange. This is the URL the webpart is setup to point to:
http://<servername> …
1
vote
3answers
46 views
javascript reload
Is it possible to use javascript:location.reload(true) as a action= for a form without having the browser say "In order to reload this page, information must be resent" or somethin …
0
votes
2answers
19 views
Page object problem
Hi,
I have a class which generate a dynamic page.
Panel myPanel = new Panel();
TextBox myTextBox = new TextBox();
myPanel.Controls.Add(myTextBox);
Page thePage = new Page();
…
0
votes
4answers
384 views
How can I grab each page of text in a Word doc separately (using .NET)?
I need to determine which pages of a Word document that a keyword occurs on. I have some tools that can get me the text of the document, but nothing that tells me which pages the …
0
votes
2answers
35 views
Getting information about a Facebook Page via API but without a session_key
I'm going to create a Facebook application which get informations (name and *page_url*) about Facebook page from his *page_id*.
So i went to the Facebook Wiki and i found this API …
3
votes
1answer
284 views
Generic Inhertied ViewPage<> and new Property
Question Rephrasing
Setup:
CustomViewEngine
CustomController Base
CustomViewPage Base (in this base, a new property is added "MyCustomProperty")
Problem:
When a view is str …
2
votes
4answers
2k views
How do I reload a page without a POSTDATA warning in Javascript?
I want to reload a page using:
window.location.reload(true);
But I receive the POSTDATA warning because the refresh function want to resend previous POST form data. How can I re …
0
votes
4answers
32 views
Could not load type ‘WebApp1._Default’ in ASP.NET
When I am running my ASP.NET application I will get an error
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource re …
1
vote
2answers
57 views
Silverlight passing parameters between pages using HyperlinkButton
Hi,
I have a page that displays a list of users. each user has an ID and a HyperlinkButton to watch more details about the user.
When pressing the HyperlinkButton, I would like t …
1
vote
2answers
33 views
asp.net visibility of an element in master page
Hi,
I need to set visibility for an option called SVN in a navigation bar for a web form as false.
this is its code in the master page....
if (page.CurrentUser.Permissions.SVN()) …
4
votes
2answers
62 views
Partial page curl animation
I have a working transition using UIViewAnimationTransitionCurlUp however, I would like the animation to stop halfway through, much like the Maps application...Any thoughts on how …
0
votes
2answers
39 views
IE8 is suddenly refreshing entire window on page change/refresh
After my Vista 64 was updated via Windows Update to include upgrades to .NET, graphics, etc. (basically, pieces of Windows 7, I believe) Internet Explorer 8 has been doing somethin …
