Web Forms :: Direction - Splitting Received Faxes Into Separate Pages?

Feb 1, 2011

Like many organizations, our customer service department receives faxes and process them in many different ways. The faxes come in through a queue. The faxes are presented to the user through a windows interface.The user ties a customer number to the fax and is allowed to split the fax into several different pages if necessary. They then send these different pages to different people in the organization.Currently the windows application that process these faxes uses a product that use to be part of Windows called KODAK.

The hope is that the current windows tool could be converted into a web application that provides the same functionality that the windows application offers. a tool that could be utilized inside an ASP.Net web application that would allow the user to receive a fax and split it like KODAK does? This application needs to be built in-house because of the custom needs of our customers. Something imbedded in the ASP.Net application would work for us.

View 1 Replies


Similar Messages:

Web Forms :: Tab Container - Splitting Tab Headers Onto Separate Rows?

Aug 16, 2010

I have already tried the change on Navri's blog about changing the css but this does not work, my tabheaders go off the page to the right and I simply want to split them onto two lines?

View 5 Replies

Forms Data Controls :: Splitting A Result Set Into Two Separate Gridviews?

Jul 13, 2010

Is it possible to split a single datasource, so that it can be shown in 2 separate gridviews that are side by side?

So what I am trying to do is change this:

HEADER A
HEADER B
1A
1B
2A
2B

[Code]....

View 3 Replies

JQuery :: Menu Does Not Work For Pages Which Are In A Separate Folder Pages

Oct 24, 2010

I have added a jquey menu in my master page its working fine for those asp.net pages which are at the same level as master page.

But this menu isn't working at all for all of those page which aur in Editor's and Admin's folder. In these pages menu is displaying as simple html menu and unfortunately no jquery effect is shown on it.

I'm very confused why this menu isn't working for the pages which are in a seprate folder while the master page is added at the root level outside of all these folders.

View 16 Replies

Forms Data Controls :: Listview Master Detail On Separate Pages?

Nov 14, 2010

I made my own master-detail pages using a listview. Rather than url, I use a listview event to set a session variable and response.redirect to the detail page, which on Page Load, loads the data from the database using the session variable, where it can then be edited. The details page is basically just text boxes and dropdownlists, but I used some third party controls and it all looks really sharp.

Here is the corner I pained myself into. Several dependent dropdowns on the master page filter the main listview. If I go back to the master page using response.redirect, the user would have to use the dropdowns again just to get back to where they were before they went to the details page. This is just not going to work.

To further complicate things, I wanted the master page to have paging on it. So if a back button reloads the page, they would have to set the dropdowns again, and page through the data again if needed. Egads.

The closest I have come to working is using a javascript back back button, but this fails after some postbacks on the details page (that are needed). And of course, the master page isn't refreshed when you go back to it (but I could probably live with that).

View 5 Replies

How To Separate Userlist Into Pages

Nov 22, 2010

I have a list of users on my MSSQL database that I want to display on a page. But it's like 500 users and it takes a little while to load it. How can I get started with making it create seperate sets of user so that it has like a page 1 page 2 etc?

The list is not bound to a server control, I am just getting the data using JSON from JQuery AJAX so theres not really much ASP.Net involved at this point, except that the JQuery calls WebMethods in the code behind. The table is then created using Javascript.

View 6 Replies

