Results 1 to 2 of 2

Thread: should I use html server controls vs asp controls?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    should I use html server controls vs asp controls?

    I have a few textboxes on a page and I check the value of these textboxes at postback... I was using the asp textbox controls. Is it better-performance vise- to use html server controls instead? because I'm not capturing any events from these textboxes, I'm just checking their value...


    again, excuse MrPolite for asking these kind of questions
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    If thats all you are doing then using html controls are your best bet.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width