Tagged Questions

0
votes
2answers
31 views

Both columns same height as deepest column?

If I have a div layout like this: <div id="stretchyheader"></div> <div id="fixedwidthwide"><div> <div id="fixednarrow></div> <div id="footer …
0
votes
2answers
21 views

How to get sqlalchemy length of a string column

e.g. consider this simple table definition (using SQLAlchemy-0.5.6) from sqlalchemy import * db = create_engine('sqlite:///tutorial.db') db.echo = False # Try changing this to …
0
votes
1answer
17 views

SQL 2005: How to add same column and FK across multiple tables.

Hello I need to add a Column "CurrentLifeCycleId" [int] into 73 tables and also add a Foreign Key from this new column to another single table "LifeCycle" Id column...is there a s …
0
votes
2answers
16 views

Is it mandatory to use an ALIAS when we are doing some operation on the column?

Folks, Is it mandatory to use an ALIAS when we are doing some operation on the column? Ex: select upper(col1) from table1 when i am trying to retrieve the resultset by rs.getStrin …
3
votes
1answer
489 views

Can I change the column that links to the item with edit menu in a sharepoint list?

There was a similar question asked but it wasn't exactly what I am trying to do. Here is a link to the question: http://stackoverflow.com/questions/607291/auto-number-column-in-sh …
1
vote
4answers
34 views

How do I alter a mysql table column defaults?

I have a table with a column of type timestamp which defaults current_timestamp and updates to current_timestamp on every update. I want to remove the "on update" feature on this …
1
vote
3answers
164 views

Read Excel using LINQ

I want to read excel 2003( cannot change as its coming from third party) and group data in List or Dictionary (I don't which one is good) for example below (Excel formatting ) Boo …
0
votes
1answer
19 views

Winforms DataGridViewColumn with Image and Text

Hi there, I am asking this question here as I could not find any conclusive results thru Google. HOw would it be possible to include an image and text in the same column in a Win …
0
votes
1answer
21 views
0
votes
1answer
14 views

Looking for a compatible table pagination for jquery.columnfilters.js [Solved]

Hi, I'm using jquery.columnfilters.js and I'm looking for a compatible table pagination. I have tryed tablesorter & tablepager + jquery.columnfilters.js without success Than …
0
votes
1answer
29 views

CSS column sizing

Hi, I have a page which can rezise depending on the content. What I need is a way for the side bars to increase / decrease along with the body, but never to be less than 100% …
0
votes
0answers
27 views

C# datagrid: event handler for changing column width

Hi, I'm programming a windows mobile app in C# and I need to resize the columns of a datagrid when columns from another datagrid are resized. Is this possible ? Thanks.
5
votes
3answers
1k views

Increase columns width in Silverlight DataGrid to fill whole DG width

Hello, I have a DataGrid Control which is bound to a SQL Table. The XAML Code is: <data:DataGrid x:Name="dg_sql_data" Grid.Row="1" …
4
votes
6answers
112 views

How long does it take to create an identity column?

I have a table that have 40million records. What's best (faster)? Create a column directly in that table or create another table with identity column and insert data from first? …
0
votes
1answer
12 views

Column selection by keyboard navigation in WPF ListView

Can a WPF ListView be set up to do cell focus and/or column selection by using left arrow and right arrow? I need my ListViews to be accessible to blind users, and the usual mappi …

1 2 3 4 5 13 next
15 30 50 per page