Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

ashok techxygen

@ashok techxygen
About
Posts
40
Topics
28
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • show alert message when browser tab is closed
    A ashok techxygen

    hi all, how to show confirm alert message when the user closes the browser tab in asp.net using javascript...

    Ashok

    ASP.NET csharp javascript asp-net tutorial

  • show alert message when browser is closed
    A ashok techxygen

    hi all, how to show confirm alert message when the user closes the browser tab in asp.net using javascript...

    Ashok

    ASP.NET csharp javascript asp-net tutorial

  • create my own widget for my web site
    A ashok techxygen

    hi all, how to create my own widget for my web site. Also tat widget have to be embed in other site.... plz send me any example sites

    Ashok

    ASP.NET tutorial

  • how to implement ReOrderList without binding datasource control
    A ashok techxygen

    hi all, how to implement ReOrderList ajax control in my web page without binding to any datasource. I need to bind only from my code by using dataset. Also i ve to do drag drop option in it...

    Ashok

    ASP.NET wpf wcf tutorial

  • Data inserted once again after Refreshing the browser
    A ashok techxygen

    Hi, After inserting the data I am clearing the textbox and dropdownlist. But when I press the refresh button in the browser once again the data is inserted. This happens not only for Insert but also for all are the event that happens last once again happens when browser refreshed. We are not using Ajax. Thanks,

    Ashok

    ASP.NET

  • Sending email - error in asp.net
    A ashok techxygen

    Hi all, I m getting the below error page in my site when i send mail to an invalid email id ( i.e recipient email address does not exist. ). If suppose i gave the correct available email ID, it works fine... i ve changed in web.config mail settings and in mail sending message , but i cant get correct output. ERROR page: ========== [SmtpException: Mailbox name not allowed. The server response was: sorry, your mail was administratively denied. (#5.7.1)] Server Error in '/' Application. Mailbox name not allowed. The server response was: sorry, your mail was administratively denied. (#5.7.1) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net.Mail.SmtpException: Mailbox name not allowed. The server response was: sorry, your mail was administratively denied. (#5.7.1) Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [SmtpException: Mailbox name not allowed. The server response was: sorry, your mail was administratively denied. (#5.7.1)] System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) +881192 System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) +39 System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) +95 System.Net.Mail.SmtpClient.Send(MailMessage message) +2004 App_Code.Email.MailSender(String sendFrom, String sendTo, String sendSubject) +110 App_Code.Email.EmailThisFriend(ArrayList objMailContent) +457 EmailThisPage.btnSubmit_Click(Object sender, EventArgs e) +458 System.Web.UI.ImageClickEventHandler.Invoke(Object sender, ImageClickEventArgs e) +0 System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +86 System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115 System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI

    ASP.NET csharp asp-net design sysadmin data-structures

  • how to develop website without using update panels using ajax.
    A ashok techxygen

    hi Brij, can u send example or links to refer how to use XMLHTTPRequest without using update panels ... any site to refer...

    Ashok

    ASP.NET tutorial announcement

  • how to develop website without using update panels using ajax.
    A ashok techxygen

    hi, how to develop website without using update panels using ajax... since i m using many update panels in a single page it takes more time to load. so i m trying to avoid update panels in my site...

    Ashok

    ASP.NET tutorial announcement

  • Button click problem
    A ashok techxygen

    hi, put causes validation = false and runat = server in button property

    Ashok

    ASP.NET sysadmin help question

  • hello all how do i draw aline between 2 buttons in asp.net
    A ashok techxygen

    use


    tag to draw a line in aspx

    Ashok

    ASP.NET csharp asp-net com graphics help

  • object passing from one page to othert
    A ashok techxygen

    can u use querystring to pass values. or try to declare the objects in seperate .cs(class) file and access that objects in all pages

    Ashok

    ASP.NET tutorial question

  • how to get previous page url
    A ashok techxygen

    hi all, how to get previous page url . i.e when user clicks back button in that page i ve to get where it redirects from.

    Ashok

    ASP.NET tutorial

  • block right click for a text box in firefox
    A ashok techxygen

    hi, ya i m using this only. but if i use this, i cannot right-click for a whole page. i need only to block for a particular textbox not for whole page

    Ashok

    ASP.NET javascript tutorial

  • block right click for a text box in firefox
    A ashok techxygen

    hi, i dont need to block right click for the whole page all r giving this one. i need only to block for a particular textbox

    Ashok

    ASP.NET javascript tutorial

  • block right click for a text box in firefox
    A ashok techxygen

    hi, how to block right click for a particular textbox using javascript in firefox to prevent copy/paste option.

    Ashok

    ASP.NET javascript tutorial

  • AutoCompleteType = "Disabled" not working in firefox
    A ashok techxygen

    hi, AutoCompleteType = "Disabled" for textbox is not working in firefox. if the user double-clicks the textbox it lists the already entered text... i ve to block tat one....

    Ashok

    ASP.NET

  • block copy/paste for textbox in firefox
    A ashok techxygen

    hi, thanks 4 ur reply... this code is working to block on keyboard to copy/paste... But i cannot block right click and paste from mouse button...

    Ashok

    ASP.NET question

  • block copy/paste for textbox in firefox
    A ashok techxygen

    hi, ur code is working in IE but not in firefox... I ve tried this already... Any idea

    Ashok

    ASP.NET question

  • block copy/paste for textbox in firefox
    A ashok techxygen

    hi , how can i block copy/paste option (or) right click for a text box in firefox both in keyboard and right click option in mouse... its working in IE...

    Ashok

    ASP.NET question

  • Browser Close
    A ashok techxygen

    hi , use this in ur aspx page

    Ashok

    C# tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups