Jump to content

Lavdim

Member
  • Posts

    18
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Everything posted by Lavdim

  1. I have tried doing the same thing, but I have not been able to make it work. I`m not sure if that`s possible..
  2. Hello everyone! All my pages are build in vb.net language. How can I update several frames on my side? Each time I send a request to the server it only updates the mainframe..
  3. 4 words for Google Desktop: Not Gonna Use It!!!!
  4. If you open several windows it get`s pretty messy.. because u see the others windows also. But the idea is very good.. There should have been an option to hide other windows that shows on the background.
  5. Hi! I have a asp:menu that I want to show on every of my others forms.. But I get the error message "A page can have only one server-side Form tag. Thats because the asp:menu must have runat="server" and it must be under a form that has the tag runat="server" And because of the form where I want to include the menu also has runat="server" I get the error message. Is there anyone that can help me??? Pleeeassse!!
  6. Hi! I have a asp:menu that I want to show on every of my others forms.. But I get the error message "A page can have only one server-side Form tag. Thats because the asp:menu must have runat="server" and it must be under a form that has the tag runat="server" And because of the form where I want to include the menu also has runat="server" I get the error message. Is there anyone that can help me??? Pleeeassse!!
  7. I have made a contact form on a web-site, where one of the fields to fill out is the senders e-mail adress. When I try sending a mail to my self on a hotmail acount, the Hotmail always puts the email on the Junk E-mail folder. It stands that the sender-Id cannot be controlled.. This is the code that I use.. <%@ Import Namespace="System.Web.Mail" %> <script runat="Server"> Sub Button_Click( s As Object, e As EventArgs ) SmtpMail.Send( _ mailfrom.Text, _ mailto.Text, _ mailsubject.Text, _ mailbody.Text ) End Sub </Script> <html> <head><title>SendMail.aspx</title></head> <body> <h1>Send Mail:</h1> <form runat="Server"> <b>From:</b> <br> <asp:TextBox ID="mailfrom" Columns="50" Runat="Server" /> <p> <b>To:</b> <br> <asp:TextBox ID="mailto" Columns="50" Runat="Server" /> <p> <b>Subject:</b> <br> <asp:TextBox ID="mailsubject" Columns="50" Runat="Server" /> <p> <b>Body:</b> <br> <asp:TextBox ID="mailbody" TextMode="Multiline" Columns="50" Rows="10" Runat="Server" /> <p> <asp:Button Text="Send!" OnClick="Button_Click" Runat="Server" /> </form> </body> </html>
  8. I have managed to add elements to the ArrayList that I have created. But now I have problems to get the elements that I have stored. For the moment they are not stored in any file, only in the buffer when I execute the program. I have 5 attributes that I store, 4 are String, 1 is int. This is how I have tried to get them:(Arrangements is the arraylist) for (int i = 0; i < Arrangements.size(); i++) { System.out.println(Arrangements.get(i)); }
  9. Oh sorry...I have forgotten to say wich language.. it`s Java.
  10. How can I add elements to a arraylist(I have 5 attributes to add to the arraylist,thoose should be added as the user type them), then save them to a file and be able to read the elements from the file again. I apriciate all help!
  11. Lavdim

    Icons

    I hava Office 2003 installed, somhow all the documents-icons has been changed to Wordpad-icons.. thoose are very ugly. How can I fix this.. ??
  12. I have tried several times installing Visual Studio.NET 2003 Pro on my computer without sucsess. I have pre-installed the software that was necessary before beginning with the installation of VB.NET.. Once I have got the error message: Eternal error 25003, other times the installation just freeze when it`s generating the setup script.. Does anybody have any idea of what it can be??
  13. What is Minlogon anyway???
  14. Lavdim

    Recycle Bin

    the topic description says all..but does anybody have any idea of how to bring te Recycle Bin back to desktop?? Some how it has been removed..
  15. I`m tired of installing several programs on my computer trying do delete thoose dam folders!! nothing seems to work!! I give up for now.. I will leave them there until I re-install XP again..
  16. in some way I`ve managed to get 2 folders on my desktop that dosent contain anything. When I try to delete them I get this msg: "Cannot delete file: Cannot read from the source file or disk" And when I try to open them I get this msg: "C:\Documents and Settings\Lavdim\Dekstop\Case.. referes to a location that is unavailable. It could be on a hard drive on this computer, or on a network. Check to make sure that the disk is properly inserted, or that you are connected to the internet or your network, and then try agian. If it stil cannot be located, the information might have been moved to a different location." "Case.." and "Case...." are the names of the folders. Does anyone have any idea of how I can solve this problem? I`m greatfull for all answers.. -Lavdim-
  17. Hi! I have had the same problem my self, you need the autoexe.nt file in C:\windows\system32 Try this link, it has helpful information. http://support.microsoft.com/default.aspx?...kb;en-us;324767 You may also need your Windows XP cd to copy the file from. Hope that will solve your problem. I solve it by using the information that was on the link that I wrote to you.. Lavdim!
  18. Why dont you use a easier software like TuneUp Utilities 2004? It has a lot of upertunities and it`s not heavy to run for the system... I`ve used it for a while now, without any problem..
  19. I`ve just been registered here in MSFN, just wanted to say hi to all of you! Cool forum!
×
×
  • Create New...