page

Why is the size of my pages so big as compared to Wikipedia?

When I save a page from my web site about Mother Teresa - http://www.peopleforever.org/nfhomepage.aspx?nfid=41 it takes up 1.73mb which is HUGE! A similar wikipedia page takes much lesser. I understand I have a lot of images so it should take more space, but so much more? When I save, I see the following files: ScriptResource_002.js -...

Generating a PDF file of an aspx page without displaying it.

From my code I display an .aspx page with infragistics chart controls in it. I want to send out the same .aspx page as a PDF attachement through email without displaying the .aspx page on the screen. How can this be done. ...

asp:how to reload page explicitly.

i have provided a button to change theme of website.in onclick event handler of the button.i am making change in web confif file page section's theme attribute.but on postback theme is not changed untill i do one more postback.so i want to postback pa explicitly in eventhandler of button. ...

Using a Button to navigate to another Page in a NavigationWindow

I'm trying to use the navigation command framework in WPF to navigate between Pages within a WPF application (desktop; not XBAP or Silverlight). I believe I have everything configured correctly, yet its not working. I build and run without errors, I'm not getting any binding errors in the Output window, but my navigation button is disa...

Word Automation: Detect if page break is necessary?

Hi, I am working on a project in C# that will produce a Word document using the Word Automation API. I would like to insert page breaks at specific points in the generated document and I am currently doing this successfully with the following code: // Generate page break object pageBreak = WdBreakType.wdPageBreak; wordApp.Selection.In...

how to write a program to generate the current brower's content but "ALL OF THE CONTENT" plus the Window's menu bar and frame/border (including the content even when scrolled down)

I remember in the early days of the web, there were books including the whole browser window's title bar, menu bar, and even the border of the browser, and the content inside of it -- not just the current content in the window, but all the content even when scrolled down). I'd like to be able to do that too... is there a easy way to wr...

Upload a file using TFS Client APIs

I want to upload a file from asp.net webpage to TFS server. Using TFS API I have created bug from my web page - but the bug also needs a file attachement to upload please let me know. ...

How much of a page is occupied by nvarchar(X)?

What are the storage requirements for nvarchar(X)? So for example, if the value in a column is much smaller than X, how much is actually stored in the database page? ...

RDLC report: more than one page? Custom page breaks?

I have a Microsoft Reporting Services report (local report, VS2005) and am trying to produce a rather tricky report... I have two tables returned from a SQL query. The first is a master table that has a list of set ID's corresponding to sets of records in the second, and has a record set like so: +----------------------+ | SetID ...

Nesting pages in the 'Manage Pages' view of Movable Type

On the 'Manage Pages' screen in the admin area of Movable Type, is it possible to nest pages, or to achieve any kind of page hierarchy? Essentially I need to mirror the site structure. I would also like to order pages, not by published date, but by a meaningful order - ie the order I need them to display on the website. ...

Tell swf to check what page its loading on an switch to the correct page.

Google has indexed my .swf file, so it’s loading by itself in a browser ( example.com/FL_map_page.swf ) I need for the .swf to check to see if it is loaded on the .html page and if not switch to the correct page. ...

content page class method calling from master page class

I have a public method in my content page class, I want to call this method from master page class Thanks ...

retrieve post or page title to iframed page

Hi, i'm iframing a php page into another php page on wordpress blog, and i need to retrieve post or page title from the main page to the iframed page as a post or page title. i mean embeding main page title to the iframed page title. Thank you... ...

ASP.NET partial page upload without Updatepanel /With jQuery

I have an ASPX page .In the Top i am displaying 5 categories (Ex : Pen,Book,Shoe,Mobile,Mirror) When i click on any of the categories,I want to show the products under that category below the header. I dont want to reload the entire page for this.I want to maintain my page as it is (The header,footer and side panels would ) when a click...

How do I reference group data in a textbox on Reporting Services?

I'm creating a report with a table that is grouped by a department code. There's a page break at the end, so each page only has data for that department code. Outside of the table, I want to have a textbox that contains the department code for that page/group. I've tried using a hidden column with the data, but the textbox only ends up ...

redirect from asp.net page

hi, In asp.net 3.5 using vb i would like to go to another page in my application when the user clicks a button. what is the command for doing this? Thank you ...

Javascript text to link replacing

I need to replace text into link in Link must be look like " href="/search?q=$oldtext" title="$oldtext" ". $oldtext is text to replace. I'm tried to use loop to find text with regexp "/^\x23\w/",and replacing with variable that contain generated link. And it result to nothing. I've edit regexp to "/\x23/" and get replacing for "#" (\x...

Can I get html elements with nokogiri?

Hi, I have a doubt about nokogiri, I need to get the HTML elements from a page, and get the xpath for each one. The problem is that I can't realize how to do it with nokogiri. The HTML code is random, because I've to parse several pages, from different websites. ...

Using the iPhone SDK Is it possible to display large content divided in the form of different pages?

Using the iPhone SDK Is it possible to display large content divided in the form of different pages? I want the user to be able to view the content without having large amounts of scrolling. I tried using UIWebView, but I couldn't found any auto scroll property for that. ...

How to create a shortcut to some page and forcing it to be opened with Internet Explorer (not default browser)

Easy. I have 2 gmails accounts and I want to open both at the same time. I have Firefox as the default browser and of course, Internet Explorer. So I want 2 desktop shorcuts to point to gmail. So if I made a shortcut to http://gmail.com, it will be opened with Firefox (because it's the default browser), so that's ok for one account. Bu...