Manage Frames By C# Code

I am new user of Asp.net. I want to open a page in right frame when i click a button from left frame. this must simple but i don.t know how to this?

View Replies


ADVERTISEMENT

Asp Code And Frames

is it possible to include asp code in a page so that it only executes if frames are used by the browser?

View Replies View Related

Manage DHCP With ASP

Is it possible to manage a DHCP Server with an ASP page (vbscript)
using dhcpsapi.dll or another DHCP API ? How could I do this?

View Replies View Related

Manage Multiple DBs

Does anyone know of a database management program that I can use with my access dbs? I have several access dbs on one server, but have to log in to each one for editing, viewing users, etc. (obviously). I don't know if anything like this exists, but it sure would be helpful if I could just log into one db to view/edit all of my dbs. Does anyone know of such a program?

View Replies View Related

Manage Favorites

how can i make buttons on my web site to import/export favorites from ie a good example of this can be found. can someone give me an idea or link to study on this topic.

View Replies View Related

Manage Upload Error

I'm using ASP to upload files on my server. How can I check if the upload fails?

objUpload("blob").SaveAs strPath

View Replies View Related

Crop .pdf Files And Manage With A CMS?

Am asking for input on a better way to manage website content. Input is dozens of .pdf files up to 11 meg in size containing one to eight advertisements comprised of both text and graphics. These files are 300 dpi at CMYK and I use the same .pdf files the printer uses to print glossy paper coupons. The goal is to categorize and display the ads in a website for online printing. This post is all words and no code.

The work flow is divided into cropping and displaying.

For cropping: having done it many ways (screen scraping, Photo Shop. Paint Shop, etc.) am getting the best controlled results by opening each .pdf in GIMP, hand cropping each ad and saving as a .png file. Now using GIMP because the others have been awkward to use or didn't provide the results I want. Have tried various pdf utilities to extract each ad intact and avoid cropping altogether, but the mixture of text and graphics gets skewed.

For displaying: I hand update the html directory and when an ad description is linked by the site visitor, pass filename and title parameters to a common php script I wrote that determines the image dimension based on the image size, builds standard html code and displays the ad. For printing I rely on the browser print button.

Will ASP permit me to develop a web-based application that will read these .pdf files directly from the printer's server, let a non-technical person easily crop them, describe them, store them, build the directory, and display them? Kind of like a cropping content management system? also will need the ability to stick in an impromptu ad here and there too.

View Replies View Related

Manage Table Names

I would like to be able to generate table reports listing all the TABLE NAMES, FIELDS and their datatypes in a neatly formatted table.

Additionally I am building up a frightening amount of queries.I would also like to cycle through this and neatly associate notes with them to remind me of their specific purpose.The naming of the query can only go so far.

I find that upon returning to my asp and access application after a month or two I struggle to contextualize where to begin query additions and table alterations
and hope a catalog method will make me more effective and save time.

View Replies View Related

Manage 404 Error Page

I created my custom error page and it sends an email with serverVariable("URL") to me, so I know what files users may request which are not found. All of a sudden, I started receiving a large number of emails.

what's the best way to log errors: database or flat text file (in terms of speed and use)? what useful info can I collect on error page 404 as you may suggest (serverVariable("URL") serverVariable("REMOTE_ADDRESS") are not just enough).

View Replies View Related

Manage User Accounts

We have a legacy, P.O.S. Access database/application that we use for production tracking at work. We are wanting to design a new web application for our intranet to replace it as well as use an Oracle database. I have not used ASP.NET before, but I'm going to start learning so I can work on the new application. In the meantime, I'm thinking of the things I'll need to be able to implement to have this work how we need it to:

1. Convert the Access tables to Oracle and serve them on the intranet
2. Create web forms in ASP.NET to replace the forms used by the Access application
3. Regulate user privileges so that certain users only have access to certain features. This was easy in Access, but I need some sort of administrative area of the new web app. to add new users and regulate their permissions.

Regarding number 3, how would you guys go about doing this? I'm also open to input on the other areas as well.

View Replies View Related

Frames?

If I have existing code that has a drop down box to select department. This then brings up the Access database based on a field passed from the drop down selection.

How can I get the database to show up without getting rid of the table display from the selection. This way I do not have to go back adn forth for every selection.

Shold I create Frames? How do I do that?

View Replies View Related

Using Frames

