0
votes
1answer
30 views
Generic Table<TEntity>
Hi everyone,
Trying to use Linq to SQL for a small project I'm working on at home. I have generated a the context code and all my entity classes using dbmetal.exe (from the DBLinq …
1
vote
4answers
65 views
A tough table transforming into XML
Hey guys,
I have a DataTable which I select from database(Well,these data cross several tables,after the query and putting into a DataTable,it shows at below)
ColumnA ColumnB …
0
votes
4answers
27 views
jQuery - How to filter rows onclick?
I'm trying to figure out how to filter a table based on the row class when I click a button. I've been looking at various jquery plugins, but none of them seem to do what I need i …
0
votes
4answers
35 views
How to align text in a table cell?
<table><tr><td><input type="checkbox" id="41" value="1">
Don't overwhelm yourself
<span style="color:black;float:right">111111</span></td& …
0
votes
1answer
23 views
Organizational chart represented in a table
HI,
I have an Access application, in which I have an employee table. The employees are part of several different levels in the organization. The orgranization has 1 GM, 5 departme …
3
votes
5answers
48 views
LaTeX table positioning
Hi,
I have a LaTeX document that contains some text, followed by 4 tables, followed by some further text. I want the 4 tables to appear between the two pieces of text, which from …
1
vote
4answers
43 views
Forcing a SQL Reporting Services 2005 table to show a certain number of rows
I've got a SQL Reporting Services 2005 report that includes a table on the first page. I have enough room on the first page to show the first 5 items from a list. If there are more …
0
votes
1answer
23 views
QT: table widget, numbers only
Dear All,
first I apologize for the probably silly question. I am having trouble with QT.
I have a table widget with four columns; I want the user to be able to insert only
intege …
0
votes
3answers
29 views
Java 2dim table for-iteration
I'm writing a 'Sudoku' program, and I need to write a method to check whether a number, the user wants to insert in a certain cell is already contained by the row, column or region …
0
votes
3answers
42 views
jquery how to wrap a table cell
I'd to add a wrapper around a row with jquery. I've made several attempts but am not able to. I'm only able via have a html template and filling in but doing orig.html() I lose any …
0
votes
2answers
22 views
MySQL custom engine: already existing data.
I'm currently exploring if a custom MySQL engine could fulfill my needs. I've been looking at http://forge.mysql.com/wiki/MySQL_Internals_Custom_Engine. One thing I wonder is: can …
0
votes
1answer
33 views
UITableView Indexing problem
I have an indexed table view that organizes cities in a state by their first letter. What I have working is an NSMutableDictionary is created with the keys of A,B,C,etc. and the co …
1
vote
3answers
35 views
using regex in php to add a cell in a row
As usual I have trouble writing a good regex.
I am trying to make a plugin for Joomla to add a button to the optional print, email and PDF buttons produced by the core on the righ …
0
votes
1answer
40 views
Codeigniter Table Generation With links Question
I have data coming from my model into this Controller
function index() {
$this->load->model('work_m');
$data = array();
$config['base_url'] = base_url().'index.php/work …
0
votes
3answers
30 views
jQuery: find next table-row
I have a table, containing rows, contaning cells - and some of them contain an img as follows:
<img id="FormView1_btnSave_row1%1%new" style="border-width: 0px; cursor: pointer; …
