User Profile

Collapse

Profile Sidebar

Collapse
readnlearn
readnlearn
Last Activity: Feb 19 '09, 01:04 PM
Joined: Aug 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • readnlearn
    started a topic Html
    in C

    Html

    Code:
    <html>sdfsdfsadfsdfsdfsadfasdf
    </html>sdfasdfasdfasdfasdfvsdfsdfasdfasdfasdfasdfasdfasdf
    See more | Go to post

  • Create a random code and store it in the Session object

    hii i hav a problem with thsi code
    check it once
    Code:
    if (!this.IsPostBack)
    
    // Create a random code and store it in the Session object.
    
    this.Session["CaptchaImageText"] = GenerateRandomCode();
    
    else
    
    {
    
    // On a postback, check the user input.
    
    if (this.CodeNumberTextBox.Text ==
    
    this.Session["CaptchaImageText"].ToString())
    ...
    See more | Go to post
    Last edited by kenobewan; Aug 27 '08, 12:46 PM. Reason: Please use code tags

  • readnlearn
    replied to displaying image
    in .NET
    regenerate image after a wrong attempt

    hiii everyone
    can u help mee..........
    i want to regenerate image after a wrong attempt i want to disable/Hide Image after correct attempt and the image regenerate and also give another try to enter.
    can u tell me how to do this i hav some code for it but not executing correctly please check it
    here message in else part is displaying but after that its not excuteing...
    See more | Go to post

    Leave a comment:


  • readnlearn
    started a topic opening a file
    in .NET

    opening a file

    How to open file from .NET
    if i want to open document1.doc it should be open in .doc format
    if i want to open Powerpoint1.ppt it should be open in .ppt format
    Not writing in the browser
    See more | Go to post

  • readnlearn
    started a topic displaying image
    in .NET

    displaying image

    hii everyone
    can any one please tell me how to display a image after 3 time wrong entering of password or user name.... am using captcha but cannt display in the same page....
    please help mee
    See more | Go to post

  • readnlearn
    started a topic Get source code of a page from another page

    Get source code of a page from another page

    hii evry one

    I am having two page (page1.html and page2.html)

    Is it possible to get the whole source code of page2.html from page1.html
    (throu javascript)

    For example:

    on click event - I need to fetch whole content of the page2.html

    Please suggestion me if its possible
    See more | Go to post

  • check this coding once which for displaying captcha image

    hai,
    i have written this below code for displaying captcha image whenever i entered incorrect uname,password in login page.
    for that i disable the controls of captcha like textbox,labels, button and image control in source code of designing part.
    and i enable those controls in an if condition which display captcha.
    but if i entered correct information which is in database
    it shouldn't navigate to the corresponding...
    See more | Go to post

  • readnlearn
    started a topic GridView displaying too much data
    in .NET

    GridView displaying too much data

    Hii, in my table I have fields like id1,title,descr iption,category ,posteddate..In my gridview I wish to display title,posteddat e and category. I placed a hyperlink for title field. Now when I click on title it should display the description part which I have entered before. My problem is when I bind the description part to gridview its binding all the data which is present under description but I want only the description part which is entered by...
    See more | Go to post

  • readnlearn
    started a topic about image control
    in .NET

    about image control

    hai,can you tell me how to disable an image control and also disable in a specific condition using asp with c#.net
    See more | Go to post

  • readnlearn
    started a topic can u tell me whats wrong...
    in .NET

    can u tell me whats wrong...

    Hii here is the program for check availabilty of username in registeration page can u please tell me whts wrong with this and i cannt get the exact format which i want to.. please give sample code using c#


    <code deleted>
    See more | Go to post
    Last edited by Curtis Rutland; Aug 22 '08, 01:26 PM. Reason: deleted code

  • readnlearn
    replied to Disabling back/forward buttons of Browser
    in .NET
    hi,

    Code:
    Protected void Page_Init(object Sender, EventArgs e)
    {
    Response.Cache.SetCacheability(HttpCacheability.NoCache);
    Response.Cache.SetExpires(DateTime.Now.AddDays(-1));
    }
    this is enough to remove the bwoser cache in asp.net( with Help of c#.net)


    and also try this one

    Code:
    <%
    Response.Buffer = true;
    Response.Expires = 0;
    Response.ExpiresAbsolute
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Aug 22 '08, 01:25 PM. Reason: Added Code Tags - Please use the # button

    Leave a comment:


  • readnlearn
    started a topic how to rate a response..
    in .NET

    how to rate a response..

    Hii, can u pls help me out with the code for "rating a response" for users answer.

    What r the field do I require in the presentation layer n do I need to do anything in the backend.

    Pls help me out with this
    See more | Go to post

  • readnlearn
    started a topic barcode value
    in .NET

    barcode value

    hii all

    I created the Barcode Image with some Value .....But i want to know the value from the barcode image...How can i do it....any help...
    See more | Go to post

  • readnlearn
    replied to button to NOT submit form
    hi,
    i think you want to reset the from. if i am write then used this way <input type="reset" />
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...