Infragistics Controls Vs Asp.net Controls - Performance?

Mar 15, 2011

Any performance comparision between asp.net controls and infragistics controls? I need to compare all controls e.g. TextBox, DropDownList etc.

View 1 Replies


Similar Messages:

Web Forms :: Performance Comparision - Infragistics Vs Controls?

Mar 15, 2011

Does anyone have performance comparision between asp.net and infragistics controls? Not only for complex controls. I need to compare all available controls.Note: The reason I am posting this here instead of infragistics is :)

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

Forms Data Controls :: Formating Tooltip Of Infragistics Stack Chart?

Feb 8, 2011

I have an infragistics stack chart to which I am giving data table as data source.I am populating time quantity value as its Y- axis and time slot value (a particular time period) as its X- axis.

What my problem is I want to show tooltip as in time format. But currently I am unable to do this because the chart accept only numeric values.Do anybody have a solution to show tooltip in a formatted way?

(means I want to show tooltip as 1:12 when the y axis value is 72)

View 1 Replies

DataSource Controls :: SQL Performance With IN Or BETWEEN?

Apr 17, 2010

I have got a table in SQL Severs as following, which contains sales data (approx 10m records), the indexes and primary keys are SalesDate, StoreNo and ItemNoSalesDate StoreNo ItemNo SalesQtyWhen I am querying the table for a given item and store's sales for the last 7 days, if I use the query:

[Code]....

The query runs almost instantly, obviously using IN is the faster mehtod here, but I have read elsewhere that using BETWEEN is the quicker method, can anyone confirm?

View 2 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 :: How To Improve SP Performance

May 5, 2010

I have one online school management application developed on asp.net 3.5 using Linq,

Now in my database i have main three talbes which uses in many store procedures,functions,linq join query

CourseMst - Master Table Have CourseID P.K.
StudentMst - Master Table Have StudentID P.K.
Student_Course - Child Table Have StudentCourseID P.K
StudentID F.K. Reference To StudentMSt
CourseID F.K. Reference To CourseMSt

Now i want to increse speed of my application for those page which have query or sp related to above tables,
I want to know about indexing procedure that how to apply indexing and on which field i have to apply indexing

View 5 Replies

Web Forms :: Asp Web User Controls Performance

Nov 18, 2010

i have a web application with master and content pages i just wanna know that can i use web user controls(.ascx) instead of these content pages and load them dynamically according to user clicks on the menu does using user control affects performance. i wanna load data from sql server in controls placed in web user controls so i m confused that it ll be a performance hit as i have to load the user control after every postback..plz give me suggestions on this. is there any performance testing tool that i can use to see the load on server.

View 9 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

DataSource Controls :: How To Improve Website's Performance

Jun 5, 2010

I had created a web site with asp.net and sqlserver. How can i improve the my website's performance in with regard sqlserver connection?What's your mind about use pool connection? In this regard what the defualt values is set for 'Max Pool Size' and 'Min Pool Size'?What's your mind about use Asynchronous access to data? What's your mind about other ways that you think?

View 3 Replies

Planning To Use Infragistics Datagrid For Application?

Mar 23, 2010

i am planning to use infragistics datagrid for my application to be written in asp.net & c#?can any one provide me a sample code for to use.and the site to download the infragistics tools

View 2 Replies

DataSource Controls :: Improve The Performance Of Time In Sqlserver?

Mar 21, 2010

I have a select query where iam fetching the data from minimum of 7 different tables by using innerjoin. I have 3 lakhs of records in that table.BY using cache Iam fetching all 3lakhs of records at a time and put in cache. by using the rowfilter i use the records.firsttime when iam fetching these 3lakhs records it takes 3min. want to improve the performance of time.How to improve the performance of time?

View 1 Replies

Web Forms :: Performance Of MultiView With Dynamic User Controls?

Mar 10, 2010

I created an ASP page which contains a MultiView and two buttons, it is as below

<div style="width:700px; background-color:White">
<asp:MultiView ID="mvAgreement" runat="server"
onactiveviewchanged="mvAgreement_ActiveViewChanged"> [code]...

The first and third view are simple now.The second view contains a user control AgreementDetailUC, which dynamically loads many other user controls onto several dynamically created tabs, as show below

AgreementDetailUC.ascx is like:

<div style="width:700px; background-color:White; text-align:left">
<cc1:TabContainer ID="tcAgreementDetail" runat="server" Height="300px" AutoPostBack="false">
</cc1:TabContainer>[code]....

When <Next> and <Previous> button is clicked, it take several seconds to show the second view. Page_Init is run very fast, it seems the time is spent on rendering the page.

My questions are:

1. How can the performance be improved?

