Web Forms :: How To Create Charts In Vs2005
Oct 12, 2010How to create charts of MIS using vs20005 and sql2005?
View 9 RepliesHow to create charts of MIS using vs20005 and sql2005?
View 9 Replieshow to display survey questions Chart?
View 1 RepliesI need to create online website using asp.net, i.e I m using asp.net with C# and SQL2005 to create a form where user will enter his requirements, select a template and his wenbsite will be created.
View 5 RepliesI want to create pie chart to Show the Percentage of students who have not paid fee, i am Getting the Record of all these students in GridView and also want to create pie chart.
View 1 RepliesI want to develope charts for weather forecast sources like scadar,historical,weather and static data. Does anybody worked for these type of weather forecasting charts. what type of charts we can use for weather forecast? data will be in xml format. If user selects any datefrom and dateto, time interval according to that selection charts will be shown.
View 2 RepliesI have successfully created controls that show up in my toolbox, so I'm pretty sure I have the process right. Also, my "AutoToolboxPopulate" is set to true, so things are showing up as I create them. My question is this: I'm sub-classing a native Control for specialized use. When I derive my class from an exposed concrete class, such as BulletedList, my custom Control appears in my Toolbox. However, when I drop it back to the parent, such as ListControl, my Control is not listed (actually it's grayed out when I "List All"). What am I missing?
View 1 RepliesIve created an SSIS package (vs2005, so vb.net only) One of the tasks has to unzip a zip file. To do this ive used java.util.zip library and written some code to unzip the file. Ive just been asked if its possible to use something other than a java library as our network engineers dont want to put the this on our server. Is there anything similar to java.util.zip that I can use in a vs2005 package ?
View 2 RepliesHow to create GeoMap charts in asp.net C#?
I want to create a GeoMap chart in my website in which i can Navigate to the Customize tab, where i can modify the color that appears on your map, etc.
Has anyone had any success creating GANTT charts using MS chart controls?
View 1 RepliesI am having problems in manipulating excel files in vs2005. All I want is to get the excel files(this excel has specific design for reporting and has macros in it), read it, add data for reporting purpose, and make that file send to the client. Now, the problems I encountered and will encounter is:
1. It has password protect, I dont know how to unprotect it. I already use sheet.Unprotect("password here") but no use.
2. Actually I cant read this using Microsoft.Interop method.
3. Call every sheets I want to be updated.
4. Update the cells with data from database(getting database data is easy of course)
5. Optional, protect it again.
6. Send it to client(downloading)
I get an error when trying to compile this simple website:
[Code]....
The error message is:
x is not a member of ASP.default3_aspx
The meaning of the error message is clear to me, and adding Me..Button1.Attributes.Add("onclick", "x.doMethod();") in codebehind works, but as you can imagine, that is not really what I want. How can I achieve my initial goal?
I'm writing an asp.net site in vs2005 asp.net c#, I'm using google charts api and found a lot of disadvantages. Which tools do you use and recommend? I need charts, pies, bars and data presentation, even payed systems can be considered(<200$ per server). I used in the past the buid in reports viewer which has a lot of bugs.
View 5 RepliesI have a GridView that is bound to a DataTable containing questions. Each question has a possible score of 1 to 9 which is handled by a Template Field with a RadioButtonList databound to another DataTable (containing the values 1 to 9). This all works fine except as an added complication, some of the questions have an extra choice in another field. So the problem is how do I bind the second Template Field to a datasource that is dependent on the question. It's like passing a parameter to the datasource of the second Template Field, the value of the parameter being the Key Field of the particular row. Is this possible and if so, how do I do it
View 2 RepliesI am trying to render the context of an usercontrol to a PDF. The usercontrol contains som charts (default asp.net charts):
[Code]....
But sometimes I am getting an error when myUsercontrol.RenderControl(hw) "error executing child request for chartimg.axd.". I am not getting this error all the time. Sometimes it generates the PDF but then there is missing af chart (Missing image).
I want to display the multiline chart for comparing two or more employee attendance in asp.net ... I am trying but I didn't get exact solution ....
View 1 RepliesHow to make stylish charts in VS2010 or VS2008.
View 1 Repliesgroup my chart which is being bind to a datasource, to be group according to years.
View 1 RepliesI'm trying to combine two charts ( Column & Spline ) using MS Charts 3.5. When i run the page the second series of the Spline chart is not visble/working.
Here is the code
string connectionString2 = "server='myserver'; user id='testuser'; password= est'; database='DBs'";
System.Data.SqlClient.SqlConnection sqlConnection2 = new System.Data.SqlClient.SqlConnection(connectionString2);
string queryString2 = "SELECT TOP 10 NAME, VOLUME, CLOSE FROM Com WHERE NAME IN ('LEAD')";
[Code].....
I have some difficulty in binding my database with bar charts/line charts/pie charts. Anyone knows how to do it?
View 3 RepliesI need to create a website that analyze a SQL database with Chart; I have some application that modify the database, and i want to show the changes in another application using a Chart.
View 2 RepliesI'm working with VS2005. You have to have the ajax control toolkit for 2005. I think the file I need is the AjaxControlToolkit.dll with version 1.0.20229.
But I can't find where to download this online anywhere. All they offer is the current version for 3.5.
I am updating a project in VS2005. There is any possibility of using LINQ on VS2005?
View 1 Repliesiam new and still learning ASP.NET
how can i include AutoCompliteExtender in gridview(i have drag the controller in tampalte edit menu),
i have database called 'Store' and have table name 'Books'(BooksID,Title,Author,YearPublish,Price)
i want to use the auto complite in the edit menu for 'Title' in 'Books' table....
please help me with the scrip for the web service in VB...
Using C# and ASP.Net 2005
I want to add the Datetimepicker Control in my web page. I cannot able to find the control in VS 2005
How to get the DateTimePicker Control in VS2005
i am using .net framework 3.5 and visual studio 2008, i want to develope an application
for graphs and charts, so charting control 3.5 i am using.
i want to add multiple series of charts on a same chart which are at different location.How can i do it?