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 wOOdy-Soft 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

    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)...
  4. 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...
  5. 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...
  6. 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
  7. cyberdeminout

    ASP.NET Tips-Simple way 2 Create Excel 4m DataTable

    Here we will discuss a simple solution to create excel file from asp.net without excel software. Function CreateExcelFile(ByVal dt As DataTable) As Boolean Dim bFileCreated As Boolean = False Dim sTableStart As String = "<HTML><BODY><TABLE Border=1><TR><TH>Header1</TH></TR>"...
  8. cyberdeminout

    ASP.NET Calendar TitleStyle

    In ASP.NET Calendar Titlestyle, Left side link is to view previous month and middle is current month(no link, just text) and right side link is to view next month. I want to create a link for Current Month text(appears in the middle). I'd tried but could not make it? Any ideas, greatly...
  9. cyberdeminout

    C# vs VB.NET Urgent

    I have converted following C# script(http://www.codeproject.com/useritems/UniqueKeys.asp) to vb.net. Can anyone let me know vb.net script is same as c#? Why am asking is am not getting fixed length Unique ID. Any help greatly appreicated. C#: private string GetUniqueKey() { int maxSize = 8...
  10. cyberdeminout

    DataGrid PageIndex

    I have datagrid (total records 7) and pagesize is 6 and pager style is numeric and two columns (name column and checkbox column and all are checked) by default, currentpageindex is 0 and 1st page have first 6 records appearing and clicked on 2nd page(pageindex 1) and it shows 7th record. when...
  11. cyberdeminout

    Cute HTML

    I am developing asp.net website and How can i include cutehtml box to our internet explorer in asp.net, so that user enter some customized message and all bold and font and styles tool bar appears and we can save the format. any help greatly appreicated
  12. cyberdeminout

    Email Schduler

    I am working on email scheduler. The user would be able to schedule emails at certain times to run through the day,week,month with time. Scheduler continuously run in the system and sends email alerts for that time. Any ideas how to send emails for the exact time. for example: Email1 should...
  13. cyberdeminout

    Urgent: ASP.NET TableCell BackColor

    Hi, In .vb file, Can anyone help me how to set backcolor of table cell in hex format(#ECECEC). The following is one way to set backcolor in asp.net(vb) file. tbCell.BackColor = Color.Red In aspx page we can directly write <asp:tablecell backcolor="#3435343"/> Please help me. thanks in...
  14. cyberdeminout

    Progressbar at runtime in asp.net

    Hi Can anyone help me how to show progress bar at runtime in asp.net(language=vb). Thanks in advance. Ram
  15. cyberdeminout

    ProgressBar in ASP.NET WebPage

    Hi Can anyone help me how to show progress bar at runtime in asp.net/vb.net. Thanks in advance. Ram

Part and Inventory Search

Back
Top