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

Search:

Type: Posts; User: iAmRonald

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,269

    CSS CSS Problem [Jquery powered navigation]

    well what im having is really confusing.

    on Google Chrome and other browsers my navigation looks like this.

    http://i1082.photobucket.com/albums/j369/ashieboy/googlechrome.png

    but in Firefox...
  2. ASP.NET C# - Access App_Code class WebMethod

    So i actually solved the problem below, it seems i cant access the WebMethod in app_code folder, is there any way to do it?



    Im having a problem making this work. Here is my code.

    C# Class
    ...
  3. ASP.NET C# - Access App_Code class WebMethod

    So i actually solved the problem below, it seems i cant access the WebMethod in app_code folder, is there any way to do it?



    Im having a problem making this work. Here is my code.

    C# Class
    ...
  4. Re: How to Make an Entry in a Table and Do it in Another

    can you further explain this indexing? i was also considering the speed in query when i have lots of data in the database.
  5. Re: How to Make an Entry in a Table and Do it in Another

    ill try it tomorrow, thankyou very much, im from not from us so its like 12:30am here. Thankyou very much for your help man.
  6. Re: How to Make an Entry in a Table and Do it in Another

    well typically its not going to be used as a customer system.

    its a hospital system

    when a new patient comes in the hospital gets necessary data like name and etc but they dont need data like...
  7. Re: How to Make an Entry in a Table and Do it in Another

    genius, i was already there, but lets say i have 2 tables

    table 1 with primary key
    table 2 with no primary key but set a foreign key to table 1

    is it possible that when i input data on table 1...
  8. How to Make an Entry in a Table and Do it in Another

    Well i am currently making a system using ASP.net C# and SQL Server

    What i want to achieve is when i create an entry in a Table. Lets say "Customers" with primary key "customerID".

    When i...
  9. How to Make an Entry in a Table and Make in another with same Primary

    Well i am currently making a system using ASP.net C# and SQL Server

    What i want to achieve is when i create an entry in a Table. Lets say "Customers" with primary key "customerID".

    When i...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured