CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rao6

Search: Search took 0.01 seconds.

  1. Thread: Session issue

    by rao6
    Replies
    1
    Views
    2,726

    Re: Session issue

    someone help please
  2. Thread: Session issue

    by rao6
    Replies
    1
    Views
    2,726

    Session issue

    I am currently doing a project on online examination.

    I store the correct answer in a session object. When i move on to the next webpage the value of the session object changes. How can I solve...
  3. dropdownlist-how to check the value from in list in the table

    error in the below code-connot imlicitly convert type string to 'System.Web.UI.WebControls.ListItem'


    protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
    {
    ...
  4. asp.net logic error-Multiple controls with the same ID 'cbk1' were found.

    Please help me with the code.

    error:

    Multiple controls with the same ID 'cbk1' were found. FindControl requires that controls have unique IDs.

    using System;
    using...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured