Saving A Web-based Information And Retrieving The Info As A Web-based Again

Aug 3, 2010

I have an application called barcode available on a server on the web. The application is used to generate barcodes. The user is able to save her progress directly on her desktop, however though whenever the user try to load the saved progress. It is doesnt remotely connect to the server, instead, it defaults only the saved copy on her desktop. so for example

we have the following aspx created

barcoded.aspx. The barcoded.aspx is available on the server. the page has the following information

Name: PRT321-1 Code: 456789-1000

Label: 678900-001-001

Now, this information is saved as webpage.html. however though, when the user goes to the saved location and clicks on the saved copy, it automatically load the copy as a webpage and allow the user continue with the modification online but that is not the case. Does anyone know how to fix this problem.

View 1 Replies


Similar Messages:

Access :: Showing A PDF File Based On Info From Database

Aug 5, 2010

I have a small Access database with some fields, like: date, name, text. Those fields are stored in a record inside MS Access. I also have an PDF file available belonging to that record as described before. I like to store the title of this PDF also in this record. Clicking by an user on this title should show the PDF file in a separate form. The pdf's are all stored in a map called e:pdfs and filename can be as needed. My questions are:

1. how should i bring the pdf names inside the record (like e:pdfsumber-one.pdf ? )
2. by clicking on this name the pdf file should be showed in a seperate form?
3. clicking means probably a javascript that handles the pdf file ?
4. can anyone give me some clues? I do work with VS2010 and framework 4

View 3 Replies

Web Forms :: Store Customer Info In DB Based On Radiobuttonlist

Mar 24, 2011

So I want to store customer information based on radiobuttonlist selections. The radiobuttonlist items are pulled from a database. When the customer makes a selection I want that selection to be stored in a database to record their order. There are 7 radiobuttonlists. So when they make a selection on one item, they are moved along to the next item. I want this to continue through all 7, store the information in a database and then produce a order summary at the end.

View 2 Replies

Web Forms :: Retrieving Files Based On DateComparision?

Jan 18, 2011

In my webapplication, i have a scenario to retrieve all of the .txt files which is stored in current date.The files would have to be stored in particular folder by appending the datetime with the filename regularly.I just want to move those files shich stored in the current date from that folder to amother folder. So that i nust need to retrieve the files validating from the current date.

View 2 Replies

C# - Saving ID To Database Based On Dropdown Selection?

Feb 20, 2011

I am using the following code to bind BusinessID as the DataValueField of the ddlIndustry dropdown. What I want to do is save the selected ID to a different table (Company). I am doing this with ddlIndustry.SelectedValue. For some reason, the first value is always saved (1), and not the selected value.

[code]....

View 1 Replies

SQL Server :: Retrieving Records Based On Two Dates And Two Times?

Jan 17, 2011

When a user inserts a record it automatically stores the Date and Time that the record was created in column called CreatedDate.

Now what I am looking to do is retrieve the records between two days - which isnt a problem really, I am doing this....

[Code]....

@StartDate and @EndDate come from Calendar selected dates.

@StartTime and @EndTime come from two textboxes.

View 3 Replies

MVC :: Lookup Customer Information Based On ID?

Mar 2, 2011

This form has some information for making a reservation for a customer at a dining venue. If the customer is a "known" / "returning" customer id like to fill the form based on the customer ID. Some of the things on the form are ...

textbox=CustomerID
Input Button
textbox=FirstName
textbox=Lastnemt

Using MVC, What would be the best way to go about going back to the server to find the customers first / last name and posting it back to the values in the textboxes ? Ive been trying to work with AJAX & JQuery but i cant seem to update the values in the textbox using AJAX.

View 2 Replies

Localization :: Number Format Based On The Culture Information?

Nov 22, 2010

I have an Label where I need to show the value 0.00 if the culture is Englidh and 0,00 if the Culture is french. I am using the following code but it does not work.

string minAmount = "0.00";
DisplayLabel.Text = minAmount.ToString(NumberFormatInfo.CurrentInfo);

View 1 Replies

Web Forms :: Display Information On Label Based On Dropdown List?

Nov 12, 2010

I have a table that has 3 columns, ID NAME DESCRIPTION at the moment, i have a drop down binded to name(bring back a list of names) simple enough!

