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

Search:

Type: Posts; User: Eagle_f90

Page 1 of 2 1 2

Search: Search took 0.14 seconds.

  1. Need help please, been working on it over 3 weeks now.

    Ok, so I have been working on this for over 3 weeks now and though I had things figured out till I found out today nothing worked the way I though so I am now begging for help.

    I have a table in a...
  2. Replies
    2
    Views
    9,453

    Re: Good book to learn AJAX?

    Yea I can also walk into B&N and see a few. What I want to know is what other are using and get feed back on them. I am unemployed and can not afford to go buying books to see if there good or not....
  3. Asp.net 2.0/2.5 forms authenticaiton tutorials?

    Does anyone know any good forms authentiaciton tutorial for .net 2 or 2.5? All the ones I find are for 1.0/1.1 and have everything done by code instead of using the 2.0 built in controls. What I am...
  4. Re: Error converting type object to dataset, but I am not calling or using objects.

    I am sorry I don't understand what you mean.
  5. Replies
    2
    Views
    9,453

    Good book to learn AJAX?

    Does anyone have a recommendation on a good book to learn AJAX for a C# asp.net platform?
  6. Replies
    21
    Views
    14,004

    Re: Why is .NET so popular?

    My understanding was that Windows Vista and 7 where written in c# (google.com searching look to confirm this)
  7. Error converting type object to dataset, but I am not calling or using objects.

    I have two sets of code, one to take a varilbe and grab info from SQL DB and fill a DS. The other to assign that DS to a local DS in the calling script. The problem I am getting is

    Compiler Error...
  8. Re: Working though an unknown amout of radio button groups.

    Thanks there was not much code (just get data and generate asp repater for radio button groups) so I did not post it. This is no longer an isse as I have hacked together a different way of doing this...
  9. Re: Working though an unknown amout of radio button groups.

    No one can tell me how work through the radio button groups? Please I have been trying to figure this out for weeks now and can not get it done.
  10. Working though an unknown amout of radio button groups.

    I have a page that will create a radiop button group for each entry into a SQL DB table, the more entries the more groups. Since there is a dynamic amount I am not really sure on how to find which...
  11. Re: Generating Radio buttons from DB infomation.

    Thanks Cimperiali, your doing it all by code to and not even using a repeater. I had that example in the link I provided in the first post I guess that is the simplelest way to do it.
  12. Re: Generating Radio buttons from DB infomation.

    Right but HOW?
  13. Re: Help calling an object, new to OOP and know I am missing something stupid.

    The hole site is in development so I am actualy not building the project but just uploading the raw files. Once the major work on the site is compleated I will build the project and upload.
  14. Re: Generating Radio buttons from DB infomation.

    I was originaly trying to get it done in a repeater item but could not figure out how to make the ID for the each row of radio buttons different (so row one buttons was one group, row two group two,...
  15. Generating Radio buttons from DB infomation.

    I am trying to find the best way to dynamicly generate raido buttons from information in a DB. What I want to do is make a line that Has two buttons for each entry in the DB. Kinda like:

    DB Line 1...
  16. Re: Help calling an object, new to OOP and know I am missing something stupid.

    Doing a reupload fixed it. Not sure why but it did, maybe courpted upload. Thanks for helping out!
  17. Re: Help calling an object, new to OOP and know I am missing something stupid.

    When I have the line of code with 3 arguments in it I get this:

    Description: An error occurred during the compilation of a resource required to service this request. Please review the following...
  18. Re: Help calling an object, new to OOP and know I am missing something stupid.

    Right but if you look I stated I also tried calling it with:

    SQLHelper.ExecSQLNonQuery(SQLStatment, Project, null);

    which has 3 arguments but I get the same error.
  19. Help calling an object, new to OOP and know I am missing something stupid.

    Once again I am calling on those more experianced then me for help. Here is the situration. I have an class called "SQLHelper" which contains the objects to make calls to the SQL Server (thanks to...
  20. Replies
    3
    Views
    830

    Re: Help with c# arrays, please.

    That did the trick, thanks for the help and explaination. Now I return you to your regularly schedualed programming.
  21. Replies
    3
    Views
    830

    Help with c# arrays, please.

    I am familare with arrays from Perl but c# is a new ball game for me. With the help of a few users from this board I recently created an object to handle SQL calls. When I tested it today I got an...
  22. Re: What is the C# equiv to List(Of SqlParameter)) ?

    Just checked the code. I was missing the collections call. Thanks.
  23. Re: What is the C# equiv to List(Of SqlParameter)) ?

    The code is at home and I am at work but I am 99% sure I forgot the sysmte.collections.generic reference. When I get home I will check it and update. Thanks!
  24. What is the C# equiv to List(Of SqlParameter)) ?

    I am trying to pass a list of SQLParamaters to an object and Cimperiali was kind enough to give me the code I needed but it was in VB.Net. I am writting my code in C# and can not figure out what the...
  25. Re: Does this work the way I think? web.conif and .master pages.

    Thank you so much for these examples. I will be looking them over this weekend
Results 1 to 25 of 36
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured