Click here to Skip to main content
16,018,353 members

Comments by surabhikalra (Top 5 by date)

surabhikalra 23-Aug-12 8:15am View    
<asp:TableHeaderCell CssClass="CellWidth1" ColumnSpan="<%=Convert.ToInt32(IncAdd) %>">
surabhikalra 23-Aug-12 7:58am View    
i also tried this
surabhikalra 23-Aug-12 7:47am View    
only from aspx page not .cs
surabhikalra 23-Aug-12 7:47am View    
i have to set ColumnSpan dynamically to correct formatting of genarated html page in one condition
either 15 or 17
surabhikalra 23-Aug-12 7:45am View    
it gives error
Server Error in '/' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Cannot create an object of type 'System.Int32' from its string representation '<%=Convert.ToInt32(IncAdd) %>' for the 'ColumnSpan' property.