2. How to change the cursor to hour glass when a button is clicked and change it back when the new view is shown (I can set it to hour glass when a button is clicked, but don't know how to set it back to normal).

View 1 Replies

DataSource Controls :: Performance In Stored Procdure With Cursor?

Apr 8, 2010

I have created the stored procedure in SQL server 2005. i have used nested cusrsors in this SP. also many records are there. So, its performance is too low.

i forced to use cursor, because the this is calcualtion process. i have to fetch the records one by one, do the calculation and insert the result to the another relevent tables.

So it cause big performance issue.this is my sample scanario.

First i have to take the products from the customerforecast for the certain duration. (i used cursor to fetch the products)

then i need to get the list of machines can run for the each product. (i used cursor to fetch the machines)

then i have to fetch the Unit per hour value for the combination of machine and prduct.then i have to use formula and do the calculation and store the result to the 3 different tables.

View 2 Replies

DataSource Controls :: Improve Stored Procedure Performance?

Feb 3, 2010

I am using Sql server 2005. I have a stored procedure, which has a select statement to retrieve thousands of data from the table.

The time taken to execute is longer and hence affecting the performance.

[Code]....

Here, id is the primary key. Clustered Index is also set.

How to improve the performance of the stored procedure?

View 13 Replies

DataSource Controls :: Improve Performance While Doing Execute Nonquery?

Feb 2, 2010

I have web application in ASP.NET 2.0 and C#.I have a gridview and i have a checkbox in the gridview. I am trying to save the checked record from the gridview to the database. The time taken to save the data is becoming huge and causing performance issues.

[Code]...

View 8 Replies

Infragistics Get ClientID Of Dropdown In Rowedit Template?

Mar 19, 2011

i have a infragistics web grid which has row edit template.Row edit template contains drop down list. Now when i change the selected index of drop down..i need to get the client id of the drop down..the web grid is in Content place holder..i am using the below code..

ctl00_ContentPlaceHolder1_webModGrid_ctl00_ddlScope
but it is giving error..Microsoft JScript runtime error: Object required

View 2 Replies

How To Lazy Load Infragistics UltraWebTree Control

Jul 26, 2010

cannot find any examples of how to lazy load the Infragistics UltraWebTree v6.3I found that the docs on the Infragistics site tend to be limited to the latest version of their controls, but this is a legacy app which I am unable to upgrade. Has anyone got example code or links which demonstrate how to lazy-load nodes in this control?The current implementation that we have loads 1.35MB of html because it is populating the entire tree!!

View 1 Replies

Add Infragistics Web Application Control In Aspx Page?

Jul 9, 2010

I need to add the infragistics control to the aspx page...how I can add the infragistics control in aspx page.

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

CMS / Dynamic Loading Of User Controls / Finding Making Better Performance

Jan 19, 2010

I have been playing around with loading user controls in a CMS style where I can change the position and order. I have come up with this...

[Code]....

It all works fairly well - but I have alot of propertys in my user control code behinds where I could inject values into the usercontrol from my base class.

I like the way I can position usercontrols from the DB, I even added a time and date section where they could be switched on and off per day or time.

If I make every user control access the DAL for the data, it means i will have one select per user control, which means including my bassclass I could have upto 15 selects (visits tot he DB) to make the front page. Though this does not seem to make a performance problem, I was wondering if there was a better way of doing this.

View 2 Replies

DataSource Controls :: Will Multiple Tables In A DataSet Affect Performance

Apr 29, 2010

I have a dataset that comprises of multiple tables (about 20) linked together with constraints to reflect the relational database. My question(s):

1) Will having multiple tables affect performance? I'm asking this as there are often times I would not need to get data for all the tables, but only for specific tables.

2) If it does affect performance, would breaking up the tables into their own datasets be the best solution. It seems to me that by doing that, you would lose the ability to apply constraints among tables and tables that might exist in multiple datasets will be subjected to replication.

I would like to have everything in one dataset as I get a view of the related tables and their relationships and also because the Fill method allow me to fill tables, maintaining the hierarchy of the data, but performance is still a key factor.

View 5 Replies

What Is Website Page Performance When Input Controls Exceed High

Dec 8, 2010

I have requirement in website, where i need to provide around 60 textbox inside form.

I woud like to know whether it make performance down when i put such large count of textbox (60) in form.

Is there any alternate way to meet this requirement.

View 1 Replies

Data Controls :: Website Performance Decreasing Due To More Records In GridView

Apr 1, 2012

In my website need to display 5000+ records in gridview. So, I used custom paging for static page bar and displaying 100 records per page. In stored procedure using ROW NUMBER() keyword to retrieve specific records from the database. Even though website is running dead slow. Is there any alternate way apart from the ROW NUMBER() to increase the website performance. I followed the below article to achieve custom paging.....

View 1 Replies

Infragistics Ultralistview MouseHover Retrieve User Information?

Oct 7, 2010

I am using Infragistics Ultralistview to display data in List which contains 3 columns and 4-5 rows(that could be upto 'n' rows depending upon data added). When i hover over the row for 2 seconds, i want that other information about that row should be displayed in a panel like control. How to do that? Let me know if anything else is required from my side.

View 1 Replies







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