I want to print a page, with a header(image in another frame).

Is there a way where i can specify what i want printed as a header?

Or can i specify only certain frames to print.

I'll need to do this in the coding because there is other frames on my page as well that i don't want to print.

View Replies View Related

Asp And Frames

I am trying to use frames in asp page. Well I am aware that frames are on client side etc.. what I need is following. Let me explain using the main page which have
the frames skeleton :

******FRAME.asp**

<HTML>
<HEAD>
</HEAD>

<FRAMESET ROWS="50%,50%">
<FRAME SRC="which.asp" NAME="which" FRAMEBORDER=0 BORDER=0>
<FRAME SRC="what.asp" NAME="what" FRAMEBORDER=0 BORDER=0>
</FRAMESET>

</HTML>

************

1) on page what.asp i am extracting value from database in a table
format.

2) when any row in what.asp is clicked the value should change in
which.asp

3) Finally I should be able to submit the whole FRAME.asp when the
update button on what.asp is selected.

Tried to search for examples on the net but unable to find any.

View Replies View Related

Asp Frames

I have an ASP programme which calls functions to display a list of tables from an access database

e.g.

table1(a,b)
table2(a,b)
etc

Ive also created the frames page dividing the page into two vertical colums 30% and 60%
Ive created a menu in the left column and when clicked upon want to have just a single table displayed in the right column, how do i do this?

View Replies View Related

ASP And Frames

I am having an issue using ASP and frames. I am required to use frames
so NOT using them isn't an option.

Problem: When a user enters the site they goto survey.asp (this is the
frameset page). However when an ASP script redirects to the survey.asp
page I get double frames.

Meaning, that when the user is returned to the page the orgional frames
exsist and then ANOTHER set of frames is set within those!

Any ideas on how to fix this?

View Replies View Related

Frames?

I just wonder what are the implications to use frames to build portal. I've
seen some sites that are quite fast with frames but I just wonder if there
are hidden "costs".

I've tried to use in the past and I run into a lot of problems when I worked
with environment where there were frame and no frames pages.

View Replies View Related

Three Frames

I have a page with three frames. One on the top, one on the left and one on the right.I use the frame on the left as a list of selections for the user (ie a menu). When the user makes their selection, the frame on the right shows the relevant page.I want to give the user the option of hiding and showing the frame on the left, by click on a button.My experience with frames, is nil.

View Replies View Related

Frames

how could display one background image on a web page that is divided into 4 seperate frames.

View Replies View Related

ASP In Frames

When I put my asp files in frames and call the frame from browser, I get a message to save the files. The files aren't actually displayed. How can I see the asp files in frames?

View Replies View Related

ASP & Frames...?

i have an HTML page (Index.htm) which has 4 frames in it. each frame is a different ASP file.

How can i access one frame from another? is there something like HTML-DOM which i can use with ASP? any other ideas from accessing different frames?

View Replies View Related

Hyperlinks And Frames

Say for instance that I have 2 frames and I have code in one. That code is returning information from a database. In that database there are hyperlinks to images. Upon clicking that hyperlink how do I force the image into the other frame?

At present It opens appears to go to a new page, but everything is coded in one ASP page. So I have to click back to select another image? I want to be able see both the database and image so I dont have to go back and forth

View Replies View Related

Pass To Two Frames

I want to pass the value to two frames and two pages after hitting the
submit button If my form I have this:

<form method="get" action="search2.asp" target="fSearch2">

I want to pass crPN to below as well
action="search3.asp" target="fSearch3"

I am having a little problem figuring this out.

View Replies View Related

Can I Emulate Frames Somehow?

I can build a nice looking website in HTML, but I have to admit that I don't know a ton of other code beyond that (i.e. ASP, Javascript, PHP, etc. - although thanks to Sitepoint I have incorporated a tell-a-friend and contact form using ASP)

My client currently subscribes to a service for selling his photographs where he uploads his images to a "sales site" that establishes a gallery for him where his clients can select and purchase images online. He would like to incorporate the "branding" from his site (header, background, footer, etc.) around the pages for his image sales site. My first thought was to use frames and to direct the main frame to the sales site pages, however the "padlock" icon in IE that indicates security to users when purchasing disappears because it's just a page within the frameset and he feels that his clients won't be comfortable purchasing from his sales site if they can ensure their online purchase is secure (apparently that padlock icon eliminates a lot of stress for his shoppers).

