User Profile

Collapse

Profile Sidebar

Collapse
rahees
rahees
Last Activity: Oct 16 '08, 03:49 PM
Joined: Aug 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Can anybody help me to print the repeater data with background colors of the cells

    Hi all,
    Can anybody help me to print the repeater data from asp.net page? I am binding two columns of the repeater table. It is including the background color, which is fetching from the database. I am really stucked in this. Some javascript functions not printing the color or the table.
    My repeater control is below.
    Code:
    <asp:Repeater ID="repeaterTT" runat="server">
    <HeaderTemplate>
    ...
    See more | Go to post
    Last edited by Frinavale; Oct 16 '08, 08:20 PM. Reason: added [code] tags

  • rahees
    replied to problem with mail sending asp.net .
    in .NET
    thanks for the reply. help me to solve this

    then what encoding i have to do for overcome this problem
    See more | Go to post

    Leave a comment:


  • rahees
    replied to problem with mail sending asp.net .
    in .NET
    asp.net 1.1 mail only ? mark when displays in yahoo account

    i am sending mail using arabic texts ..

    Dim MailApp As New MailMessage
    MailApp.Body ="Arabic Texts"
    MailApp.BodyEnc oding = MailApp.BodyEnc oding.UTF8

    when recieving the mail through yahoo account it shows only ??? marks..
    but in gmail it shows right texts..
    help me plz....
    advance thanks...
    See more | Go to post

    Leave a comment:


  • rahees
    started a topic problem with mail sending asp.net .
    in .NET

    problem with mail sending asp.net .

    i am sending mail using vb code. the contents are in arabic. when recieving in yahoo account its shows only question marks. but it shows right in gmail account. plz help me.. advance thanks... My code is below

    strSql = "SELECT [USER_ID],USER_PWD FROM DEALERS WHERE EMAIL='" & txtEmail.Text.T rim & "'"
    Cn = db.GetConnectio n
    cmd = New SqlCommand(strS ql, Cn)
    dr =...
    See more | Go to post
No activity results to display
Show More
Working...