i am working on a c#asp.net web page that needs to display a graph. The graph is fairly basic it will show time series data so on the Y axis i will show values between -100 and +100 for 4 lines and on the X axis i wont to show Dates (30 dates in total)
Can anyone recomend a control or way of doing this. (I see there are commercially available controls out there which look great but some cost 000's of dollars i nly need simople good looking line graph)
I've one of webform (in design side) has so many textboxes incorborate from one another so , i want to draw line vertically and horizontally acoross the page to point the textboxes
I want to draw the vertical line in designing. For example Table 1 Keep your job-search confidential Control your privacy Reach to over 35000 recruiters Get Job Alerts in your inbox Apply to jobs from your Mobile. I want to draw vertical line both side about table1
I'm working within the confines of ASP.NET and HTML.
I have a gridview on the left and a gridview on the right.
When the user selects a checkbox in the left gridview and a checkbox in the right gridview, I would like a line to be rendered that connects the checkboxes.
Is there an efficient way to do this? Anything approaching this?
The only thing I can think of that would be work, but be a poor solution, is positioning and stretching an Image vertically based upon where the selected checkboxes are.
I am using a textbox to populate mySQL database. My problem is when I recall the text it displays without line brakes or line spacing, inserted in the input textbox. I have tried all the field types i.e. Text, Small, Medium Text and Chars. I have tried gridview, repeater and datalist all displaying continuous text without line brakes.
I have a gridview which i want to update line by line.Its for confirmed users.SO i have a list of users and they are confirmed by clicking the checkbox and updating the value in the database.But how can i find the checkbox on the gridview and get the value. Ive tried the following code but no joy
I am developing an school application where i need to show student performance in the form of graph. How can i do this. Is there any tool available to generate graphs. My server admin allows my system to run only at medium trust level.
i am currently using MScharts to display information from my reports...
is there a way i can display the reports in a better way.. using silverlight or something whic is free for commercial use// i want the reports to graphs to just stand out.
I am trying to read a multilined textBox line by line into a List<String> but with the code below the compiler says that "'System.Environment' does not contain a definition for 'Newline'
I want to know is it possible to create a draw editor as we do it on microsoft word using pen.I found a article system.drawing.pen but that was using windows form my requirement is on web form
i have insert a text in a textbox with the textmode = multiline.. when i display out the data, i wan the data will be display with the break line. for example, my input is like that
18.0 million effective pixels Auto lighting optimizer Full HD video 1920 x 1080
the text is line by line. but when i display out the data i have inserted through textbox it cannot display line by line in the front page.
I'm doing a polling application and I am trying to look for the best jquery charts/graphs that I could use on my application to display the results of the polls.
I need to develop a new functionnality for one of our application.
Basically, what i want to develop is a way to let the user draw a semi-transparent rectangle over a static image. The principle could be the same as mspaint. The user click on a button a then, can draw his rectangle over an image.
I have looked through the website and google about crystal reports and MVC. It seems that crystal reports does not goes well with MVC framework. Is that true? If that's the case, what is the best solution for me? I am assigned to generate graphs and reports by getting data directly from a database (Oracle) and populate them into a report document. Other than crystal report, what can i use.
Is crystal report capable of generating graphs? or do I need to download other add-ons in order to have a graph generation on my reports.
i have an image button that i draw with its data in the runtime and i want in the event og onclick of it, apopup model appears to confirm delete or update that row. the problem is here that i made alot of searches but all i found was in the design time.