User Profile

Collapse

Profile Sidebar

Collapse
Srikanth Chippa
Srikanth Chippa
Last Activity: May 20 '09, 03:51 PM
Joined: May 20 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Srikanth Chippa
    replied to sending mail to multiple users
    You have separate the individual mail id from that string and then add it to
    mail.to.add()
    _______________ ___
    <removed advertising links>
    See more | Go to post
    Last edited by Frinavale; May 20 '09, 03:52 PM. Reason: removed advertising links

    Leave a comment:


  • Srikanth Chippa
    replied to msgbox yes no buttons coding
    yes this is prfectly works
    Code:
    If MsgBox("Your subscription has been expired please renew it.", MsgBoxStyle.YesNo, "Subscription Expired") = Windows.Forms.DialogResult.Yes Then 
                    Response.Redirect("other.aspx") 
                Else 
                    // do nothing
                End If
    _______________ ___
    <removed advertising links>
    See more | Go to post
    Last edited by Frinavale; May 20 '09, 03:57 PM. Reason: Removed advertising links and added code tags. Do not post links for the purpose of advertising, this goes against forum policy. Please post code in [code][/code] tags.

    Leave a comment:


  • Using sesstion object you can pass Gridview object from one page to another page
    _______________ ___
    <removed advertisement links>
    See more | Go to post
    Last edited by Frinavale; May 20 '09, 03:48 PM. Reason: removed advertisement links

    Leave a comment:


  • Code:
    <script language="JavaScript">
    <!--
    function refreshParent() {
      window.opener.location.href = window.opener.location.href;
    
      if (window.opener.progressWindow)
    		
     {
        window.opener.progressWindow.close()
      }
      window.close();
    }
    //-->
    </script>
    <removed links>
    See more | Go to post
    Last edited by Frinavale; May 20 '09, 03:32 PM. Reason: Added code tags and removed advertising links. Please post code in [code][/code] tags. Refrain from posting links to advertisments, this is against forum policy.

    Leave a comment:

No activity results to display
Show More
Working...