now i want to put a label next to the drop down so that what ever is selected , it would show a label description next to it...

View 5 Replies

Web Forms :: Display User Specific Information From Database - Based On Login ID

Jan 7, 2011

I have a online game (written in ASP) which i have finally decided to convert to ASP.NET. However i cannot seem to link the login ID's of users to their specific details in the database. I.E when Joe Bloggs logs in, he will be shown the team information for just his club, not every club. in ASP I use code similar to this below

[Code]....

im not convinced that is the right syntax to be using, but when i execute the code in Query Builder it is showing me the correct data (that i expect to see). So im wondering if there is something else im missing? Is there something extra that i need to be adding in Web.Config file or elsewhere?

View 30 Replies

C# - Want To Develop In SilverLight A Web-based Editor And A Web-based Player For PowerPoint Presentation

Feb 21, 2011

I need to develop in ASP.NET or in SilverLight a web-based editor and a web-based player for PowerPoint presentation. Are there any components I can use to do this?

View 2 Replies

VS 2008 - Restricting Access To Web Pages (on Intranet Site) Based On Role Based Authorization

Jul 12, 2011

I have a simple intranet site. It has a role based authorization in the web.config file.

Any user's in a specific role called as "Apr-Sales-Writers" will be authorized to use those pages. If not, they will not be authorized. So far so good. Works fine. But we added additional functionality where a new active directory group (means new role) has to be added and user's belonging to this new AD group should be given access to only specific .aspx pages on the intranet site. I am using a web.sitemap and it looks like this.

If the user's belong to say AD group "Apr-Sales-Writers", they should access only default.aspx and salesData.aspx pages. User's belonging to new AD group (which I did not include in the web.config file below), should have access to other .aspx pages.

[CODE]<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="default.aspx" title="Home" description="Home">
<siteMapNode title="sales Data" description="sales Data">
<siteMapNode url="salesData.aspx" title="sales Data" description="sales Data" />

[Code] ....

View 7 Replies

Security :: Display Sitemap Based On Rolled Based Login

Mar 26, 2010

which i added one sitemap in whcih i added all the pages n i want to retrive that sitemap in masterpage based on login in whcih suppose admin hs login then display only admin pages with sitemap n if normal user hs login then it ll display only normal user pages with sitemap. here i didn't use login control but i create login page manually.

View 1 Replies

Filling Out Page Info Based On Route To Page

Jul 19, 2010

I have 2 forms, one is filled out when a quote is supplied to a customer, if this quote is succesful a project is created and added to the database. On my form I have 2 buttons, one to simply submit the quote information to the database and I would like the second to, when clicked submit the information to the database and then use this information to fill out some of the fields on the Projects form. I have thought about doing this 2 ways:

I read you could use session variables to store the information, or since the data is already in the database, would it be posssible, that if the user has been directed to the projects page from the enquiries page that it fills in the information into the projects form?

View 3 Replies

Web Forms :: Convert A Windows Based Application To A Web Based Using Vb.net?

Sep 9, 2010

I'm trying to convert a windows based application to a web based using vb.net.

I am having a problem with the following:

System.Windows.Forms.WebBrowser

is there any similar web calling to this?

I'm doing this:

Dim htmlbox As System.Windows.Forms.WebBrowser

But obviously im unable to do this since it's a windows.. I need to find something similar for web.

View 2 Replies

Merge C# Based Module In MVC Based Application?

Dec 13, 2010

I am developing a module for insert watermark in pdf file in asp.net with c# and I want to insert this module in existing application which is based on MVC architecture. I am new in mvc architecture. Can I merge asp.net based module in MVC based application.

View 1 Replies

Web Forms :: How To Deserialize And Fetch Session Information Based On Session ID

May 6, 2014

I am trying to retrieve SessionItemShory column for given sessionid.The data stored is serialized so we need to deserialize the data to use it.I am trying to do that but its not working.

