Re: sequential file save read option button Programming Software Development by rproffitt … company that pays is very careful about their requests. You ignored how such problems are presented. ZIP file? Too dangerous today… IIS & PHP configuration-PHP.ini instructions ignored Hardware and Software Microsoft Windows by homeshow Re: IIS & PHP configuration-PHP.ini instructions ignored My server setup: Win2k, IIS5.0, PHP 4.0.10 …running as ISAPI Problem 1: PHP.ini settings ignored. Not too sure how to address this one. I've… Char is ignored when compared (C++) Programming Software Development by binay2 … my code the value of the char N[cn] is ignored when I compare it to a constant value. Here's… ) ){ and if ( N[cn] == 5 ){ ST++; } the comparison is totally ignored.Why? How can I fix it? Thanks! Re: Char is ignored when compared (C++) Programming Software Development by binay2 … spelling "&&" and still the comparisons are ignored. In the list here: [url]http://www.cppreference.com/wiki… to compare any char that exits the atoi() function , is ignored. I also tried to change the type with "int… Re: Char is ignored when compared (C++) Programming Software Development by WaltP … spelling "&&" and still the comparisons are ignored. In the list here: [url]http://www.cppreference.com/wiki… Style properties are ignored by Mozilla browser... Programming Web Development by Letscode …: For some reason all the styles for the webcontrol are ignored by the Mozilla browser. Any reason Y THIS IS HAPPENING… return statement with a value? and also void value not ignored as it ought to be. Programming Software Development by Jmosure … highlighted in red says that my value is not being ignored. can anyone help? I am totally lost. here is my… Re: return statement with a value? and also void value not ignored as it ought to be. Programming Software Development by thekashyap … highlighted in red says that my value is not being ignored. THat's coz there is no conversion available from void… set as start page being ignored Programming Web Development by chris5126 HI, I am creating a website but when i right click on my login.aspx and click set as start page it seems to be ignored. I rebuild the website and click view in browser and it just takes me to [url]http://localhost:62665/website/[/url] I am using master pages if that helps anyone solve it quicker! Pl/SQL: Statement Ignored Programming Databases by yassar … the mistake in the below code, I receive "statement ignored error" at the last line of the first select… Are web properties 2.0 sites ignored by Google? Digital Media Digital Marketing Search Engine Strategies by SilvesterM Are web properties 2.0 sites ignored by Google? Sometimes, back creating accounts on web properties 2.… While Loop Ignored Programming Software Development by Yutxz Why is my while statement being ignored? [B]Problem:[/B] Write a method called squareRoot that takes … Re: While Loop Ignored Programming Software Development by masijade How have you determined that it is "being ignored"? Put a print statement in there to see. Also, … Mysql database fields with new lines ignored by PHP Programming Web Development by Nahiyan … display the contents of the database, the new lines are ignored. I know about nl2br() but I guess it will not… PL/SQL: SQL Statement ignored Programming Software Development by codex89 … this error ERROR at line 5: PL/SQL: SQL Statement ignored Here is my code CREATE OR REPLACE PROCEDURE SELECT_VEHICLE_VEHICLE_TYPE (vehicletype… Re: Char is ignored when compared (C++) Programming Software Development by WaltP Is [b]and[/b] approved in C/C++ comparisons? Re: Char is ignored when compared (C++) Programming Software Development by binay2 I compared the character value instead of the ASCII value , that was the problem. [QUOTE]If you wish your code to be understood, you should use the syntax that the rest of the industry uses. [/QUOTE] Next time. Re: Style properties are ignored by Mozilla browser... Programming Web Development by senexom I suggest NOT using .NET to style your form elements, but rather and external style sheet. ... using ids or classes to style your form elements. Firefox (I asume this is the Mozzila version your developing for) is much more capable when it comes to css if done according to standards. like so.... ----- /* CSS */ .mybutton { color:red; … Re: Style properties are ignored by Mozilla browser... Programming Web Development by Letscode 1.But how can you use CSS style sheets to handle dynamic resizing of webcontrols.More like this code.. [CODE] 'Button Layer Adjustments 'Position : WIDTH AND HEIGHT Dim Slayer1 As Integer = CInt(Session("widthforbuttons")) * 0.23 Dim Slayer2 As String = Slayer1.ToString… Re: Style properties are ignored by Mozilla browser... Programming Web Development by senexom [QUOTE=Letscode]1.But how can you use CSS style sheets to handle dynamic resizing of webcontrols.More like this code.. [CODE] 'Button Layer Adjustments 'Position : WIDTH AND HEIGHT Dim Slayer1 As Integer = CInt(Session("widthforbuttons")) * 0.23 Dim Slayer2 As String = Slayer1.… Re: Style properties are ignored by Mozilla browser... Programming Web Development by tgreer You can use CSS with .NET. However, .NET will PRODUCE CSS for IE, not cross-browser CSS. That's why it's best to code your OWN CSS, and then add class defiinitions via the Add() method of the Attributes collection of the particular server control. In others words, "styles" are yet one more area where ASP.NET has screwed things up … Re: Style properties are ignored by Mozilla browser... Programming Web Development by Letscode [QUOTE]Does the above code not produce proper results in Firefox?[/QUOTE] Yes..The VB code is working in Firefox.I just displayed the code just to know whether anything similar can be achieved using CSS style sheets.. 1.For some reason when you change the Background or Height or Width of a webcontrol in the designer,Its not affecting in … Re: Style properties are ignored by Mozilla browser... Programming Web Development by tgreer If you're going to add styles "piecemeal", then yes, you have to use the Styles.Add method. My suggestion was to make complete CSS class definitions, then assign an entire "class" to your control. No, you cannot have variables in CSS. "Grid Layout" simply means "CSS absolute positioning". It's another … Re: Style properties are ignored by Mozilla browser... Programming Web Development by Zachery I would think the best way to get the job done would be to do a browser check and feed the correct snipet of CSS :) but thats me... Re: Style properties are ignored by Mozilla browser... Programming Web Development by Letscode Yes..I'm planning to do something like that.. Create a complete CSS stylesheet definitions for each screen resolution and when the page loads i'm planning to check for the screen resolution and feed a particular CSS style sheet for that resolution.. Re: Style properties are ignored by Mozilla browser... Programming Web Development by Letscode I just found out Y the properties are not working in Mozilla. ASP.NET 1.1 doesn't recognize FireFox, the built-in WebControls will render down-level html.The <div/> tag will be replaced by a single-cell table, and a host of other changes which will distort the layout of the page.. [B]SOLVING THE ISSUE[/B] ASP.NET 1.1 can easily be told … Re: Style properties are ignored by Mozilla browser... Programming Web Development by tgreer Yes, ASP.NET is a dual-edged sword when it comes to browser capabilities. Your solution is the right one. However... <rant> A professional web developer knows about cross-browser issues, and doesn't need a runtime dll on the web server to try to FIX THINGS FOR HIM (or HER)! I prefer to write strict XHTML. I prefer to have external … Re: return statement with a value? and also void value not ignored as it ought to be. Programming Software Development by Salem Reading isn't your strong point is it? You missed this - [url]http://www.daniweb.com/techtalkforums/announcement8-3.html[/url] describing code tags. You ignore the watermark at the back of every edit window telling you about code tags. I asked you here [url]http://www.daniweb.com/techtalkforums/thread73983.html[/url] to use code tags as … Re: return statement with a value? and also void value not ignored as it ought to be. Programming Software Development by FoX_ In first function void findmaxLocation (int list[], int size) you can't return a value.Because the functions, which types are defined [B]void [/B]can't return a value. Change it from void to int ([B]int[/B] findmaxLocation (int list[], int size) [code=c++] void findmaxLocation (int list[], int size) { int max, maxlocation; max… Re: Pl/SQL: Statement Ignored Programming Databases by debasisdas What is [B]l_employees[/B] ? It does not have any definition in your code .