CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: skiabox

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    18,917

    Re: No META-INF directory

    I created the whole folder and xml file by hand and it worked fine!
  2. Replies
    6
    Views
    18,917

    Re: No META-INF directory

    I think that the META-INF folder must be created in the web directory and not the src directory.
    That is what netbeans do.(In fact murach uses in his books netbeans)
    Correct me if I am telling...
  3. Replies
    6
    Views
    18,917

    No META-INF directory

    I am reading murach's book about jsp and servlets.
    He uses netbeans(I am using intellij idea) and I am at a point when he uses the META-INF folder that netbeans creates to save a context.xml file...
  4. Replies
    0
    Views
    1,887

    Problem with preprocessor directives

    I have a project written in vb.net and I am trying to convert it to c#.
    I have managed to convert it excepto from one file.
    Here is the old code :



    #If _MyType <> "Empty" Then

    Namespace My...
  5. Replies
    2
    Views
    777

    Utility for creating concatenated string

    Is there any utility so that I can create a concatenated string from an sql query that expands in multiple rows?
    For example :
    SELECT *
    FROM table1
    WHERE column_id = 1

    would become

    "SELECT...
  6. Replies
    1
    Views
    897

    Use variable from the code behind

    I am using this variable from the code behind :




    public string UserID; //globally declare the UserId
    protected void RadGrid1_PreRender(object sender, EventArgs e)
    {
    MembershipUser myObject...
  7. Replies
    5
    Views
    1,025

    Re: CheckBox problem

    jshultz thnx for the help!It worked! :)
    But why didn't had to do the same thing for the other box (it was linked automatically)?
  8. Replies
    5
    Views
    1,025

    CheckBox problem

    I have created a form with 2 checkboxes but the first one is not working.
    I post the code.

    DinnerParty.cs


    using System;
    using System.Collections.Generic;
    using System.Linq;
    using...
  9. Thread: Distinct Sum!

    by skiabox
    Replies
    2
    Views
    3,156

    Distinct Sum!

    I have designed a report with 2 tables and a view from an sql database.
    In the detail section I have a field of the selection that is created by the report.That field is called 'bedaposo' and is a...
  10. Replies
    2
    Views
    1,046

    Re: VS studio stops coloring my commands

    Can you give me a link plz?Thnx.
  11. Replies
    2
    Views
    1,046

    VS studio stops coloring my commands

    I am writing a list and suddenly VS ide stopped coloring the code after some lines.I have tried changing operating system and even changing vs2005 with vs2008 but the same thing is happening...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured