Search Results

1
vote

Eval scripts in server side control property

<%# Eval("Id") %> as far as I know, its <%# instead of <%= …
2
votes

Select Query in SQL + All the values in columns

Best bet is to either rethink the design of your tables, splitting them if required. otherwise best bet is do it progmatically - grab the table metadata, itterate through the columns and d …
3
votes

Select Query in SQL + All the values in columns

Don't understand why this question is getting negitive reviews - This question can be extended to people who inherited a large table from a non-programmer in a community (I know from previous exper …