I then considered using CSS to try to accomplish the same result, but have come to find that IE doesn't support the function of CSS that would allow me to "call" information from a different URL. Code:

View Replies View Related

HTML Frames

i have these framesets.Code:

<frameset rows="*" cols="171,*" framespacing="0" frameborder="NO" border="0">
<frame src="index_left.asp" name="leftFrame" scrolling="NO" noresize>
<frame src="home.asp" name="mainFrame">
</frameset>

at index_left.asp there are menus and above the menu table, there is another table for me to display user's name once he/she logs into the system. to see the login page (login.asp), user has to click Login on the left and login page will appear on the right. but after user has logged in, his/her name never appear on the right place unless i refresh the page.

View Replies View Related

Session......frames

I have a frameset on domain X in which an ASP-page is loaded from domain Y
into one of the frames. It seems that the ASP-page is not handling any
cooky's. After each load the session-object is empty. When directly opening
the page from domain Y (without the frameset) everything works ok. Does
anyone knows why this is happening en what can be done to make it work?

View Replies View Related

Breaking Out Of Frames

I need to break out of the frames in the following line, or a line that does a similar thing:

Response.Write("<meta http-equiv=""Refresh"" content=""2; URL=http://localhost/MyWeb/Loanerz.asp"">")

View Replies View Related

Css Buttons With Asp And Frames

on a single webpage i know howto highlight the current button in a css menu with something like an ID in the body or in the li of that page.

I create a website with frames.

how can i highlight the current button the left frame when it shows the page in the rightframe Code:

View Replies View Related

Loading Frames

I've got an asp page that is set up in with two frames. The problem in question pertains to the main frame which contains a simple 'response.redirect' line that redirects the visitor to a different location. Other than this line, everything else are tags and no asp-oriented code.

I've tested this on a couple of computers, and it works fine. However, there are a few other computers in my office where the redirect just hangs and doesn't load the redirected page (i.e. the status bar states 'Open http://someurl.com' and stays like that)

Is this a problem with using the asp line, or is it a computer setting/browser setting I'm overlooking?

View Replies View Related

Changing Frames

My site uses frames.I have a header frame, a menu frame and a main frame. When the page opens, the header frame and the main frame are generic. The main frame has a log-in dialog. Once the user logs in, they are taken to a 'main' page and I want to replace the header and menu frames with other frames .

View Replies View Related

No Cache - Frames

I have a frameset with 2 different pages. When a user logs in the page is setup based on that particular user. The problem I have comes when that user logs off (killing his/her session) and someone else logs in one of the fr4ames does not always refresh with the new users info.

The user actually has to right click on it and click on refresh. I am killing session with �Session.Abandon� (this seems to be working). I have the following statements at the top of the page that is not refreshing: Code:

Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1

Anyone have any idea why the frame is not updating?

View Replies View Related

Update Frames

i am currently working on frames in ASP. i have four asp files namely frame1.asp, frame2.asp, frame3.asp and frame4.asp - i have separated an ASP page into two frames one in the left side named frame1.asp and the other on the right side named frame2.asp
i have specified a link in frame2.asp and passing a parameter along with that link. if i click that link it should replace both the left side frame frame1.asp with frame3.asp and as well as the right side frame frame2.asp with frame4.asp
is that possible?for your information, i pass the parameter along with the link in frame2.asp after contacting the oracle database table and retrieving some value from it.

View Replies View Related

Working With Frames

I would like to refresh a frame when an action takes place in another frame.

Suppose for example:

I use three pages page1, page2, page3 which are displayed in 3 frames frame1, frame 2, frame 3 respectively.

if click on some link in page1 it will open page2 in frame. this clicking should be captured immediately and displayed immediately in page 3 which is in frame 3. This should be done immediately as if it is live.

View Replies View Related

Virtual Frames

I have a page that i find hard to maintain, or add new pages to. It is tha navigation bars down the sides of all the pages. At the moment they are all just like, well a normal page, so when i want to add a new page i need to go through ALL of my pages and change them.

I know there is a way, but i dont know how, to make the asp file call another file and basicaly ask for what goes in the side navigation bar. I have seen this done, it would have used framed, but personaly i think they are evil, you can only stick them to the top, side botton etc.... of a page. And i have made my page so that it is in the centre of the browser.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved