I have a computer that is having BIOS issues. I need to flash the updated bios from dell DME521-010111.EXE The problem is that the computer won't boot, but the program won't run to flash the bios without windows xp.
Can someone please provide assistance?
I am using a dataset and sql express 2005 to handle my data. I need to be able to insert data in one table and then insert data in another related table at the same time taking the PK from on table to use as a FK in the other.
Is there anyway to accomplish this?
I have set up a datagrid and in one of my columns i have a link button. I also have a label in that column.
I have set the label to "Visible=False" as default
I would like to know if anyone knows how to make the label for a given row to become visible based on a person clicking the link button...
yes, i have tried putting them in both orders. I'm creating this in access and when i try to run the query it pops up an input box asking for the two constraints.
I'm writing an ecommerce site and had the page display the price range for a particular item based on a prices table linked to the items table. I used the following query to get that information...
SELECT Items.*,
(SELECT Max(Prices.Price) From Prices WHERE Items.ItemID=Prices.ItemID) AS...
I am trying to pass a datalist value to a user control like this:
<asp:DataList RepeatColumns="2" runat=server ID=features DataSourceId=VfiData HorizontalAlign=center >
<ItemStyle BorderWidth="7" BorderColor="#0A2B32" HorizontalAlign=center />
<ItemTemplate>...
I have a cell phone that I would like to use as a modem. My provider does not allow data transfer. I was wondering if there were any way to hook my cell phone's headset jack to the computer and use it as a modem; this is like a throw back to the old modems where you put the handset in the...
I have a laptop in which the hard drive has died. I have found online a program which allows a DOS based Remote Desktop Connection. I need to know how to get a .COM MS-DOS Packet driver for my motorola wn825g wireless card.
I have seen this issue from other people mostly talking about network drives. I am experiencing this error on my laptop, a Dell Inspiron 2600 with integrated intel graphics and a hitachi 20GB HDD. Can anyone shed some light on the cause of this error?
i'm getting the above error when i execute the databind() command. Is there a limit to the number of items that can be databound b/c if i remove one of the lines, anyone of the lines, it'll work.
<BR><%#Group_Size.Text%><BR>
<%#Church.Text%><BR>
<%#Address.Text%><BR>
<%#City.Text%><BR>...
As far as i know the best way to create databases on the fly is to create an empoty database and write a file to copy it and rename it. Access can handle SQL commands like ALTER to ammend tables.
If I use the required field validators, it is supposed to automatically process at least server side as well as client side. Also I had written a server side validation Subroutine and used the CustomValidator it didn't work either.
I have created a form using VS.NET 2003 and included sever ASP.NET control validators. It works fine on IE, but not on Netscape. I did a little digging as well as writing a custom validator on the server side. It appears that the validation on the server side is not happening. As long as...
You would use something similar to this
<%
If Request.Form("OrderNumber") <> "" Then
Dim FolderName
FolderName = CStr(Request.Form("OrderNumber"))
objFSO.CreateFolder (objFSO.CreateFolder _
("c:\Inetpub\wwwroot\" & FolderName))
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.