- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 5
- Upvoting Members
- 5
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
69 Posted Topics
I have a Sony Vaio SVE1511C5E which turns on and off, an endless loop. I tried everything to find out the reason. Finally I got the BIOS IC out, put it into a reader and tried to update the BIOS, however, there is no .bin file to programm the IC … | |
Dear community, today I am facing a new problem, maybe due to a black out. I am trying to select from a table based on the results from a select statement, however, the result only contains the first few characters of the field. The main table has the field "category" … | |
Hi, I have a sql statement which was running fine yesterday. After making a few changes to the website, it stopped working. I managed to get the statement work on my localhost, however, when I publish the same pages onto the server, I receive the "Operand should contain 1 column(s)" … | |
I have created a page which is supposed to pull some information from a mysql database and display them. Another page is supposed to save the data to the database. The problem is, that I am not even able to get the data in Persian or Arabic displayed correctly, instead … ![]() | |
I am totally new to vb.net, still I am planning to try it for a project, in which there will be standalone machine using an access database to query and update different tables. While in VB6 I was able to define recordsets using Microsoft.jet.oledb.4.0, in VB.net I have become a … | |
Re: Actually, the problem you have is caused by the width, which you have set to 100%. The div element ist now width+padding+margin+borders. This is definitly more than 100%. I would suggest you make use of px or em when defining the width. Only then you can make precise definition of … | |
Re: As far as I know, you can have one of either of them. A greadient is actually acting as a background image. You can not have two background images in one element. As a workaround for the case the gradient background is not displayed due to any reason, I would … | |
Re: Even displaying more than 40 pictures is not really wise. Noone will ever look at so many pictures. However, the client is the king, so why not give him what he wants? I had and still have clients who insist on getting what they have in mind. Satisfying them is … | |
Re: If you are working with IIS on a 64-bit Windows, then you need to enable 32-bit applications in your IIS. To do so, start IIS, click Application Pools, select the appropriate Application Pool (Default Application Pool for all websites residing in wwwroot), select Advanced Settings from the right pane, set … | |
Re: If you want to use the same color for all labels, simply use: #the_form label{ color:yellow; } This makes the text of all labels yellow. If you want to use different colors or background colors, you have to use different classes. | |
Re: Clear both clears the float on both sides. Clear left clears the float on the left, and clear right the float on the right. Paragraphs are block elements. In order to place to paragraphs next to each other, you have to float both paragraphs. <p style="float: left;">The left paragraph</p> <p … | |
Re: Murali, did you solve the problem? | |
Re: Hi, A bit of javascript is needed. Short intro: [code] <select name="my_select" id="my_own_select" onchange="showmytextbox();"> <option value="1" selected="selected">Hide</option> <option value="2">Show</option> </select> <input type="text" name="my_textbox" id="my_own_textbox" style="display: none;" /> [/code] This is part of the form. The select has an id and a function. The textbox is not being displayed. Once the … | |
Re: Hi, I think the problem is the following: .menu { height: 80px; border-left: 1px solid rgba(255,255,255, 0.3); border-right: 1px solid rgba(0, 0, 0, 0.3); float: left; } div.menu { height: 80px; border-left:1px solid rgba(255, 255, 255, 0.1); border-right: 1px solid rgba(255, 255, 255, 0.1); } div.menu:first-child{ border-left: 0; } Give … | |
Hi all, I wonder where Windows Server 2008 stores information about the users, when there is no active directory set up. Is it possible to access the store location? Is it possible to manage the users using a web page interface instead of logging into the server each time? Thank … | |
Re: Hi all, It seems this post is pretty new, and one of my customers is having the same problem with exactly the same notebook, Samsung P28. The creen goes blue while working, there is a white cursor pretty in the middle of the screen. I disassembled and cleaned all the … | |
Hi, I have obtained a Windows Server 2008 R2 (Virtual Server) which does not support Active Directory. I have set up RAS and NPS, however, I am currently authenticating the users using the Windows User Console. I have more than 200 users. I intend to set a certain duration for … | |
Re: I would check the USB devices you are having connected to the system at first instance. This has certainly nothing to with Windows or any other operating system. If you have a USB distributor, or USB printer connected, this might help best. | |
Re: Hi, I believe this goes from right to left. Try this: HTML: [code] <div id="menu"> <div> <ul> <li><a href="Default.aspx"><%=Resources.Resource.Home %></a></li> <li><a href="Default.aspx"><%=Resources.Resource.AboutUs %></a></li> <li><a href="Default.aspx"><%=Resources.Resource.Classes %></a></li> <li><a href="Default.aspx"><%=Resources.Resource.Contact %></a></li> <li><a href="../Admin/"><%=Resources.Resource.Members %></a></li> <li><a href="Default.aspx"><%=Resources.Resource.Resources %></a></li> </ul> </div> </div> [/code] [code] #menu { width:680px; height:30px; position:absolute; top: 300px; left:300px; } #menu … | |
Re: Hi, did you check the group you have defined in your database? | |
Re: Hi, don't worry about the language you want to use. Once you learn programming, it doesn't matter which language or languages you use. JavaScript is essential, I think you will always need it. JS is platform independent and can be used on any computer (as long as JS is activated … | |
Re: Hi, blocking the page in the robots.txt and preventing the pages to be listed using the meta tag [icode]<meta name="robots" content="NoIndex, NoFollow" />[/icode] is in some cases not enough. You can use a javascript to prevent the page within the iframe to be displayed as the top window. In this … | |
Re: Hi, try assigning different values for name and id. This should solve the problem. [CODE] <input id="id_of_check_id" name="check_id" type="hidden" value="-1"> [/CODE] Good luck, Ali Baradaran | |
Re: Hi, I think it is complicated to apply a style to a button. The buttons are displayed differently on different browsers, e.g. in FF they have rounded corners. You can simply use an image as a button and apply your own styles to the image: [CODE] <img src="/images/my_button.gif" alt="The text … | |
Re: Hi, the "line" you have picked out is the doctype declaration, so that the browser knows how to handle the code it receives. You have to get to the code and inspect the structure of the whole page. Where do you display the uploaded image? In the main page or … | |
Re: Hi, you have a fixed width of 45 in your cell. cellpadding is set to 3, so the available width remaining for the content of the cell is actually 39. I believe you can use the nowrap and the overflow options to manage the wrap, but the title is not … | |
Re: Hi, you forgot to tell about the problem the form has. Probably the form itself is ok, but there might be a problem with the handler of the form, which is "requestsubmitted.asp". But what is the error? | |
Re: Hi, null is when the database field has no value. A very simple way to assign display an empty space when the value is null is [CODE] if rs.field("x") = Null then response.write " " end if [/CODE] | |
Re: Hi, what is rs.fields("FinYear")? Is it a date? Is it the year? I don't understand why you are using mid. If you want to extract the year from a date, simply use datepart, as following: [CODE] Response.Write DatePart("YYYY", Date()) [/CODE] This would result in 2010. If this is not what … | |
Re: Hi, I don't believe there is anything impossible, the question is if it makes sense. If you create a drop down list with radio buttons, then you get the same result as if you had a drop down list. Still you can create a manual drop down list with radio … | |
Re: Hi, I believe you want to use the product ID to display the details in the same page. In this case you can use AJAX to dynamically change the content of the web page. Good Luck, Ali Baradaran | |
Hi, a customer of mine has an HP Pavilion 9500 with Windows Vista as a pre installation. She did not make Recovery DVDs. The computer crashed. I deleted the folder $tfxlog and the blue screen vanished, but now the laptop is booting into a black screen. I tried to use … | |
Hi, This is probably a very simple problem, but still it is bugging me for a while. I have tried to google for solutions, but I did not find any. I have a div containing a few text elements like date and description. I want to change the background-color of … | |
Re: I think you have forgotten to close the container div. Your code should work with the div closed! | |
Re: Dear, which links do you mean? I had a quick look at the script, seems to be fine. Or maybe I have not understood your problem. Ali | |
Re: Hi, This has nothing to do with ASP. ASP can only act when the called file is existing. Some providers offer the option for customized error pages. If you provider does it as well, then you can customize them according to your needs. If you are running your own server, … | |
There are several categories, and in each category there are pictures. When you choose a category, all picture names are listen (as a list using Ajax). I want to make the list draggable, so that I can change the order of the pictures. Somehow the Drag 'n Drop function does … | |
Re: Dear, U tried several times, but the session ID did not change. Please let me know which Firefox version you are using. In case you have adjusted a short session timeout, then the session expires and you get a new ID. This is normal. You can try to get the … | |
Re: Hi, downloading is absolutely no problem. You simply make a link to the file. Some servers do not serve all files, but in most cases you can download the files. Uploading can be a little more complicated. I found it very simple to use the Javascript of Micox - Náiron … | |
Re: Dear Anu, This is very complicated what you have written. The referer is only shown when a page is referred to by a click. That means, if you click on a link and get to a page, the first page is the referer. But if you enter the url into … | |
Re: Hi, tell CDO to send the mail as html, then this issue is solved. | |
Re: Hi, just set the following line at the very end of your file: [code] <% Response.Redirect "gracias.asp" %> [/code] Good luck. Ali Baradaran | |
Re: Hi Mohamed, First, use global.asa to put every visitor into a table and assign them a unique ID. The count of the records is the number of the total visitors. Once a visitor logs in, you assign him a member tag (e.g. a field in the database: member [yes/no]). Now … | |
Re: Hi, aside the mentioned restrictions, saving images on your server would be quite difficult. Usually the images are sent to the browser, that means you have to use a virtual browser in order to get the image onto your server. A browser receives all images, in this case your server … | |
Re: Hi, dynamic width and dynamic number of tables is not possible, just as msaqib said, you have to make the decision about the page break before you put the style into css. If you want to make both table width and page breaks dynamic, then you have to take a … | |
Re: Hi, this does not seem to be complicated. Please change the command click sub as follows. Please dim both the recordset and the connection before running the code. Imagine: conn = the connection, and rs = the recordset [code] rs.open "Select * From your_table;", conn, 3, 3 with rs .AddNew … | |
Re: Hi, once the text file has been created, use [code]Response.Redirect[/code] to get to the second file, where you can send an e-mail. I think you need to forward some information to the second file, e.g. recipient or file name. In this case, the upper procedure will not work, except you … | |
Re: Hi, There are different methods for using one file (product.asp) to display dynamic content. One simple method is to select case based on the product ID sent to the page through the address: imagine you visit the page product.asp?product_id=1 [code] Select Case Request.QueryString("product_id") Case 1 'CONTENT RELATED TO PRODUCT ONE … | |
Re: Hi, To make it very simple, add a unique ID to the table, then use [code] select max(id), LoginName Prop_code Visitdate from TABLE_NAME [/code] As every entry gets a higher ID, you automatically get the latest login date! Good luck! | |
Re: Hi, try opening port 80 on your firewall. By typing [url]http://your[/url] ip address you should automatically see the IIS page. |
The End.