Search:

Type: Posts; User: Zakary

Page 1 of 13 1 2 3 4

Search: Search took 0.11 seconds.

  1. Re: The remote server returned an unexpected response: (413) Request Entity Too Large

    For the record

    I think I got it.
    The Web.Config from the service does not have the binding information.
    I placed this info in it, and voila!

    <bindings>
    <basicHttpBinding>
    ...
  2. Re: The remote server returned an unexpected response: (413) Request Entity Too Large

    I've also read that I may need to change in the IIS config, but i'm not very used to IIS, so I don't know where to change that config
  3. [RESOLVED] The remote server returned an unexpected response: (413) Request Entity Too Large.

    Hi there!:wave:

    I'm trying to build a WCF Application service, using FW4.0.
    My service work correctly when transferring EntiryFramework object between Server and client. But I'm having problem...
  4. Replies
    4
    Views
    11,407

    Re: Remove Blank Lines from richtextbox

    You're right, but I finally found a solution by myself
  5. Replies
    4
    Views
    11,407

    Re: Remove Blank Lines from richtextbox

    Any clues on how to do this in WPF FW 4.0?
  6. Replies
    10
    Views
    1,944

    VS 2010 Re: Selecting dropbox Highlighted item on Tab key

    Vielen Dank :)
  7. Replies
    10
    Views
    1,944

    VS 2010 Re: Selecting dropbox Highlighted item on Tab key

    Your idea is really good, but it seam that it is a bit more complicated to implement, since SendKey do not work in a WPF environment.

    As far as I've found I've to use something like


    ...
  8. Replies
    10
    Views
    1,944

    VS 2010 Re: Selecting dropbox Highlighted item on Tab key

    Here a screenshot maybe it will bring clarity, to my question.
    I've use the Visual Studio option screen as a example, because I don't want to expose private data, from my own form.

    91177
    From...
  9. Replies
    10
    Views
    1,944

    VS 2010 Re: Selecting dropbox Highlighted item on Tab key

    No not exactly ... SelectedItem hold the item that is ... well ... Selected.
    I'm looking for a way to know witch item is Highlighted within the DropDown, and place that item in the SelectedItem...
  10. Replies
    10
    Views
    1,944

    VS 2010 Re: Selecting dropbox Highlighted item on Tab key

    [double post]
  11. Replies
    10
    Views
    1,944

    VS 2010 Selecting dropbox Highlighted item on Tab key

    Hi! :wave:

    I'm searching the web for a while, and did not found anything... I'm looking a way to set as then SelectedItem the Highlighted item from the ComboBox Dropdown Items on the Tab key...
  12. Replies
    1
    Views
    4,516

    3.0/LINQ Re: Can't find InsertOnSubmit() method

    Finally found what was wrong, my Entity database was a dbmx file and not a dbml file.
  13. Replies
    1
    Views
    4,516

    3.0/LINQ [RESOLVED] Can't find InsertOnSubmit() method

    I'm new to Entity Framework , and I'm think there is something that I misunderstand here.
    I'm trying to insert a row in a table, and everywhere I found code example, they call the method...
  14. Replies
    1
    Views
    677

    3.0/LINQ Re: Help translate SQL to LINQ

    Hi think I have found;


    var lSite = from dta in gmr.tblSites
    join dv in gmr.tblDomVals on dta.pProvinceID equals dv.ID into dvprov
    from dvProv...
  15. Replies
    1
    Views
    677

    3.0/LINQ [RESOLVED] Help translate SQL to LINQ

    Hi! any one can help me translate this SQL to LINQ to SQL?
    Especially with the CASE WHEN statement.

    DECLARE @Language INT
    SET @Language = 1

    SELECT
    tblSites.ID,
    tblSites.Code + ' ' +...
  16. 3.0/LINQ LINQ DataGridView Insertion Deletion not showed

    I've a problem with my DataGrid bound to a LINQ Expression. I've in fact two DataGrid bound to the same SQL table, using the same DataContext.

    When I edit existing rows in one or the other grid,...
  17. Replies
    1
    Views
    2,481

    Re: LINQ To TextBox Binding

    Oh god .. way to simple ...


    private void Form1_Load(object sender, EventArgs e)
    {
    GMR_DEVEntities GMR;
    GMR = new GMR_DEVEntities();

    ...
  18. Replies
    1
    Views
    2,481

    [RESOLVED] LINQ To TextBox Binding

    Hi everyone!
    I'm kind of new to the LINQ world, and i'm trying to start on a good way.

    I've build my Entity Database object, I've then been able to display a tabll contain in a DataGridView, all...
  19. Replies
    2
    Views
    543

    VS 2010 Re: Databinding to Two DataGridView

    .. Forget about this .. I'll handle it manually by coping the row at the desired place
  20. Replies
    2
    Views
    543

    VS 2010 Re: Databinding to Two DataGridView

    From the previous exemple I think that the Filter is apply on both grid, even if applied directly on dSrc2, and not on dSrc1 .
  21. Replies
    2
    Views
    543

    VS 2010 [RESOLVED] Databinding to Two DataGridView

    Hi there!

    I looking for idea on how, to do this:

    I've a DataTable that a would like to display in the DataGridView
    - the first should show all data of the DataTable
    - the second should...
  22. VS 2010 Re: DataColumn.Expression - accent Insensitive

    For the record
    here is the final solution
    http://www.vbforums.com/showthread.php?p=4120599#post4120599
  23. Replies
    7
    Views
    13,412

    VS 2010 Re: LINQ Accent Insensitive

    Oh Great!

    Thanks for your help!

    I've change the GetAccentless function a bit for this


    Private Function GetAccentless(value As String) As String

    Return...
  24. Replies
    7
    Views
    13,412

    VS 2010 Re: LINQ Accent Insensitive

    IN other word how to build Dymanic LINQ expresion that will do something like



    For Each sFieldName As String In FieldsList
    Dim Result = From Src In dt.AsEnumerable()
    ...
  25. Replies
    7
    Views
    13,412

    VS 2010 Re: LINQ Accent Insensitive

    Finally I got something


    Dim Result = From Src In dt.AsEnumerable()
    Where UTF8.GetString((GetEncoding("ISO-8859-8").GetBytes(Src.Field(Of...
  26. Replies
    7
    Views
    13,412

    VS 2010 Re: LINQ Accent Insensitive

    Thanks for your reply.
    I'm most new with LINQ, and I don't understand where the "row" variable came from.
  27. Replies
    7
    Views
    13,412

    VS 2010 [RESOLVED] LINQ Accent Insensitive

    Hi there :)

    Is there a way to use LINQ to filter a DataTable for rows that contain particular character but in a "Accent Insensitive" way?
    Search over the web I came with something like this:
    ...
  28. VS 2010 Re: DataColumn.Expression - accent Insensitive

    I agree, I thought about it but it is, as you say, ugly.

    I'll give other try with LINQ maybe tomorrow.
  29. VS 2010 Re: DataColumn.Expression - accent Insensitive

    Well thanks for trying!
    Cheers!
  30. VS 2010 Re: DataColumn.Expression - accent Insensitive

    I do agree with the SQL version, but for the ADO.NET one it is a bit different:

    http://msdn.microsoft.com/en-us/library/system.data.datacolumn.expression.aspx
  31. VS 2010 Re: DataColumn.Expression - accent Insensitive

    Well I've give it shot, but no it not working, don't thing "_" is considered a wildcard neither "?"
  32. VS 2010 Re: DataColumn.Expression - accent Insensitive

    After a quick thought this could not work correctly, because If a search for "à" this would result like

    BindingSource.Filter = "Street Like '*_*'"

    witch is ... everything. Not only word that...
  33. VS 2010 Re: DataColumn.Expression - accent Insensitive

    Many thank for your sample code

    But I may miss explain me. Because it is not exactly what I'm looking for.

    In my case I would like to search for a single value, like "a" and have as a result...
  34. VS 2010 Re: DataColumn.Expression - accent Insensitive

    You mean something like this?


    BindingSource.Filter = "Street Like '*D_j_ vue*'"
  35. VS 2010 Re: DataColumn.Expression - accent Insensitive

    First Thanks for your help :)

    I'll explain a bit more about my current problem.

    I'm using DataBinbing (Witch is quite new for me) to display a Datatable to a DataGridView, and in my form I have...
  36. VS 2010 Re: DataColumn.Expression - accent Insensitive

    I think the LINQ way could work but I'm completely lost in LINQ :(
  37. VS 2010 [RESOLVED] DataColumn.Expression - accent Insensitive

    Hi there!

    Anyone here know how to use DataTable.Select expression but with with a Accent Insensitive way?

    Imagine in a DataTable values like this
    "Déjà vue"
    "Deja vue"
    "Potato"
    "Tomato"
  38. Replies
    6
    Views
    807

    VS 2010 Re: DataGridView Issue

    Well thanks for your reply, but I've deeply revised my code, sync my approach was not perfect.
    I went for a classic "By The Book" DataBinding, instead of try to rewrite the world! ;)
  39. Replies
    6
    Views
    807

    VS 2010 Re: DataGridView Issue

    There to much overhead/class involve to this code here. it won't help much.

    Anyway ... I'll continue to debug it on my own.

    Well .. have a good day.
  40. Replies
    6
    Views
    807

    VS 2010 Re: DataGridView Issue

    Well I'm not sure that I understand.
    What UpdateCommand have to do with that?
    All update to database are good. It is the Grid refresh that cause problem

    Hugo
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width