Forum: ASP.NET Aug 28th, 2009 |
| Replies: 7 Views: 407 Hi..
I put it in the debug mode to see the control flow.
Control is coming to the page_load() , from there it is going to other function,there I have my condition. It's nothing related to the... |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 7 Views: 407 Sorry, cant share the code.
It's like I have a funtcion in the page_load() and I call that function in the very beginning of page _load().
In that function,I check for some conditions and if... |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 7 Views: 407 Am not using that..
Actually when the control reaches Response.Redirect(),instead of going to the page(Location) given in the method ,the control is going to the same page's page_load(). |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 7 Views: 407 Hi..
Am using response.redirect() to go to another page from the current page. But it is giving me the exception "System.PlatformNotSupported",Operation not supported, change the pipeline mode of... |
Forum: Viruses, Spyware and other Nasties Aug 24th, 2009 |
| Replies: 12 Views: 1,741 Hi..
I am using Symantec. |
Forum: Viruses, Spyware and other Nasties Aug 24th, 2009 |
| Replies: 12 Views: 1,741 Hi ..
I do have an antivirus software installed in my system.
And I did a complete scan also.
It said no risks/threats found.
I deleted the temp internet files and cleared the cache also. |
Forum: Viruses, Spyware and other Nasties Aug 21st, 2009 |
| Replies: 12 Views: 1,741 Hi All,
I received an e-mail from a friend of mine.
It contained three jpeg images with the title Imagens Anexadas.
When I tried to open those images,it gave me a dialog box asking either to... |
Forum: MS SQL Apr 24th, 2009 |
| Replies: 3 Views: 680 |
Forum: MS SQL Apr 22nd, 2009 |
| Replies: 3 Views: 680 Hi
am using sql server 2005..
I hav a query like this.
create PROCEDURE [dbo].[csp_UpdateAutoPart]
(
@Code NVARCHAR(6)
,@Quantity INT
,@UnitPrice DECIMAL |
Forum: ASP.NET Mar 6th, 2009 |
| Replies: 0 Views: 702 How to clear all the items in the drop down list?
DropDownList1.Items.RemoveAt(j);
DropDownList1.Items.Clear();
These are not working for me.
(am using VC#.net)
any help would be... |
Forum: Viruses, Spyware and other Nasties Nov 18th, 2008 |
| Replies: 4 Views: 2,888 hi..
i just used my frend's flash drive nd my system got infected..
it shows an error message like "TCP/IP module missing in npqtplugin4.dll.it may be infected by virus" whenever i open firefox ..... |
Forum: MySQL May 29th, 2008 |
| Replies: 2 Views: 3,315 |
Forum: MySQL May 28th, 2008 |
| Replies: 2 Views: 3,315 I need to copy only some selected rows from a table and insert these rows into another table (having the same structure) in another database. Is it possible? |
Forum: PHP May 9th, 2008 |
| Replies: 0 Views: 572 I am using IMG tag to display the graph. In the file(containing the graph code), I check some conditions and if true, then graph is displayed. Otherwise I need to display a warning(using echo). When... |
Forum: PHP May 8th, 2008 |
| Replies: 0 Views: 414 i need to have a hyperlink on the page having the graph code which, when clicked takes me to another page.. what should i do..please help.... thanks in advance.. :) |
Forum: PHP May 6th, 2008 |
| Replies: 0 Views: 430 While using header() to pass values to the file that contains the graph code,the image is not shown. Browser says that it contains some error. Am getting all values passed in the 2nd file, still... |
Forum: PHP Apr 25th, 2008 |
| Replies: 2 Views: 1,397 can we go for ms excel for creating charts in php(with mysql) instead of using jpgraph?
please tell me which is the easiest one to use 9between ms excel and jpgraph)? |
Forum: PHP Apr 25th, 2008 |
| Replies: 2 Views: 2,814 can i create dynamic array variable names in php?
my requirement is...
i want a no: of 1-d arrays like $c1[],$c2[],$c3[].
and i need to dynamically create the arrays like this..
... |
Forum: PHP Apr 21st, 2008 |
| Replies: 0 Views: 538 While creating a horizontal bar graph,the x nd y axes' titles are not displayed proprly. Please do help... |
Forum: PHP Apr 17th, 2008 |
| Replies: 1 Views: 987 Here's d Code also..
<?php
include ("jpgraph.php");
include ("jpgraph_bar.php");
$graph = new Graph(900,700,"auto");
$graph->SetScale("textlin");
$datay=array(29,34,67,12,78); |
Forum: PHP Apr 17th, 2008 |
| Replies: 1 Views: 987 While making the bar graph a horizontal one(JPGraph), am not able to align the axes' titles accordingly..
The titles r not shown parallel to the axes..
Solution PLZZZ.. |
Forum: PHP Apr 11th, 2008 |
| Replies: 5 Views: 1,045 This is d sample pgm I hav taken frm d tutorials..
<?php
include ("jpgraph.php" );
include ("jpgraph_line.php");
// Some data
$ydata=array(11,3, 8,12,5 ,1,9, 13,5,7 );
// Create the... |
Forum: PHP Apr 11th, 2008 |
| Replies: 5 Views: 1,045 As I postd earlier, this is d error msg am getting..
The image “http://localhost/filename.php” cannot be displayed, because it contains errors. |
Forum: PHP Apr 10th, 2008 |
| Replies: 5 Views: 1,045 Am gettin an error msg like this-->
The image “http://localhost/linegrph.php” cannot be displayed, because it contains errors.
while tryin 2 run my code on localhost..
Wen I comment d... |