+ Post New Thread
Page 49 of 176 FirstFirst ... 39 47 48 49 50 51 59 99 149 ... LastLast
Threads 961 to 980 of 3510

Forum: ASP.NET General

  1. Synchronised queue

    I want to create a synchronised queue class which has very simple functionality as a queue but is thread safe, where two different threads can add...

    • Replies: 0
    • Views: 349
    10:28 PM Go to last post
  2. image webform control

    I am trying to adjust the size of an image web control but if I try to say myimage.height = 200 it says that an integer cannot be converted to a...

    • Replies: 1
    • Views: 581
    10:28 PM Go to last post
  3. howto use c# regular expression validator to exclude file types

    I'm not great at regular expressions, but something like this should work: (.*\.jpg)|(.*\.jpeg)|(.*\.png)|(.*\.gif) That should do the trick....

    • Replies: 2
    • Views: 7,379
    10:27 PM Go to last post
  4. OBJECT tag

    Can ASP.NET code manipulate a client-side ActiveX control? -- There are 10 kinds of people. Those who understand binary and those who don't. ...

    • Replies: 1
    • Views: 3,968
    10:25 PM Go to last post
  5. Few things - Validation, Tables etc

    not xctly sure what you're asking, but are you aware there is a .IsValid() method on the page that you can use in code behind that will return a...

    • Replies: 2
    • Views: 380
    10:19 PM Go to last post
  6. How to call language component

    Hello! I need to call from my web form system language component to dispay all available primary languages. Thank you for advice or code.

    • Replies: 0
    • Views: 441
    10:07 PM Go to last post
  7. Setting the default button

    hi, i have a webform, which has a couple of formfields including a couple of buttons too. the webform structure is textbox1 button1...

    • Replies: 2
    • Views: 843
    08:53 PM Go to last post
  8. Flexible provider with ASP.NET for private use (Email etc.)

    Greetings! I need a provider which supports ASP.NET, though ASP.NET is not the main thing and not very demanding, just private pages and CV...

    • Replies: 1
    • Views: 318
    08:40 PM Go to last post
  9. client side script with RegisterStartupScript issue

    no, you can not control the order the blocks are rendered. you can concat the scripts and register them once. also if you are doing code like: ...

    • Replies: 1
    • Views: 3,117
    08:39 PM Go to last post
  10. Application Search Engine

    Hi, I am starting to develop an ASP.Net app that will have a search section that will allow the user to search the site. I have come across...

    • Replies: 2
    • Views: 769
    08:33 PM Go to last post
  11. ASP.NET Timeout....

    Can I extend this time out...? If so.. is it a bad idea..? I have a report that I'm running that is exceeding this timeout, I know.. optimize the...

    • Replies: 0
    • Views: 636
    08:18 PM Go to last post
  12. newbie form post question

    Please tell me how I can get the values and items for a form posted using the post method. The posting page is HTML and I won't know what's in it...

    • Replies: 4
    • Views: 434
    08:04 PM Go to last post
  13. XslTransform.transform does not generate xhtml

    Hi, I am working on a asp.net project that takes a xml source and use XslTransform.transform to generate a xhtml output. The problem with using...

    • Replies: 1
    • Views: 803
    08:01 PM Go to last post
  14. Session End?

    The server is never informed when the user closes their browser. The session_end event is normally called after the server has not gotten any page...

    • Replies: 0
    • Views: 1,218
    07:32 PM Go to last post
  15. HOW-TO: Response.BinaryWrite JPG *WITH* the original filename

    Hello. How can I Respose.BinaryWrite a file but preserving the original filename. Explaining better: Suppose a webform that displays images...

    • Replies: 1
    • Views: 5,422
    07:28 PM Go to last post
  16. Using ENTER key to navigate thru' RadioButtonList

    i am able to trap the EnterKey . radiopayment.Attributes.Add("onkeypress", "return handleEnter(this, event)") and then in the javascript...

    • Replies: 2
    • Views: 2,078
    07:24 PM Go to last post
  17. good examples, send links or sources

    Please, send links for sources complete for create website asp.net with data mssql with add, remove, search, records step by step, because I am...

    • Replies: 1
    • Views: 501
    07:07 PM Go to last post
  18. is it possible to refresh just a control?

    Hello, Is there any way of refreshing just a control instead of refreshing the whole page without using frames? Any help is greatly...

    • Replies: 1
    • Views: 1,188
    06:44 PM Go to last post
  19. Searcging meta tags on a site

    Hi, Does anyone know if MS Indexing Service searches meta tags. I have a requirement to search meta tags. cheers. John.

    • Replies: 0
    • Views: 340
    06:08 PM Go to last post
  20. ListBox Width

    I have the common problem of the text for some of the items in my listbox exceeds the width of the listbox. The solution oft proposed of not...

    • Replies: 0
    • Views: 890
    05:55 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139