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?...
User Profile
Collapse
-
Laila2008 started a topic How do I change color of row in GridView without a GridView event being fired?in .NETHow do I change color of row in GridView without a GridView event being fired?
-
Laila2008 started a topic C#-Web: Cannot unregister updatepanel with ID XXX since it was not registered ....in .NETC#-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... -
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... -
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();...
No activity results to display
Show More
Leave a comment: