Architecture :: Showing Mathematical Formula Based Charts To End User?

Jun 3, 2010

We have one new project to implement. Let me explain briefly about this project. This project is related showing chart to end user on the basis of different mathematical calculated formulas.

End user has authority to change these formulas on the fly and on the basis of that changed formula we need to show the chart. So this is all central idea about the project. These charts which I mentioned above are very complicated and user friendly

So can any buddy tell me which is best suitable architecture for this and how can fit her to my scenario .I knows, three tier architecture and some other are there but I want know which is the best architectures that developed above idea in right way

View 3 Replies


Similar Messages:

How To Add Mathematical Formula Editor To Website

Dec 13, 2010

Any open source javascript mathematical formula editor to recommend? I want to add mathematical formula editor to my web site, so that when people submit message using text box, they can insert related mathematical formula.

BTW: I am using VSTS 2010 + C# + .Net 4.0 + ASP.Net + IIS 7.0, any such controls provided by MSFT?

View 3 Replies

Configuration :: To Deploy Dundas Charts In .aspx To Godaddy Hosting Account, But They Are Not Showing Up

Jan 20, 2010

I am trying to deploy Dundas charts in .aspx to my Godaddy hosting account, but they are not showing up. The Dundas support team said I need to do the following:

If you are not using BinaryStreaming, the ASPNET user must have enough rights to write temporary images on the server's Hard drive.If using Windows 2003, the IIS_WPG user requires Write and Modify permissions.

However, of course the Godaddy support team told me I need a dedicated server to do those things. We are on a tight budget and I have to work with what I have now.

View 4 Replies

Silverlight Based Charts And Graphs In Web Application?

Aug 2, 2010

I wanted to build visually stunning graphs and charts ( with some animation, drill-down and interactivity in it) in an existing asp.net application.

The application is build using vs 2008.

Which version of Silverlight will be best suited for this (v3 or v4) ?

What is the best option to create Charts and Graphs and embed it within the existing asp.net application ?

View 2 Replies

Architecture :: How To Log Dal Exception And Showing Alert To User / Exception Occurs

Aug 3, 2010

I am working on a 3-tier asp.net application. Currently I'm stuck up in a situation where I need to handle a specific type of exception (User Defined) in DAL and Show alert to the user if that exception occurs in DAL.

I tried following things:

1) I raised that exception from the DAL and catch it in BLL and throw a new BLL exception to for that DAL exception and finally catch it in the UI layer to show the alert to the user. I've successfully implement this in my project. But there are some issues in this approach. First of all I feel this is not right way to do this as it may lead to performance related issues. Secondly, the application contains more than 500 pages and classes. so I need to attach additional catch block in every method to catch the BLL exception. which is the last option i'd like to take.

2) in second approach I logged the the DAL exception into a text file. but problem in this approach is that how could the UI layer know that exception has occurred and show the alert to the user. Is there any event in asp.net where i could handle all this activities?

my question is what is the best approach to handle this type of situation? Will Exception handling block help me in this?

I've tried reading many articles on this but i couldn't get an answer for my question? I might not be using right keywords for my search.

View 4 Replies

Forms Data Controls :: Gridview-Calculate Value Based On Formula That Varies Dependent On Selected Code In Dropdownlist?

Jul 2, 2010

GridViewDetails uses templatefields. In edittemplate I put a button called "ButtonUpdateAdjustAmount" with OnClick="Update_AdjustAmount" in the EditItemTemplate for the "Amt to be Adj" column. There is also a textbox. My user's should be able to edit the textbox, but I also want the ability to click the button and the textbox populated with the correct calculated value. The formula varies based on the "code" column which is a dropdownlist called "DropListCode".

I am fairly new to asp.net, vb, etc...so forgive my code writing. Eventually I need to also put the same functionality on the insertrow for my gridview. But first wanted to get the edit one working. I am using templatefields for all columns and the FooterTemplate to perform the Insert New Detail Line.

I can get the functionality to work for the first data row and only if I take out the If code.SelectedValue = ... line and leave 1 static formula. However that isn't going to work. If DropListCode.SelectedValue is DNR then AdjAmt should be ((q_ordered - q_received) * cost). If DropListCode. SelectedValue is OV then AdjAmt should be (RKNumber * cost). If DropListCode.SelectedValue is NB the AdjAmt should be ((q_received - q_ordered) * cost). If DropListCode.SelectedValue is DAM then AdjAmt should be (RKNumber * cost)

Code behind for the OnClick:

[Code]....

.aspx page - GridViewDetails programming:

[Code]....

View 6 Replies

Change Text Of Text Objects Based On Formula Result In Crystal Report

Sep 3, 2010

I want to change text of text object in crystal report (.rpt file). The datasource for the report is a datatable which consists of a column named sale, if it is '0' then I want to display the text of text object as 'sale' and if it is '1' then I want to display the text of text object as 'lease'. how to add formula and based upon the result of formula I have to change the text of text object being displayed.

View 1 Replies

Architecture :: Services Based Architecture

Aug 19, 2010

was giving a though on using ajax enabled wcf services as part of architecturegenerally wht im usingis UI-> BL-> data accessis it suggestable to use wcf services layer insteadof BLnd hv UI-> services-> data accessrelated to asp.netwould like to no pro's and con's of doing this thing.

View 2 Replies

Need Certain Algorithem/formula Or Code Where Admin Assign Userid/password To User?

Oct 26, 2010

i need certain algorithem/formula or code where admin assign userid/password to user ,means multiple user get registered site but user id and password are assign by admin after registered . did not any thing on google yet !!

View 3 Replies

Architecture :: Showing Real Time Data In An Image?

Jun 8, 2010

I need to build a system which needs to show data on almost near real time basis from a MSMQ data source and this sould be showin in image with a circle as to where the incident occurs.

This is the description given.

The position of the Incident relative to the 123 mark is requested to be represented on a circular concentration diagram .

The algorithm will have to export the location of each incident relative to the 123 mark in polar coordinates (r,θ) and translate this position to the 'master image' coordinate system that will display Incident location.

I have two questions.

1. How can i show the data in an Image and also please point me to any material which might help me with the same.

2. How do i show almost real time data from a MSMQ data source and also how do i architect the same for performance.

View 1 Replies

Architecture :: Going To Develop A Web Based Application With C#?

May 30, 2010

i am going to develop a web based application with c# but i am very upset that how to design a good pattern how to code to let the program more efficient.

View 3 Replies

Architecture :: Framework For A ERP Web Based Application

Mar 31, 2010

I am designing frameWork for an ERP application ijust have some quries regarding it

Some standards have to be set for this project ,need some help for it.

1)folder structure of the project for frame work 4.0

2)Layering should be done like(3 tier,n tier) if i want to Go for more than 3 layers what could be the other layers except BAL,DAL,Presentation.

3)should all the images be called from css,or some images can be called from the page it self.

4)what benchmarks should be set while writing Stored procs,to make uniformity and increase performance.

5)what securtiy messaures should be taken so that application remains free for intruders.

View 3 Replies

Web Forms :: Showing Controls Based On Selection?

Sep 29, 2010

I am building a application with some forms. The layout was delivered to me in HTML page and I am rebuilding it now to ASPX pages. One page has two radiobutton boxes from which a user can choose one option (of one of the radiobuttonlists). Based on that selection a third redaiobuttonbox shows up at the right of the page with another selection choice. When the third radiobutton is selected a new page is loaded in a iframe (in the original page) with a control (textbox, button or some textfields). What exactly should be loaded is based on the selection of the third radiobutton. Now I wanted to know if it would be possible to do this all in one page, for example can i make a panel that could be dynamically filled with the right controls?

View 2 Replies

Architecture :: What Is Component Based Development In Dotnet

Feb 19, 2010

1. Can you explain me what is component based development ? What I am already doing is using layers (user interface, custom types, data access layer and busines logic layer). For example for filling a drop down list with countries what I do is getting data from DAL using custom types in my BLL and BLL return a list of countries to user interface. Now in my opinion it is a plug-able component that I can use anywhere. Should it be called a component ?

2. What is a component a method ? or class or a assambly ?

3. Can components be like that (methods and assemblies) or they are services to embed ?

4. Actually I never have used services, if component can be in both ways (services & classes and assemblies) than what approach is better, should component be made in form of assemblies or services ?

5. Without being so technical any general rules on making re-usable components ?

View 2 Replies

Architecture :: Opinions Based On Design Guidelines?

Feb 17, 2010

i just want to make sure that i am folling the correct pattern and following the right practice and i have read the book (Wrox.Professional.Enterprise.dot.NET) and based on that book here is what i come-up with my design.

my solution consists of:

Model,
Repository,
Service,
Test,
UI

[Code]....

View 17 Replies

Architecture :: Accessing Different Database Based On The Username

Dec 1, 2010

I am working on a website where when the user logs in, I select their database based on their username. Currently I have a list of all databases in the web.config and I select the Database ID from the username and then read the database string from web.config. What is the most optimal way to implement this scenario?

currently I:

- store the Database ID in the session object

- the Session object expires after like 5 minutes so i have to read the Database ID from the online database based on the username and regenerate the Session["DatabaseID"] again.

- there are some security issues with the Session ID, so I started clearing the Session in !(Page.IsPostBack) and I generate the Database string again.

