User Profile

Collapse

Profile Sidebar

Collapse
Laila2008
Laila2008
Last Activity: Mar 6 '08, 03:55 PM
Joined: Jan 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How do I change color of row in GridView without a GridView event being fired?

    Hi,

    I am trying to update data and highlight updated row in a GridView.

    To change the data I loop through the dataset, find the row I want, set the new data and call DataBind() on the GridView.
    To change row color I loop through the GridView, find the row and update color.

    But this involves 2 loops! Once through the underlying dataset and once through GridView... not clean at all. Any ideas?...
    See more | Go to post

  • C#-Web: Cannot unregister updatepanel with ID XXX since it was not registered ....

    Hi,

    I need to add a 'WebDialog' component on to a webpage everytime a user clicks on a button.

    This is the error I'm getting: Cannot unregister UpdatePanel with ID 'dialog0_Update Container' since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported.
    Parameter name: updatePanel

    I get the...
    See more | Go to post

  • Laila2008
    replied to Trying to read XML stream from browser
    in .NET
    Ok, I know what is causing the error. In the web.config file if I replace
    <authenticati on mode="Forms">
    <forms name="LOGINFORM " loginUrl="login .aspx" protection="All " timeout="60" />
    </authentication>
    <authorizatio n>
    <deny users="?" />
    </authorization>

    with <authenticati on...
    See more | Go to post

    Leave a comment:


  • Laila2008
    started a topic Trying to read XML stream from browser
    in .NET

    Trying to read XML stream from browser

    Hi, I'm writing a String containing XML data to my browser. The XML data is well formed and the page opens up correctly but when I try to read this data from another page I get the following error: '>' is an unexpected token. The expected token is '"' or '''. Line 2, position 63.

    Here is the code in the page serving the XML:

    Response.Clear( );
    Response.ClearC ontent();
    Response.ClearH eaders();...
    See more | Go to post
No activity results to display
Show More
Working...