Hello.
I have a need to deploy ASP.NET application page from assembly to /Lists/ (http://server/Lists) folder.
How can I get "physical" page object
from page that is made in assembly?
How can I deploy this page as module
or by FeatureReceiver? "Physycally" folder Lists does not exist.
Thank you for assistance.
Edit: I want to ...
hi everyone
i'm really engaged with subsonic but I'm not sure how make it work with paging
i mean how can i get "the page" in a list or how is the best way to managing
the total table in my base, page by page
youll see i tried three things:
m02colegio is an class generated from activerecord
IList<m02colegio> loscolegios;
loscoleg...
Hi
i want to parse a HTML page which contains some values displayed.That values are updated at regular intervals.I have to get that value from a standalone java program.If i parse the HTML page with some HTML parser the source of that page is displayed instead of that value.i tried with NEkoHTML parser and JTidy parser but there are not...
Can anyone recommend a Ruby library for creating a summary of a given URL? What I have in mind is the sort of one- or two-sentence summary as seen in search engine results.
...
Question Rephrasing
Setup:
CustomViewEngine
CustomController Base
CustomViewPage Base (in this base, a new property is added "MyCustomProperty")
Problem:
When a view is strongly typed as such: <@ Page Inherits="CustomViewPage<MyCustomObject" MyCustomProperty="Hello">, I get a compiler "Parser" error stating that MyCustomProperty ...
Hello
I get this error when i have this in my codebehind: if(Page.User.Identity.IsAuthenticated)
System.NullReferenceException: Object reference not set to an instance of an object.
This error show when i use context.RewritePath method
http://localhost/page.apsx?id=22 --> http://localhost/hello-world/
Page.User.Identity.IsAuthenti...
After searching around a bit and consulting the Dinosaur Book, I've come to SO seeking wisdom. Note that this is somewhat homework-related, but actually isn't a homework problem. Also, this is using the C programming language.
I'm working with a kernel that currently allocates memory in 4K chunks. In an attempt to cut down on wasted mem...
I am using Asp.net Masterpagse. I am using a slide down div that asks user to log in or register. I would like to HTTPS this div area of the page and not the whole page. This area shows up in all pages since its part of the master page.
Does anyone know if this is possible
IF so, can you direct me to samples and sample code?
Thank yo...
Is there a way to see the tree of a website? Let's say: www.randomsite.com has a folder at root, named "idunno" which contains a file "hello.html". Is there a way to browse these like using explorer?
...
I have a log of web pages viewed by users. This is to facilitate diagnosis of problems, and review user activity (which can be revealing! and lead to improvements to the site)
I log lots of data to enable recreating what the user did - all the Form variables, cookies, etc.
I also log when the page finished rendering in the clients brow...
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 first thing you see, you have to make it the default in the main menu... You can see my setup at dirtygertie.samwinans.com.
If you click Purchase Soaps! and t...
Is SearchString acting as property of Page class?
Here is code,
<%@ Page Language="C#" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
public string SearchString
{
get { return txtSearch.Text; }
}
</script>
<html...
I would like to mark some pages in my site that is currently in the wild as "obsolete" and pick up on that in my global.asax and redirect the client to a different page.
Then I will have the site notify the dev team that someone tried to hit that page.
Can you access the Type information for the page from any global place?
...
Hi, I'm trying to do something like boxy or facebox or lightbox...and so on. The only problem is that I don't know how to preload the page that is loaded into the box via load() method.
It should work like this:
It pops the box
Loading animation is added
When the page is loaded the animation disappears
So i need to know when the pa...
Hi, When i browsing my dotnetnuke application from the server it defaulty redirects to the error.aspx. Can anyone plz help me to set the default.aspx as the default page...
Tanks in advance
...
I want parse the html of current page.
How can I get the html of current page for that in asp.net?
Thanks in advance.
...
Hi All,
I'm implementing an app that's kind of an image viewer, where we load an image and we can zoom and pan and some other stuff. Now i'm trying to implement a sort of a minimap, or page "navigator" like Acrobat Reader has that allows you to know what section of the page you are looking at when you zoom in (in Foxit Reader it's the "...
I need a jQuery Image Rotator that rotates 4 images (fades in/out every 5 seconds or so), but it has the iPhone page dots to show which one is currently shown (Example of Dots). How would you do this? Any help would be appreciated.
...
Hello guys,
Im not too great at CSS but hopefully someone on here can help. I have the following mockup. (i have stripped out my content to make it easy to view)
<body>
<div id="container">
<div id="header"></div>
<div id="body">
<div id="navBar"></div>
<div id="mainContent"></div>
</div>
<d...
Hi,
I had a situation to call page load method when an ascx control loaded through modalpopupextender's popupcontrolid. In that ascx control's page load method i have assigned values to the textboxes. So when an ascx control popped up it will show the textboxes along with values.
Please anyone help me.
Thanks in advance.
...