.net - Send Faxes With A (C#) Program?

Jan 24, 2010

i'm trying to send faxes with a asp.NET (C#) program , Can you please suggest any reliable third party control . Need to generate PDF and send it via Fax in my web application.

View 2 Replies

How To Redirect Logged In Users To Separate Pages

Apr 21, 2010

I have basic login functionality implemented using SQL Server and the LoginView, LoginStatus, and LoginName controls.I have two roles defined: one for Administrators and one for Users.I have two users defined, one for each role. I would like to redirect those authenticated as users to one page and those authenticated as administrators to another. Do I need to define RoleGroups to do this? Is there a good, basic way to accomplish this? I'm not sure what to do next.

View 3 Replies

Architecture :: Use Separate Pages Or Make One With Multiple Views?

Nov 15, 2010

I'm working on a webforms aspx app (not MVC) and I'm not sure if I should just create separate pages or somehow make multiple views on the same aspx page for the following scenario: Basically, I need to give the user the option to view a set of data a few different ways (essentially different group by's from a data perspective)... the data is always the same, its just a matter of how to arrange on the page...

each way I need to present the data will essentially consist of 2 repeaters, one nested inside the other. The outer repeater will display a nice header section with the nested repeater showing the list of items under that heading. view by book title (title is outer repeater, with the book list being the nested repeater, yes, multiple books with same title for this example - the app has nothing to do with books, this is just to illustrate)

Book Title: A Good Story
Author - Publisher - ISBN
Dan Johnson - Smith Publishing - kjdkjfd99898989
Susan Day - Smith Publishing - aa777fd99ff
Greg Greger - Corp XYZ - amkj897hgrt554

Book Title: Another Good Story
Author - Publisher - ISBN
Frank Franky - Corp XYZ - kj3kjfd9d9980
Jason Cambel - Smith Publishing - 7g7fddddttt
Jill Breker - Smith Publishing - d9ddt523321

Or, view books by publisher (here the publisher would be the outer repeater and the list, with different fields compared to first view, is the nested repeater.

Publisher: Smith Publishing
Title - Author - ISBN
A Good Story - Dan Johnson - kjdkjfd99898989
A Good Story - Susan Day - aa777fd99ff
Another Good Story - Jason Cambel - 7g7fddddttt
Another Good Story - Jill Breker - d9ddt523321

Publisher: Corp XYZ
Title - Author - ISBN
A Good Story - Greg Greger - amkj897hgrt554
Another Good Story - Frank Franky - kj3kjfd9d9980

so what do I do here? Just making separate pages is simple and would work, but is there something else I should be considering? There will be 3 different views, so 3 pages total if I went that route. Something is making me think I should be doing this all within one aspx page? maybe just toggling the visible property of the repeater controls? but then I was thinking each of these repeater controls is databound, and I assume even if they are not visible they still incurred database hits to get the data, right? and that could be bad?

View 4 Replies

Visual Studio :: Missing Code Browser For Pages With Code Not In A Separate File?

May 1, 2010

I'm missing a the code browser when I create pages that have the code not placed in a seperate file. For pages with .asp.vb files I get the browser correctly.

I think it's called a code browser but just in case it's not I mean the dropdown that shows Page Events, Buttons and other controls that can be selected along with their events.

How do I turn on those dropdowns for pages with code behind that uses <script> tags in the actual .aspx page?

Included (Showing page events just under the tab):

Missing

View 1 Replies

DataSource Controls :: Display Results From Two Separate Tables In Two Separate Databases?

Jan 14, 2010

I have access to two seperate databases (mySQL) located on two servers. I need to get the data, link the tables on a key field and display the results in a datagrid. My challenge is that if the search criteria changes for the display it affects rows returned from on table and should thus automatically affect the linked table and resulting data returned.

what the best approach would be to achieving this? So far I have set up a dataset with a dataadapter and table for each connection and then linked the tables in the dataset. The problem that I'm having is getting the linked resultsets to work.

On my form I have the datagrid with two Objectdatasources one for each dataadapter and i believe that's where I'm going wrong...

View 1 Replies

Web Forms :: Regex Splitting Out A HTML Tag?

Feb 6, 2011

I have a page which takes a set of text, and I want to strip out some of this text, with a regex.

The text comes in as as part of a table row:

[Code]....

I want to chop out the <a> </a> tag's and just keep the data within the cell.

View 3 Replies

Web Forms :: Splitting Rows In Listbox

Jan 14, 2010

I am working with the listbox and binding the data to the listbox. My question is if i retrieve 20 rows in a listbox then how can i arrange 10 rows on each column (splitting 10 rows side by side or dividing). sample:

Exact Data in a Listbox Looking for something like this:
Listboxitem1 Listboxitem1 Listboxitem3
Listboxitem2 Listboxitem2 Listboxitem4
Listboxitem3
Listboxitem4

I have one more question. How can I display my data in a listbox as a treeview structure with a nodes. Or can i insert treeview inside listbox.

View 3 Replies

Forms Data Controls :: Splitting Up DetailsView?

Apr 12, 2010

First of all, I'm relatively new to asp.net (3.5) and all of its controls. What I'm trying to do is to split up a detailsview. I have a submission form containing quite a lot of fields that are supposed to be filled out by the user. In my design I have a tabstrip with headlines about the different sections of the form. For example:

Tab1: Personal Info
Tab2: Info about your car
Tab3: Contact info

I have tested to add a new "user" via a DetailsView and it works. But what I want to do is to split up the contents within the <Field> tags In the DetailsView In different div classes (using css and javascript to hide/show the right tab contents). But when I try to do this Visual Studio says that characters like <p> and others aren't allowed within the Field tags, which makes sense. Is there any control to use for these kinds of situations?

View 3 Replies

Web Forms :: How To Know What Response Is Received

Sep 23, 2010

My app will be making some API calls to a service provider's app. It's all via HTTP calls. If my call succeeds, I will receive a response which will include an HTTP response code as well as some data in the body of the response. Two questions:How do I know what response I received i.e. 201, 404, etc.In the body, I'm expecting a JSON object.

View 1 Replies

Web Forms :: Mail Not Received At The Other End?

Sep 25, 2010

using asp.net & ssytem.net.mail for sending mail

mail is being sent frm my end but the mail is not been received

View 4 Replies

Web Forms :: How To Control The Drop Direction Of A Dropdownlist

Mar 16, 2010

i have a dropdown list and what happens is that when i click on the dropdown button the list appears under other controls and it pops upwards. If it pops downwards and is non transparent then it would be visible .how is this achievable ?

View 1 Replies

Web Forms :: Direction To Add Dynamic Controls With AJAX

Feb 25, 2011

I need to add textboxes dynamically row by row with ajax when i click on one button control. Can you suggest me some useful tutorials or blog posts?

View 3 Replies

Web Forms :: Change Text Direction In RadioButtonList?

Sep 25, 2012

I used Radiobutton list in my page

<asp:RadioButtonList ID="rblDirections" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="East" Value="East"></asp:ListItem>
<asp:ListItem Text="West" Value="West"></asp:ListItem>
<asp:ListItem Text="North" Value="North"></asp:ListItem>
<asp:ListItem Text="South" Value="South"></asp:ListItem>
</asp:RadioButtonList>

I want text of each itemlist be at the right of radiobutton here text are at the left .

how i can do it?

View 1 Replies

Web Forms :: GridView Sorting Only Works In One Direction?

Apr 12, 2012

My Gridview sorting only works only one way means it works only desc order not by asc order.  

below is my code:

Public Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
         If Not Page.IsPostBack Then
           Gridview1.Visible = False
        End If
    End Sub
Protected Sub Submit_Click(sender As Object, e As System.EventArgs) Handles Submit.Click
              Gridview1.DataSourceID = Nothing

[code]....

View 1 Replies

Web Forms :: When The Message Received It Delivered As It Is

Jan 30, 2011

I have used the code below to send the html formatted email

[code]

BUT the problem is when i the message received it delivered as it is:

<b>Hi</b>George<br /><b>Hw r u/b>

View 2 Replies

Forms Data Controls :: Splitting GridView Column Into Multiple Columns?

Jan 10, 2011

I have a gridview that is being populated by an oracle DB. The gridview have 2 columns now one shows years and the other is a checkbox column. What is happening is my years column is very long and I wanted to know if I could split the column in half. I want say from 1970-1990 in the first column. The second column will have the checkboxes for the first. I want the third column to have 1991-present day and the fourth column to have the checkboxes for the third column. Can the grid view do this or is this something I have to do in oracle and have the gridview just display it?

ex.

1970 chk 1991 chk
1971 chk 1992 chk
1972 chk 1993 chk
1973 chk 1994 chk

View 4 Replies

Web Forms :: The Control Doesn't Remember The Last Sort Direction?

Mar 2, 2011

Asp.net.3.5 gridview on sorting problem The control not remember the last sort direction on the source side

AllowSorting="True"

EnableViewState="true"

on the server event

[Code]....

View 2 Replies

Web Forms :: Mail Not Received From Mailing Module?

Sep 7, 2010

i am sending mail thr' asp.net using System.Net.Maili am not getting any error msg but nor am i getting the mailsi hae sent it to yahoo, gmail & rediff ids but mail is not recivedhow do i check out if there is any prblm on my end code or why its not been senti have used Catch smtpExc As System.Net.Mail.SmtpException for checking out any exeption

View 7 Replies

Web Forms :: The Message Received From The Server Could Not Be Parsed?

Aug 16, 2010

I have used asp.net wizard inside update panel. Well in this, i have used combo box in second wizard and i have assigned integer character to combo. This gives an error while i press next button. But this works in 1st wizard page fine if i load it for the first time. For this code is as below:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="WizardTest.aspx.cs" Inherits="WizardTest" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

[code]...

View 7 Replies







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