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
T

tina newcoder

@tina newcoder
About
Posts
79
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to add control/event to a 'text', just as we add hyperlink
    T tina newcoder

    thanx, i will look at it ...

    ASP.NET tutorial question

  • How to add control/event to a 'text', just as we add hyperlink
    T tina newcoder

    Apurva Kaushal wrote:

    Use LinkButton.

    can you elaborate a bit more ... plz .... :)

    ASP.NET tutorial question

  • How to add control/event to a 'text', just as we add hyperlink
    T tina newcoder

    I want to add an event to a text, just as we have hyperlinks, so that when the user clicks on that text, i want to perform some action in the code-behind. I want something similar to what is available here in this forum, u click the 'subject' text of this message, & you can read it ...

    ASP.NET tutorial question

  • static ip address
    T tina newcoder

    Page.Request.UserHostAddress.ToString(); is this you was looking for ?

    ASP.NET database help tutorial

  • session
    T tina newcoder

    how about Session.Abondon();

    ASP.NET question

  • Doubt about 'Session'
    T tina newcoder

    Steve Westbrook wrote:

    Try to replicate this issue in an empty web app

    the code i shwon is of an empty web-app.

    Steve Westbrook wrote:

    server's configuration (machine.config)

    how to fix it ?

    Steve Westbrook wrote:

    low session Timeout set,

    i m not changing, so the default 20min shall be there...

    Steve Westbrook wrote:

    Session.Abandon()

    na .. it is not the case. What is the result of 'that' code on your machine ? :confused:

    ASP.NET question sysadmin

  • Doubt about 'Session'
    T tina newcoder

    I have tested that (posted) code for both IE 6.0 and Firefox 2.0 Both are showing similar behavior !!!! :confused: :confused: :confused: :confused: :confused: :confused: :confused:

    ASP.NET question sysadmin

  • Doubt about 'Session'
    T tina newcoder

    na ... i am not storing any cookie ...!

    ASP.NET question sysadmin

  • Doubt about 'Session'
    T tina newcoder

    my code,

    protected void Page_Load(object sender, EventArgs e)
    {
    System.Windows.Forms.MessageBox.Show(Session.SessionID.ToString());
    }

    The above code shows a message box with the current Session ID.

    ASP.NET question sysadmin

  • Doubt about 'Session'
    T tina newcoder

    When a client is connected with the server, a session is assigned with that client uniquely, now a sessionID is stored as cookie on the client's system. Now, i m trying to check the value of this ID, as Session.SessionID but, each time the page is re-loaded, the ID changes .... ! Why does the ID change ? Is there anything wrong in my code, or the ID actually changes when the page is re-loaded ???

    ASP.NET question sysadmin

  • How do add controls from 'codebehind' ?
    T tina newcoder

    Christian Graus wrote:

    But, if your controls are added in page load or later, the event tree won't be built so the events will not fire.

    Then, whats the solution ? where else in the code-behind the controls can be added ?

    ASP.NET xml question

  • How to check session is created or not?
    T tina newcoder

    BalasubramanianK wrote:

    why it is not working with '=='

    if you are comparing with a string, like if(nameStr==Session["name"] ) ; then, for that you need to first use ToString(). like this ... if(nameStr==Session["name"].ToString()) ; Is these you were looking for ... ?

    ASP.NET csharp help tutorial question

  • How do add controls from 'codebehind' ?
    T tina newcoder

    Sherin Iranimose wrote:

    C# control_Name.Event_Name += new EventHandler(Function_Name);

    Thanx

    ASP.NET xml question

  • How do add controls from 'codebehind' ?
    T tina newcoder

    thanx Sherin Iranimose How to add event handlers to these controls >

    ASP.NET xml question

  • How do add controls from 'codebehind' ?
    T tina newcoder

    I have a table, i m adding rows in this table through the code-behind (.cs file). Is there any way to add asp:textbox or asp:Button in this table through the code-behind ??? The position (row no. in the table) depends on the data present in the xml file... :)

    ASP.NET xml question

  • Methods being added to web page, not codebehind.
    T tina newcoder

    I think you are using HTML controls ... :cool:

    ASP.NET question

  • How to set a TIMER ?
    T tina newcoder

    Abhijit Jana wrote:

    AJAX Timer Control

    i am not able to find any example on AJAX Timer Control those present here on codeproject are too big and complicated ... Do you have any direct or simple example (or link) for AJAX Timer Control ??? :confused:

    ASP.NET question tutorial

  • How to set a TIMER ?
    T tina newcoder

    I want to set a timer, in my web application. I am displaying some questions on a web page, i want to set a timer, such that, say after 120 seconds the can't answer the question (i want to disable the radio buttons). So, how can i set a timer ?

    ASP.NET question tutorial

  • enduser cant go previous page using that back button in internet explorer
    T tina newcoder

    i don't know how to disable 'back' button, but, I have a idea .... suppose, u have 10pages as 1.aspx,2,3,....9.aspx now the user moves from page 3.aspx to 4.aspx now, when the user arrives at 3.aspx, use Session["pagenumber"]="3"; when the user navigates to page 4.aspx, change it as Session["pagenumber"]="4"; at the entry of each page (in the page load function) check this entry ! :)

    ASP.NET tutorial

  • How to send an email ?
    T tina newcoder

    i am going to sleep now. we'll talk tomorrow ... bye gn

    ASP.NET csharp asp-net database help tutorial
  • Login

  • Don't have an account? Register

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