oo

3,359
reputation
1370 views

Registered User

name oo
member for 1 year
seen 6 hours ago
website
location New York
age 32
I'm me . .
10h
revised How to delete current row with jquery datatable plugin
edited title
10h
revised what is the best db strategy for column indexing?
deleted 3 characters in body; edited title
12h
revised are there any good web third party tools to do excel like pivot tables
added 85 characters in body
1d
comment post any checked chekbox
i was just showing you that you can create a bunch of checkboxes in a view and give them the same name and when you post your form, you can have an array of the checked ones passed into your controller action
1d
comment how to combine 2 or more bridge tables in a single query
and there is also the complexity of parsing the results and renormalizing it in my object model as my object model is a Person object with an array of Skills and an array of Roles
1d
comment how to combine 2 or more bridge tables in a single query
this still only gives me rows where there is a skill or a role . .what if there is a person with no skill or row . . how will that show up ?
1d
asked what is the best db strategy for column indexing?
1d
comment how to combine 2 or more bridge tables in a single query
i am trying to figure out if its worth it as i have about 10 different bridge tables . . coding it in a loop is definatley much simpler but not sure on performance . .
1d
comment how to combine 2 or more bridge tables in a single query
agreed but i guess i would need to deal with that in code . . or go back to my original method of having a seperate query for each bridge table per record in the people table . .
1d
comment how to combine 2 or more bridge tables in a single query
unfortunately not . . right now i am essentially running many queries (one per row) and its taking a long time so i am trying to merge all my queries into one query . .
1d
comment how to combine 2 or more bridge tables in a single query
but if i do all inner joins if there is a person with a skill and not a role then it wont show a records. I want to see all combinations. i thought this was an outer join ??
1d
comment how to combine 2 or more bridge tables in a single query
but if i do all inner joins if there is a person with a skill and not a role then it wont show a records. I want to see all combinations. i thought this was an outer join ??
1d
asked how to combine 2 or more bridge tables in a single query
1d
answered post any checked chekbox
1d
revised post any checked chekbox
edited tags
1d
asked Measuring performance for Single or multiple queries when you have large number of bridge tables
1d
comment database query optimization question - one big join or multiple queries
yes . . .one row per app
1d
comment database query optimization question - one big join or multiple queries
i updated the question to be clearer . . i dont have any where clause
1d
comment database query optimization question - one big join or multiple queries
i updated the question to be a little clearer. this would not return one row . .
1d
revised database query optimization question - one big join or multiple queries
added 119 characters in body; added 246 characters in body
1d
asked database query optimization question - one big join or multiple queries
1d
comment what is the correct way to format a datetime in SQL server datetime field
wouldn't i still be passing in a string into the parameterized query and have the same issue ?
2d
asked what is the correct way to format a datetime in SQL server datetime field
2d
accepted need a mapping service like google maps - but for my intranet
2d
comment is there anyway to get the current record count in a html table thats using jquery datatable plugin
thanks for the try.. rowcount seems to be working when there are no records but if there are records i am getting -1 for the var rowCount
2d
asked is there anyway to get the current record count in a html table thats using jquery datatable plugin
2d
comment do you have to qualify control property names when using the default asp.net mvc model binder
that was my theory based on observation but i was looking for some confirmation.
2d
comment how to post a dynamically created fields in a table using jquery / asp.net mvc
looks like i wasn't including MYRecord to qualify the object.. now it works
2d
asked do you have to qualify control property names when using the default asp.net mvc model binder
2d
comment how to post a dynamically created fields in a table using jquery / asp.net mvc
does it matter with the id or name of the table itself is or does asp.net mvc ignore that . .?
2d
asked how to post a dynamically created fields in a table using jquery / asp.net mvc
2d
comment what to do if my users have ie6
thanks . . i found this . .virtuosimedia.com/tutorials/…
2d
revised How to delete current row with jquery datatable plugin
edited body
2d
comment How to delete current row with jquery datatable plugin
i did switch it closest but after that it worked perfectly .. thanks
2d
revised How to delete current row with jquery datatable plugin
deleted 78 characters in body
2d
comment How to delete current row with jquery datatable plugin
this doesn't seem to work ..
2d
asked how do i get the row (and its index) in an html table from a button click inside a cell in that row.
2d
comment How to delete current row with jquery datatable plugin
but i am clicking on a button inside a table cell
2d
revised How to delete current row with jquery datatable plugin
edited tags
2d
revised How to delete current row with jquery datatable plugin
edited title
2d
asked How to delete current row with jquery datatable plugin
2d
accepted Tips to develop a software adapting agile developement methodologies
Dec
17
comment how to capture the click event of a dynamically generated button in jquery
this only partially worked. i updated the question to be more explicit
Dec
17
revised how to capture the click event of a dynamically generated button in jquery
added 184 characters in body; edited title
Dec
17
asked how to capture the click event of a dynamically generated button in jquery
Dec
17
asked what to do if my users have ie6
Dec
17
revised using jquery datatable plugin, does fnAddAdd() add rows to the top or bottom of a html tabld
deleted 50 characters in body
Dec
17
revised using jquery datatable plugin, does fnAddAdd() add rows to the top or bottom of a html tabld
added 15 characters in body
Dec
17
asked using jquery datatable plugin, does fnAddAdd() add rows to the top or bottom of a html tabld
Dec
17
revised how to dynamicall add a row to an html table (with server data) on a dropdown cell in asp.net mvc
edited title