Web Forms :: Increase The Performance Of The Function?

Mar 30, 2011

In my web application i send a invoice(pdf file at least 700kb) when completing a order(create a pdf file then attach it to mail function and send it and delete the file).There are more than 10 users use this function same time. My problem is when all users login to the system and doing transactions system take more time to complete the above function. I want to increase the performance. What is the best way.

View 3 Replies


Similar Messages:

MVC :: How To Increase Modelbinding Performance

Sep 7, 2010

Does Modelbinding increase performance that much? I have a large table which I have split into 4 details/edit screens, and want to load only information that is needed on the particular screen.

View 1 Replies

Increase Web Application's Performance?

Apr 18, 2010

I have a ASP.NET web application (.NET 2008) using MS SQL server 2005, I want to increase the performance of the web site, If anyone have an article contains steps to do that, step by step , In SQL(Indexes, ..... etc.) and in the code.

View 4 Replies

.net - Increase Application Performance?

Nov 12, 2010

I just want some tricks for increase ASP.Net application. This question is a little wide.

View 5 Replies

SQL Server :: How To Increase The Performance Of Query

Jul 19, 2010

How to increase the performance of query in sql server2008

View 4 Replies

Telerik - Increase The Performance Of Page?

Dec 2, 2010

We have one page which is about 300 KB after compression of viewstate. It's loading very slow. We are using telerik tabstrip. There are 8 user controls being loaded for this tab. Is there anyway we can improve the performance of this page?

View 5 Replies

SQL Server :: Increase Performance Of Stored Procedure?

Oct 2, 2010

I have written one store procedure for fetching huge data like this. there are nearly 2000 records. It is taking nealy 50 sec to execute. Could you tell me best method to fetch large no of data ?

ALTER PROCEDURE bulls_orbit.BuySellUpdateFetchData
AS
Select Id,Message,EndDate,RefId from tblBuySellUpdate Order By Id Desc
RETURN

View 6 Replies

Does Redirecting From Grid Using Javascript Increase Performance

Jan 5, 2010

does redirecting from grid using javascript increase performance in asp.net

View 3 Replies

ADO.NET :: How To Increase Large Amount Of Data Display Performance

Feb 20, 2011

I have about 5,00,000 data. I want to display the records according to group by. It takes to me about 2 minutes. Is it good?

If not, then what is best process to display the record in a very fast way?

Moreover, I have encrypted one field in database and encryption is done from my code behind. So when I display the records, I have to decrypt those. That's why I make paging on 100 records per page.

View 4 Replies

SQL Server :: How To Increase The Performance Of The Select Query Fetching Data From Huge Temp Table

Jan 25, 2011

I have one Store Procedure that generating report ..

For storing the data there , i used many temp. tables. There is many Select Query , little less insert and delete query.

Now if there is huge data around 1 lac in temp table my select query taking to much time and also may be insert and delete query

I added Primary key to all auto Increment Field in temp table. Also defined Clustered index on that primary key as unique Clustered index to improve the performance .

But there is not so much improvement in case of huge temp table.

Right now the whole Store Procedure is taking time to complete around 1.5 days or around 30 hours ..

So i want to increase the performance as much that it completes on nearly 3-4 hours.

View 39 Replies

AJAX :: How To Increase The Performance Of "Auto Complete Extender"?

Mar 15, 2010

I have used "Auto complete Extender" ajax control. It is working fine.But , fetching the data from database is very slow. Even though i have used stored procedure, Datareader, and caching on that controls. I m expecting like "Google type" .

View 4 Replies

To Increase Count By Comparing Two Strings Using Contains Function?

Aug 31, 2010

i am trying to increase count by comparing two strings using Contains function.
My code is,

int count = 0;
string strSize = "";
for (int i = 0; i < dts.Rows.Count; i++)[code].....

After executing this,totalCount should be equal to 4 but it is giving me 5,means first time when it is checking condition for strSize.Contains(strM[s]) it is getting true instead of false.Other thing when i am doing same in other application it is working fine.

code i wrote is,

