Search results for query: *

  1. A

    Question Storing Passed Data!!

    Sorted now thanks
  2. A

    Question Storing Passed Data!!

    oh right, for some reason then as i add this to the end of my page the ans.aspx?id=12345+sub=Testingsubject I get a messagebox key = id value=12345 sub=Testingsubject (Notice the "+") is missing from the added sub varaible
  3. A

    Question Storing Passed Data!!

    hello I added the bit of code to my load page event but it gives we the id=12345?sub=testingme all in one string! So do I have to do a .split(?) or can you please help with loop as it does not seem to be splitting the keys and values Dim loop1, loop2 As Integer Dim arr1()...
  4. A

    Question Storing Passed Data!!

    Hello Guys and Gals I hope you can help me. I am trying to create a bounce.asp page. When the user goes to this site page i want to pass it some data like below www.testingasp.com/bounce.asp?id=12345?sub=testingme My goal is to store the "12345" and the "testingme" in a database (The...
  5. A

    Question Marketing Emial System

    Now why didnt I think of that ... Think I was trying to over complicate things...... Sorted now thanks
  6. A

    Question Marketing Emial System

    Hello All I built as email marketing system a while ago and I have been asked to add a feature that should have been there from the start really. OK i have a structure that holds a list of IDs, Email address and Departments when the end user goes and presses the email button the for each...
  7. A

    Question Exception Error, Help please

    Ok I'm a spanner Thanks for your reply. Im going to look like a spanner now!! Whats the difference between a mailitem as postitem then?? And how do I tell if something In my inbox is mail or post!! Thanks :-)
  8. A

    Question Exception Error, Help please

    Hi All I have created a little mail back up to sql and read back application. However when it goes through my mail items in outlook i get an arror and i can not figure why. I thought it might have been a particular email but if happens randomly. Below is my read mail code For Each oMail In...
  9. A

    Question Looking in outlook mail store!!

    Come on guys and girls a little help please!!! Atr
  10. A

    Question Looking in outlook mail store!!

    Hello All :) I have been looking in to this on and off for about two weekes now and I have come to a head!! I have designed a small local windows application that will store old emails and their attachments to a database. You can put in a number to only look at thing over say 60 days old? so...
  11. A

    HTML Tag Colours

    Hi thanks for your reply However it is not HTML coding I am after. Frontpage is ok but visual studio is better!! You know when your in source mode in frontpage and you get all the coloured text identifying you tags, breaks and classes. The colour texting I what I am looking for in a...
  12. A

    HTML Tag Colours

    Hello all I am writing a Marketing email program so we can email news letters and the lke to customer listed in our database. One part of the application is a email templates page. On this there is a tabpage. Tab1 has a textbox and teb2 has a browser window. The user pastes/write HTML code in...
  13. A

    Question Remove a graphical object!!

    Hi I was wondering if any of you clever people can help me. I am writing a app and I have a treeview. This treeview gets populated with parent and children. I also have a panel and a picturebox with a image in the picturebox. On top of the picturebox I and writing some Graphical objects. see...
  14. A

    Question Birthday check.

    Hi alliancejhall Sorry I have not replied sooner. I have been busy but I really appriciate your time. That worked a treat;):D;):D thanks again Alan
  15. A

    Question Birthday check.

    Thanks. If i use your SQL and then I want to add the below |I still do not get a return that lists the birthdays due in the next 30 days. Dim todaysdate As DateTime todaysdate = Date.Now.AddDays(+30).ToString("dd MMM yyyy") Try Dim theBirthdaysearch As String = "SELECT ContactName...
  16. A

    Question Birthday check.

    Hi Thanks for your comments but I get a return code error. "Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '/' to data type int." I really am stuck with how to accomplish this. Any help would be great
  17. A

    Question Birthday check.

    Hello all I am new to vb.net but i have been writing my first Application. The application is a customer database. I have a contacts form and in one of the fields the user puter their date of birth. Alk data is writen to a SQL database. I also have a listview on the right when the application...
Back
Top