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. cyberdeminout

    Survey module in ASP.NET

    Hi, We are going to implement a survey module in asp.net (Create Surveys, Sections, Questions, Display Survey Results). Can any body help me, how to design db for this complicated module. Any help highly appreicated. Thanks in Advance
  2. cyberdeminout

    ASP.NET Email Failure

    Hi, We are sending thousands of emails in asp.net with an image tag or link with an unique id(so that system can track whether user read/opened email or not). And we also receive 10's or 100's of email bounces. how to read/track these bounces through program/script? Any idea is greatly...
  3. cyberdeminout

    How to set x-sender in asp.net email

    Thanks and appreicate your great help
  4. cyberdeminout

    How to set x-sender in asp.net email

    Hi, I am sending email using system.net. How to set x-sender? Dim mailMsg As New MailMessage(sFromAddress.Trim, sTo.Trim) With mailMsg If Not String.IsNullOrEmpty(sCC) Then .CC.Add(sCC.Trim) If Not String.IsNullOrEmpty(sBCC) Then .Bcc.Add(sBCC.Trim)...
  5. cyberdeminout

    Querystring

    I have added web.dll also by adding reference but it says "Name httpcontext isn't declared."
  6. cyberdeminout

    Querystring

    when i add reference of web.dll and writing Imports System.web.ui.page and declaring server.urlencode and it highlights the code with this error. "Reference to a non-shared memeber requires an object reference"
  7. cyberdeminout

    Querystring

    I have tried using both methods(Imports System.web and system.net) and also tried to get that by using Add Reference and selected Web.dll in VB. But no luck. Thanks for your help
  8. cyberdeminout

    Querystring

    thanks. My email body have those links and previous written in using asp.net. Now can i use the same method (urlencode and decode)using vb.net desktop application. appreciate your great help. Thanks Ram
  9. cyberdeminout

    Querystring

    Excellent. I wonder how would you set this if we are sending email( includes above links) in VB.NET application. Rams
  10. cyberdeminout

    Querystring

    sorry if hurt your feelings.
  11. cyberdeminout

    Querystring

    just now i got the solution. previously am not aware of this. supposed to post the answer here and received an email from you before my post? Thanks
  12. cyberdeminout

    Querystring

    that sholdn't work. the solution is Replace & in redirectuser (second url) with a different character, place it in the querystring and then change it back in code.
  13. cyberdeminout

    Querystring

    i'd given & only. But tek-tips.com converting it to & symbol. Thanks
  14. cyberdeminout

    Querystring

    it is just string. stringname = <a href=http://www.website.com/track.aspx?id=q23edrij&amp;redirectuser=http://www.website1.com/page.aspx?name1=1&amp;name2=2&amp;name3=3
  15. cyberdeminout

    Querystring

    Hi, In my project, we added tracking feature whether user clicked on link or not. On click of Link, we are passing tracking id and url to redirect(it includes querystring). See following URL. Ex: <a...
  16. cyberdeminout

    Email using .NET

    appreciate your great help
  17. cyberdeminout

    Email using .NET

    thanks for your quick response. Is there any alternative solution for this?
  18. cyberdeminout

    Email using .NET

    I am using SMTPClient to send email from application. I am sending email with image tag and src is "http://website.com/images/image.gif" When i receive this email to my outlook or hotmail etc... Email Says: some pictures have been blocked to help prevent the sender from identifying your...
  19. cyberdeminout

    LiveChat Software

    Thanks for your quick response. I will look into it and let you know the feedback. appreciate your great help!!!
  20. cyberdeminout

    LiveChat Software

    I am looking for self hosting livechat software to include in our project and ready to buy. I'd searched in google and found all are based on monthly rental. Can anybody help me in getting these self hosting live chat software. Any help greatly appreciated!!! Thanks R

Part and Inventory Search

Back
Top