Where shall I store the DatabaseID and the database connection string so I can easily reuse it once the user has logged in?

View 8 Replies

Web Forms :: Dropdown Lists - Showing Items Based On Value?

Oct 12, 2010

i have over 100 items all loaded in a dropdown list. They all are assigned a value between 1-10 which represent 10 categories. When certain buttons are clicked, i want the dropdown list to display only items with a value "1" or "2", etc.

View 3 Replies

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

AJAX :: Showing Modalpopup Based On The Confirmation Message?

May 15, 2010

I have a button (btnsave) and its click i am showing the modal popup.

I am also having a javscript function which shows a confirmation alert on the btnSave's clientclick.

Now 'ok , cancel' click of the confirmation my modal popup is showing

I want the modal popup to be shown only if the user clicks 'Ok' in confirmation alert otherwise i don't want the modal popup

View 9 Replies

Architecture :: Create REST Based Web Service Using Asmx?

Apr 12, 2010

Is it possible to create REST based web service using asmx?

View 1 Replies

Data Controls :: User To User Profile View Showing Error

Apr 27, 2016

 When a user wants to view another user profile on user profile page this error will show up

 ERROR

Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:
Line 72: protected void OnDataBound(object sender, EventArgs e)
Line 73: {
Line 74: string userName = (FormView1follow.Row.Cells[0].FindControl("hfUserName") as HiddenField).Value;
Line 75: string friendsUserName = (FormView1follow.Row.Cells[0].FindControl("hfFriendsUserName") as HiddenField).Value;
Line 76: string followStatus = (FormView1follow.Row.Cells[0].FindControl("hfFollowStatus") as HiddenField).Value;

 HTML

<div class="text-center">
<asp:FormView ID="FormView1follow" runat="server" OnDataBound="OnDataBound" Width="100%">
<ItemTemplate>
<asp:HiddenField ID="hfUserName" runat="server" Value='<%# Eval("UserName") %>' />
<asp:HiddenField ID="hfFriendsUserName" runat="server" Value='<%# Eval("FriendUserName") %>' />

[Code] .....

View 1 Replies

Architecture :: Implement Field Level Security Based On The Roles

Jul 22, 2010

I need to implement field level security based on the roles. I have a page Employee.aspx . In that i have ten controls. If i am enter as admin role i need to show all the controls. If i am enter as user have to show only five controls. How to design the appplication for control level security?

View 5 Replies

Web Forms :: Create A Simple Class Based One Tier Architecture

Mar 20, 2014

I am beginner in asp.net / vb.net and I developed a web application for inventory management. here I have my insertion procedure that I entered in my code behind all the different page of my application. My problem is the following:

* I would like to put my procedure in a class that I will call on my different page * how to create this class * how to call this class on my pages

here is my procedure:

Private Sub reqinsertion (ByVal sreq As String)
         Dim con As New System.Data.Odbc.OdbcConnection ("Dsn = dshealthboard")
         Sun ocommand As System.Data.Odbc.OdbcCommand
         con.Open ()
         ocommand = New System.Data.Odbc.OdbcCommand (sreq, con)
         ocommand.ExecuteNonQuery ()
         con.Close ()
     End Sub

View 1 Replies

User Controls :: Automatically Reset User Session Without Showing Any Message When Using Master Page

May 7, 2015

URL.... Still there will be need of url in ajax method if i put javascript in site.master.cs . As what i have understood from  that mysite.master.cs will be like this :

protected void Page_Load(object sender, EventArgs e) {
try {
if (Session["Prefix"].ToString().Trim() == "sys_admin") {
UserNameMasterLabel.Text = Session["UserName"].ToString().Trim() + " (ADMIN)";

[code]....

And site.master will be like this :

And I have to put next method in DailyLog.aspx page ? like this

System.Web.Services.WebMethod(EnableSession = true)]
public static int RefreshSession() {
HttpContext.Current.Session["Name"] = "BSD";
Configuration config = WebConfigurationManager.OpenWebConfiguration("~/Web.Config");
SessionStateSection section = (SessionStateSection)config.GetSection("system.web/sessionState");
int timeout = (int)section.Timeout.TotalMinutes * 1000 * 60;
return timeout;
}

But I have several pages in my website , by doing the above story will it work for Builder.aspx ? or any other page rather than dailylog.aspx ?

View 1 Replies

User Identity Name Showing Windows User Instead Of Network Service?

Jun 28, 2011

In the IIS, it shows that the web app (i'm using) is using an application pool that uses NETWORK SERVICE account for identity. But when I debug/run my web app, User.Identity.Name shows that my windows user login instead. I checked my web.config file, and it does not have Impersonate enabled. In fact, I set it to false, and it still shows the same.

View 1 Replies







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