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

Search:

Type: Posts; User: diegojancic

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    792

    Re: Textbox problem

    You must use Environtment.NewLine, don't use \n or \r...

    Diego
  2. Replies
    4
    Views
    861

    Re: Search String No Case Sensitive

    Yeap!... it's case sensitive, but the problem is that i have to search and make a conditional remove, it's the only one way creating a copy of the Sentence and making all to lower, save the IndexOf...
  3. Replies
    4
    Views
    861

    Search String No Case Sensitive

    Hi, i'm tring to do a simple word search in a string, to do so i use: Sentence.IndexOf(WordToSearch);

    But if the sentence is "Hello World!", and Word = "hello", it returns -1...

    Anyone knows a...
  4. Replies
    3
    Views
    3,846

    Re: Passing Values between ASPX and ASCX

    Yes.... but you must instanciate it.... and you forgot to put DeficiencyRpt1 = new DeficiencyReport(); after the declaration....
  5. Replies
    3
    Views
    3,846

    Re: Passing Values between ASPX and ASCX

    Do you use:

    DeficiencyRpt1 = new DeficiencyReport();
  6. Asynchronous Call on ASP.NET (Simple question!!)

    Hi... I always used synchronous calls for everything in asp.net, but that's because i don't understand what happens if in a request i make a asynchronous call (ie: to a web service) and it takes...
  7. Thread: foo foo

    by diegojancic
    Replies
    9
    Views
    2,394

    Re: foo foo

    WHAT IS "FOO FOO"!!!!!!!....

    :mad: :mad: :mad: :mad: :mad: :mad: :mad: :mad:
  8. Replies
    1
    Views
    490

    Re: How to group controls?

    Are you using Flow_Position???? try changing it to grid_position
  9. Replies
    1
    Views
    567

    Re: connecting to sql server

    Try logging on with the sa Account.... or Impersonating??
  10. Replies
    0
    Views
    491

    I'm the Internet Owner!!!

    Hi, i have a very rare problem, i have instaled windows 2003 server, IIS, VS.NET, and some ASP.NET pages running on my computer. Now, sometimes when i looking something on internet and i type a wrong...
  11. Replies
    1
    Views
    576

    XML vs SqlServer

    Hi,
    Anyone knows the performance deferences between accessing to a XML and getting a small Table with a simple query from MSSQL... Or other Dbs, such Oracle or MySQL (Using the .NET Driver from...
  12. Replies
    0
    Views
    429

    Design Problem

    Hi,
    I'm trying to create a web form that shows 2 lists dinammically, the first one is a list that contains text and another list inside it, any idea?? (the problem is creating the second one!!!). ...
  13. Replies
    1
    Views
    1,010

    Re: Web Service to Web Service Error

    I did it!... There were permition problems....

    Thanks..
  14. Thread: javascript

    by diegojancic
    Replies
    0
    Views
    756

    javascript

    <script language=JavaScript>
    alert('Hello there!(using CODE)');
    </script>



    <script language=JavaScript>
    alert('Hello there!(Using PHP)');
    </script>
  15. Thread: javascript

    by diegojancic
    Replies
    0
    Views
    626

    javascript

    <script language=JavaScript>
    alert('Hello there!');
    </script>




    <script language=JavaScript>
    alert('Hello there!');
    </script>
  16. Replies
    1
    Views
    1,010

    Web Service to Web Service Error

    Hi, I created 2 Web Services and both works good when i start them, but when in a web service make a call to the other ws, it fails....

    Here is a simple test code that always returns "-5"


    try...
  17. Thread: 105%???

    by diegojancic
    Replies
    4
    Views
    709

    Re: 105%???

    Thanks used a css...



    body
    {
    margin: 0px 0px 0px 0px;
    }
  18. Thread: 105%???

    by diegojancic
    Replies
    4
    Views
    709

    Re: 105%???

    Thanks... thats a good idea, but when i go to the page properties the margins appears as disabled... any idea?
  19. Thread: 105%???

    by diegojancic
    Replies
    4
    Views
    709

    105%???

    Hi everybody....
    I'm creating a COMPLEX asp.net page, but I have a SIMPLE problem... when i put a HTML table and fix it on the page setting the Table's width=height=100%, it don't use ALL the space,...
  20. Replies
    3
    Views
    1,169

    Re: Syntax error in INSERT INTO statement

    I use c#, thats why i didn't understand everything, but i think that the problem is here (only if the "registration_date" is set as DateTime):

    Row.Item("registration_date") = Today & " at " &...
  21. Replies
    0
    Views
    675

    .NET 2.0 vs. IIS?!?!?!

    (sorry for my poor english)
    Hi everybody....
    I have a little problem.... I have already installed:
    - Windows 2003 Server
    - IIS 6
    - .NET Framework 1.1
    - Visual Studio .NET 2003
    and when i...
  22. Thread: Free

    by diegojancic
    Replies
    5
    Views
    1,668

    Mmmmm....

    Thanks, but... www.brinkster.com's not free, and www.websamba.com is a great site, but don't support asp.NET!!....

    Thanks... :thumb:
  23. Replies
    5
    Views
    1,002

    Thanks.... i didn't know that face of Mono.....

    Thanks.... i didn't know that face of Mono.....
  24. Replies
    5
    Views
    1,002

    .NET and MAC

    Hi, i know that the .NET Framework can be developed in Linux (Mono project), FreeBSD, and of course Windows, but is there a way to run a C# developed application in Mac OS....
    Thanks....
  25. Thread: Free

    by diegojancic
    Replies
    5
    Views
    1,668

    Free

    Hi guys.... knows anyone if there's a way to register a .com FREE, and a FREE server that support asp.net....
    thanks...
Results 1 to 25 of 123
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured