0
votes
1answer
23 views
ASP.NET GridView: How to Control the Format of a Column in Edit Mode?
Given the following GridView:
<asp:GridView runat="server" ID="GridMenuItemAttributes" DataKeyNames="MenuItemAttributeID" AutoGenerateColumns="false"
OnRowCommand="Gri …
0
votes
0answers
12 views
Web Part to Field control
Need to convert a web part to a field control on a Sharepoint page.
Part of the problem is to migrate all the content on existing pages that use the web part to the corresponding f …
0
votes
2answers
167 views
javascript if drop down selected then set value of text box
Hi
I've spent some time searching around for this, but can't seem to get it all worked out.
I have a shipping drop down and I want to split off the type of shipping and the amount …
1
vote
1answer
33 views
How can I pass a User model into a form field (django)?
Basically, I need to use the User's password hash to encrypt some data via a custom model field. Check out the snippet I used here: Django Encryption.
I tried this:
class MyClas …
1
vote
4answers
44 views
Getting package-level access to a field from outside the package?
I'm using an API that has an abstract class that I wish to extend (in my concrete class) in order to take advantage of some methods within the parent. Unfortunately, the programmer …
0
votes
3answers
50 views
Java: accessing transient object fields inside class
Accessing private transient object fields from any method in class must be controlled with some code. What is the best practice?
private transient MyClass object = null;
interna …
1
vote
1answer
30 views
why search field in not displayed at the Iphone MKMapView?
Hi,
In My application i am using MKMapview to display the googleMap,but it is not displaying the search field in the Map.
I have downloaded the Maps application from the Appstore …
2
votes
1answer
142 views
Drupal 6/jQuery Ajax update a field
I'm on a different path on the same site, and I need to allow the user to change the contents of a field on a node s/he wrote in a different location. I have the nodeid and the fie …
0
votes
1answer
15 views
How to Remove a Field from a wxStatusBar
This may be obvious, but I'm missing it. I'm working in wxpython.
I have a wxStatusBar with several fields (these fields have text as well as other widgets). I need to be able t …
0
votes
3answers
122 views
SharePoint List Items with Lookup Fields - moving/copying to different site collection
Here is the scenario. Our SharePoint custom job archives list items (based on ceratin crteria) and copies/moves the items to a different site collection. In this scenario, if the l …
0
votes
2answers
34 views
Create Aperture / depth of field affect
How can I create a function that will replicate the affects of different aperture settings. I want the user to be able to click on different 'focal points' of their picture and se …
3
votes
4answers
95 views
C# - String within a string issue?
I am not sure what exactly the issue is here. I am working with 2 strings and I keeping getting the error "A field initializer cannot reference the non-static field, method, or pr …
0
votes
0answers
58 views
GridView button field confirmation dialog
Hi!
I have a Gridview with a button field for deleting a row.
I don't want to use TemplateFields because this is not possible when I set EnableSortingAndPagingCallbacks to true.
…
0
votes
2answers
22 views
Copy Table and Merge field
Could you please help me with present SQL?
I am copy 1 table to another table and the same time merge the fields.
I get an error on the +
INSERT INTO [dSCHEMA].[TABLE_COPY_TO]
( …
0
votes
2answers
66 views
insert text field from MSSQL to MYSQL failed
I'm trying to income data from a MSSQL (2005) table to MYSQL (5) table, using SSIS, all fields insert correctly. Except one field that his type is TEXT in MSSQL to MYSQL TEXT fie …