int count=0;
string[] str = { "3", "4", "5", "10"};
string[] strM = {"1","2","3","4","5","10","45","50" };[code]...

tell me the difference between two.

View 4 Replies

Web Forms :: Menu Image Length Increase On Website Increase?

Jul 27, 2010

i am working on my master site, and i want to add an image that increases its lenght as the website's length increases...

but im not sure how to do that, i know it's possible because i've seen it done on banners, but im not completely sure how to do it.

View 3 Replies

DataSource Controls :: Scalar Function And Performance?

Apr 6, 2010

i am calling a scalar function from a stored procedure. Does using user defined scalar finction has a negative impact on performance.

View 1 Replies

Configuration :: .Net Website Performance Of 2 Sites - Rectify The DB Performance While Insertion?

Sep 20, 2010

I have developed a website in asp.net framework 2 . This website is being hosted in two different servers without any change in code. My issue is about the performance of these 2 sites. One website is taking much time for inserting datas to the DB (SQL server 2005). 2 websites are having different DB server.

I think the issue is for the DB server. How can we rectify the DB performance while insertion and Is there any other cause for this permance issue?

View 1 Replies

DataSource Controls :: LINQ Performance Application Performance Is Not Up To Par?

Apr 29, 2010

I am not sure if this is the right forum. I can not find a forum for LINQ.

I am working on an application using LINQ. Application performance is not up to par and my tests show that it is LINQ queries that are slow. I was wondering if anybody can recommend where I can find an article about optimizing LINQ performance maybe by compilation or other methods.

View 1 Replies

WCF / ASMX :: Wcf Performance Vs Page Events Performance?

Mar 20, 2011

I am creating a service oriented application where trying to have everything using services....however there is something I am not sure of , I am having a page that calls the database at the page load...so what would be better and faster?? to call database in pageload , or to call wcf service from javascript during javascript load ??btw , I am using a repeater in the page , but I have created somekind of an engine to create the suitable html so...I'll be creating the repeaters html using the wcf and resend it back to the page If I am using a wcf service at the start.

View 1 Replies

Web Forms :: Increase Column Value?

Sep 23, 2013

below is Subsettable in database

SubsetId Name Id
1 sara 1
2 jack 2

View 1 Replies

Web Forms :: Where To Increase Session Time

Jan 26, 2011

Where to increase session time? IIS or web.config of app?

View 4 Replies

Web Forms :: How To Increase Dropdowlist Capacity

Mar 12, 2010

I have data around 4080 list items. I am binding that data to asp:dropdownlist. But dropdownlist capacity showing 4096 items only. If my items increase in the future. How can I increase dropdownlist capacity? Is it good idea to bind data to Html dropdownlist control?

View 3 Replies

Web Forms :: Increase The Price In All Catalog By 5%?

Feb 2, 2010

I have a catalog that hase standard pricing now i need to increase this to 5% for each product. this is the way i bind the data:

Price:<%#Eval("Price",
"{0:c}")%>

View 3 Replies

Web Forms :: How To Increase The Tooltip Duration Of Textbox

Mar 27, 2011

I want to increase the tooltip duration of textbox.

View 3 Replies

Web Forms :: Increase Height Of Empty Web Part?

Aug 10, 2010

I am using web parts in web application (ASP.NET, C# 2.0). I have 2 web parts available in 2 "td".

When one web part is moved from one td to another td, I get the empty web part, which says "

Add a Web Part to this zone by dropping it here. ".

View 1 Replies

Web Forms :: Reduce Filkering And Increase Perfamance?

May 25, 2010

I have an asp.net application written in C# and need some help to fine tune it for better performance. All pages with in this web application have horizontal tab, left vertical menu panel , footer and header. Left menu panel changes as per top tab selection.

View 2 Replies

Web Forms :: Reduce Filkering And Increase Permanence?

May 25, 2010

I have an asp.net application written in C# and need some help to fine tune it for better performance. All pages with in this web application have horizontal tab, left vertical menu panel , footer and header. Left menu panel changes as per top tab selection.

View 1 Replies







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