Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DoubleV

    emails are not going through

    don't have one on my machine. I have changed the recipient address to a hotmail box and it was there in an instant. so that really makes me think something is up with the hosting company. i went and tested another form that we had live and it is not working either. that file had not been changed...
  2. DoubleV

    emails are not going through

    I am trying to submit a form using this code (I only need to send it plain text) Dim mailObj as new MailMessage mailObj.From = "email@blah" mailObj.To = "email@blah" mailObj.Body = "this is a test" mailObj.Subject = "Website Enquiry" SmtpMail.SmtpServer = "localhost"...
  3. DoubleV

    html formatting within RadioButtonList

    that did it. thanks! -------------------------------------------------- Goals are dreams with deadlines ------------------------------------- http://www.nimlok.com
  4. DoubleV

    sql server 2000 shows <long text> instead of actual content

    but why is it that I cannot even view the data in Enterprise Manager? I know the data is there, because it displays when retrieved through the web page. -------------------------------------------------- Goals are dreams with deadlines ------------------------------------- http://www.nimlok.com
  5. DoubleV

    html formatting within RadioButtonList

    ok, may be I didn't explain exactly right. let me try again. I need to have radio buttons within my content that is formatted in a table. so the radio buttons end up being in separate table cells. if I just have a group of radio buttons without any html formatting in between - everything is...
  6. DoubleV

    sql server 2000 shows <long text> instead of actual content

    I did data transfer from MySql to SqlServer 2000. In MySql the field was of type text and I have specified the field to be of the same type in SqlServer. But now in SqlServer (via Enterprise Manager) all I see is <Long Text> instead of teh actual content and I cannot view or modify it. I can...
  7. DoubleV

    html formatting within RadioButtonList

    RadioButtonList doesn't seem to let me have any other tags but ListItem within the tag, but what if I need to open and close <td>, insert line breaks etc? -------------------------------------------------- Goals are dreams with deadlines ------------------------------------- http://www.nimlok.com
  8. DoubleV

    how do i publish a sql server db on iis?

    ok. i re-read your initial post and looked at asp101 web site (it had problems when I went to look at ot earlier today). i'll try again and see if it works. -------------------------------------------------- Goals are dreams with deadlines -------------------------------------...
  9. DoubleV

    how do i publish a sql server db on iis?

    No, I don't think I understand much. And I am not trying to pretend like I do. BUT I am trying to learn. And your last response have surely been very helpful. Thank you. -------------------------------------------------- Goals are dreams with deadlines -------------------------------------...
  10. DoubleV

    how do i publish a sql server db on iis?

    I understand about ASP(.NET) for communication with the database. but right now I can't even place the db on iis. I'm trying to copy the .mdf file onto the wwwroot directory of the iis, but the system tells me that the file is in use and cannot be copied although I have nothing else but Windows...
  11. DoubleV

    how do i publish a sql server db on iis?

    i installed sql server 2005 express on my computer. created a database. how do i publish this database on iis now (like does it have to go into a specific directory etc)? when i open the database using sql server management studio, it doesn't even ask me for a password. so when it is published...
  12. DoubleV

    From MySQL to MS SQL

    I currently have a MySql database. What's the best way for me to transfer my data into MS SQL (I downloaded 2005 Express edition - it is free and our needs are extremely basic, so that should be enough). I am all new to the "MS world" so to speak, so I really know nothing about it. thanks...
  13. DoubleV

    Ensure only numbers are entered into a field.

    no offence taken. as you guys have already mentioned, the star system is far from perfect. most likely, what I posted seemed simpler then the other code, so the original poster was more inclined to use that. but of course it absolutely does not mean that my solution was better then Cory's...
  14. DoubleV

    .NET using DreamWeaver vs VisualStudio

    how is VS with the HTML code? say, right now I have pages that I have written. I'll have to convert them from php to asp.net. I want to keep the html code structure, just change the backend. -------------------------------------------------- Goals are dreams with deadlines...
  15. DoubleV

    Ensure only numbers are entered into a field.

    if(isNaN(document.frm_page.ssn.value)) alert("Your social security number can only contain numbers") -------------------------------------------------- Goals are dreams with deadlines ------------------------------------- http://www.nimlok.com
  16. DoubleV

    .NET using DreamWeaver vs VisualStudio

    we are switching to .NET from PHP, so this is all new to me. I was told by somebody to be careful with VS.NET because of the spurious code that Microsoft products add to the page headers. how bad is it? This guy have used DreamWeaver to write his .NET pages (he said he used DW and hand coded...
  17. DoubleV

    image link from OS X Mail

    I would like to put an image link into my email that is to be sent from OS X's Mail. Looked through help, but couldn't find anything. Can anybody explain how to do this? -------------------------------------------------- Goals are dreams with deadlines -------------------------------------...
  18. DoubleV

    I want more input and more credit

    we have a huge project where a web site is just a part of it, and we have somebody (not me) working on that project. the person is like a creative director although technically he is not employed by our company (it is complicated *lol*). yet, he never did a web site design before. I am actually...
  19. DoubleV

    back to school

    jwdcfdeveloper, I now that NU's Keller school of management is rated like #2 in the US, if I am not mistaken there, but I think that DePaul's education is CIS is not regarded lower then NU's. Just my opinion, of course. If I had to choose (which I might have to). it would be a tough one. For...
  20. DoubleV

    back to school

    Cajun, here, in Chicagoland, they now advertise as being elevated to the "university" status. I guess it is different for different locations. -------------------------------------------------- Goals are dreams with deadlines ------------------------------------- http://www.nimlok.com...

Part and Inventory Search

Back
Top