[Serializable]
public class sessiondata {
public string username { get; set; }
public string country { get; set; }
public string city { get; set; }

[code]...

View 1 Replies

How To Send Reminder Emails Based On Users Input Time And Day (based On Their Time Zone)

Mar 24, 2010

I need to send emails based on users input time and day (based on their time zone)? Kind of a reminder.

For Example: User input 2:00pm Eastern Time on my server I have different time zone, how to calculate the time and send the email at users time-zone. Its a web application. What is the best way to accomplish it using asp.net c#? If somebody already done it in the past I will be glad to take a look at source code.

View 1 Replies

Security :: Claims Based Authorization VS Role Permission Based Authorization?

Apr 26, 2010

Our team has recently implemented a role permission based authorization so that we can have granular control. This is similar to what Rockford Lhotka suggests herehttp://www.lhotka.net/weblog/PermissionbasedAuthorizationVsRolebasedAuthorization.aspx I have also read about the Claims based authorization which to me looks very similar to what we have. Can some one put in simple terms what the advantages of claims based authorization are.

View 1 Replies

SQL Server :: Retrieving Info From 2 Databases With One Statement?

Nov 29, 2010

at present our site has a search function which then populates a grid with results from our catalogue database... I'm trying to implement product availability into the grid, but the stock information is stored in a completely different database in a different location. Both the main search results and the stock levels have to be referenced in the same datasource to get them both in the same grid; does anyone have any thoughts on how to do this? I'm not hugely experienced with SQL, but could I create a view containing aspects of both db's or are these limited to a single db?

View 3 Replies

Security :: WSAT Not Saving Full Info Into Db?

Feb 28, 2011

I have my database connected into project. Its located on different server. When I am managing users via WSAT everything is ok, it saves users into database on the server and additionally in my local App_Data folder. But when it comes to creating roles it only works with local database, but not applying into database located on the serwer.

Isn't it strange anyway, that it saves data into local database when there is not connectionString for this? I can delete database from App_Data and after doing some action with users/roles it creates new one.

View 2 Replies

VS 2010 - Saving And Retrieving Image

Nov 16, 2011

I have a very simple app here. It pulls a users picture from AD, saves it and then displays it as an asp:Image. The program runs perfectly in the IDE but fails after I publish it and try to browse to it. Here's the code and the error.

Default.aspx code.

Code:
<%@ Page Title="Home Page" Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false"
CodeBehind="Default.aspx.vb" Inherits="WebApplication3._Default" %>
<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
<asp:TextBox ID="TextBox1" runat="server" Width="247px"></asp:TextBox>

[Code]....

View 8 Replies

C# - Saving And Retrieving Values From Session State?

Dec 20, 2010

I am reviewing some web code and I am not exactly sure how ASP.net session state works. If a User object is saved to the session state during login, and User.FirstName and User.LastName is set. If other web pages retrieve the user object from the session and set the FirstName to something else is that persisted on other web pages? Or, do you need to re-add the user object back to the session once it has been modified?

View 3 Replies

Web Forms :: Retrieving And Displaying Information Using ASP

Jan 28, 2011

I want to produce a relatively simple webpage which would contain a drop-down list and a button. When the user makes a selection on the drop-down list and clicks the button (or image), the page would query a SQL database and output the results of that query to an iFrame that would be embedded in the lower half of the page. I've managed to figure out the necessary code for populating the drop-down list by using a stored procedure, and I've managed to figure out a way of having the resultset displayed on a second page but I want to now finesse it and get all of the information displayed on a single page.

View 1 Replies

Web Forms :: Retrieving Information From Database?

Sep 29, 2010

I have an aspx form that is meant to add a new prescription for a doctor system. I've created the database and dataset needed, but the problem is that the doctorID and patientID has to be able to select from the database, not entered in as a plain text. The form look something like this (I did this in DetailsView in MS Visual Studio 2010):

DoctorID: [textbox]
PatientID: [textbox]
prescription details: [textbox]
Insert Cancel

as you can see, only the prescription details needed to be entered in and the doctorID and patientID needed to be selected from the database (in a dropdown list maybe) and it shouldnt allow any text to be entered in. I did the above tables using a DetailsView in Microsoft Visual Studio 2010. However I can't seem to make the doctor and patient ID field be dropdown box which allow me to choose the current doctor and patient in the Doctor and Patient table in the databse. Can anyone tell me how to do it with Design View in Visual Studio?

View 2 Replies







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