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

Search:

Type: Posts; User: Joseph_R_Thomas

Page 1 of 80 1 2 3 4

Search: Search took 0.46 seconds.

  1. Replies
    3
    Views
    914

    Re: need help to write Code in C#

    I dont think you can dump your school assignments here...
  2. Replies
    0
    Views
    578

    Datagrid Development Discussion

    Topic : I have a datagrid (ASP.NET) and i need to bind this datagrid to a Database table. the number of records to be bound are, say... 100,000 or more...
    Agenda : How to achive this, while keeping...
  3. Replies
    6
    Views
    562

    Re: Can't run ASP in debug mode

    first off, there is no attached message, :rolleyes:
    second, when u moved the application, did u create the default application for that virtual directory in IIS?
    HTH
  4. Re: How can I create a Undo Drop Down like in Word?

    Genereal Idea : keep and array filler with info regarding the undo and redo stuff. use that array to bind with the dropdown menu(or combobox) for the text you can use the first 5 words of the info...
  5. Replies
    1
    Views
    2,985

    Driver Installer

    Hi,
    I am trying to develop a driver installer.
    the total softwar has the following :
    1. two device driver
    2. the main application
    The main application requires DirectX 9.0.
    I need the installer...
  6. Replies
    1
    Views
    951

    try the link below :...

    try the link below :
    http://www.c-sharpcorner.com/Code/2002/Aug/RssFeedProject.asp
  7. i think u gotta use Web Matrix...

    i think u gotta use Web Matrix in order to use the script tags..
  8. Replies
    3
    Views
    860

    do remeber though, things like these have some...

    do remeber though, things like these have some laws regarding the usage. :rolleyes:
    hope you have a decent motive behind it...
  9. Replies
    3
    Views
    1,049

    there are a lot of books.. i would recoment any...

    there are a lot of books.. i would recoment any by microsoft press or by Dino Esposito..
  10. Replies
    7
    Views
    1,434

    if you are using ASP.NET and trying to pop up a...

    if you are using ASP.NET and trying to pop up a messagebox on client side - NO NO!
    use java script to pop up a message on the client side..
    also i suggest get a firm grasp on client side and server...
  11. count me in... :wave:

    count me in... :wave:
  12. Replies
    3
    Views
    1,049

    My suggestion will be to get a book or to find...

    My suggestion will be to get a book or to find good links on google for things like session and hashtables. probably in case of UID and PWD you'd need some encryption as well.
    BTW : one way to more...
  13. Replies
    7
    Views
    1,434

    when you say messagebox... do you mean javascript...

    when you say messagebox... do you mean javascript messagebox?
    remember this is asp.net - server side script, if you want your user to see a messagebox u need to use js
  14. Replies
    1
    Views
    1,163

    [QUOTE=hhpatanwala] I have created this class...

    [QUOTE=hhpatanwala] I have created this class under the namespace MCMSystem.DataAccess.QUOTE]
    this class created under the namespace is an internal class right?(pardon me, but i am asking from the...
  15. Replies
    2
    Views
    1,149

    you mean, a postback takes place? i.e the page is...

    you mean, a postback takes place? i.e the page is refreshed?
  16. you also might want to verify the data you are...

    you also might want to verify the data you are trying to delete. ;)
  17. Replies
    15
    Views
    1,760

    Poll: i would love to learn from that thread... count...

    i would love to learn from that thread... count me in..as audience :)
  18. Thread: GDI+

    by Joseph_R_Thomas
    Replies
    1
    Views
    495

    GDI+

    hi.. anyone knows any good resources online on learning GDI+ in depth??
    pls leave a link if possible....
    tks..
  19. Replies
    6
    Views
    44,216

    just curious, why dont you join the table before...

    just curious, why dont you join the table before putting it in a dataset?
  20. IMHO you can definetly do that.... CHEERS!

    IMHO you can definetly do that....
    CHEERS!
  21. Replies
    1
    Views
    867

    2OS startup prob

    hi...
    i accidently installed a second version of windows in my second partition..
    then finally i removed everthing and managed to get my solo installation of WINXP back...
    but the prob is that...
  22. Replies
    6
    Views
    937

    still cant fix it :(

    still cant fix it :(
  23. Replies
    2
    Views
    1,155

    doesnt lemme download when i submit the form...:(

    doesnt lemme download when i submit the form...:(
  24. Replies
    2
    Views
    1,155

    bluetooth with .net

    hi..i want to develop a bluetooth application usign VB.NET or C#.
    can someone pls guide me as to where to get the SDK and toolkit for bluetooth.
    also can anyone gimme links for the bluetooth...
  25. use POST REPLY instead of NEW THREAD to clarify...

    use POST REPLY instead of NEW THREAD to clarify your question...!!! :rolleyes:
Results 1 to 25 of 1996
Page 1 of 80 1 2 3 4





Click Here to Expand Forum to Full Width

Featured