+ Post New Thread
Page 76 of 176 FirstFirst ... 26 66 74 75 76 77 78 86 126 ... LastLast
Threads 1501 to 1520 of 3510

Forum: ASP.NET General

  1. "Connection closed by remote server" error in Opera

    I have a web site (www.on-the-matrix.com) that displays photos in a "slide show" format on ASPX pages that run in an inline frame on an ASP page (or...

    • Replies: 0
    • Views: 3,801
    BGS
    07:40 PM Go to last post
  2. Stop Debugging doesn't stop in ASP.NET

    While stepping through an ASP.NET project, I found that data was being inserted into my database even though I was not stepping through the code...

    • Replies: 7
    • Views: 2,393
    07:38 PM Go to last post
  3. might as well ask.....

    Is there any way to load only a certain section of a page in ASP.NET without using a FrameSet, preventing the full page refresh? thnx

    • Replies: 1
    • Views: 368
    07:31 PM Go to last post
  4. ToolboxData attribute

    Hi. I have a custom control that inherits from an imagebutton and I am trying to define some designer support for the control. I want to change...

    • Replies: 0
    • Views: 3,809
    07:12 PM Go to last post
  5. Locking Application object

    if I lock the Application object and modify it will an exception be thrown when another request tries to access it while it is locked. I am...

    • Replies: 0
    • Views: 629
    07:10 PM Go to last post
  6. Programmatically Selecting Item in Radio Button List

    I have created a radio button list programmatically. C# SqlConnection conn = new SqlConnection("data source=localhost; integrated security=true;...

    • Replies: 1
    • Views: 9,095
    07:07 PM Go to last post
  7. Page does not refresh after submitting form

    Natty, I apologize for not getting back to you on this one. I had to redirect my focus. I'm now running into the same issue again, and although...

    • Replies: 0
    • Views: 1,324
    06:48 PM Go to last post
  8. The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error

    I've been getting this error every since I installed InstallSqlState to handle my viewState Sessions. it only happens on 1 section of my asp.net...

    • Replies: 2
    • Views: 3,899
    06:17 PM Go to last post
  9. Looping through rows in a DataGrid

    Hi, I have a data grid in my application. It has 20 rows and I have set the page size as 5. I have a Submit button on my form and when I click...

    • Replies: 1
    • Views: 4,099
    06:10 PM Go to last post
  10. ASP catch exception

    I use the following code and get the following error message in my ASP page(not .net). Please help try mycode Catch ex As Exception...

    • Replies: 0
    • Views: 1,046
    05:58 PM Go to last post
  11. Window Service

    Sorry, posted it in the wrong place. Please disregard this post. "Grant" <Grant@nutrikids.com> wrote in message...

    • Replies: 0
    • Views: 372
    05:52 PM Go to last post
  12. Starting winword.exe

    I tried to start winword.exe from an aspx (after granting things with dcomcnfg) and i can see winword.exe showing up in the taskmanager, but i...

    • Replies: 2
    • Views: 2,102
    05:44 PM Go to last post
  13. How to implement counter?

    There are many ways to do this. The low tech low impact way is the create an application variable inthe Application start, that reads in a value...

    • Replies: 1
    • Views: 801
    05:22 PM Go to last post
  14. What is Global.asax?

    It's the class file definition code for the Session and Application events - if you have anything that should be done when a user first connects or...

    • Replies: 0
    • Views: 638
    05:16 PM Go to last post
  15. Setting ActiveX Control Parameters Dynamically

    I would like to be able to set parameter values for an ActiveX control hosted on an ASP.NET .aspx page from a C# code behind file. The ActiveX...

    • Replies: 0
    • Views: 1,602
    05:16 PM Go to last post
  16. dynamically created control is not being validated

    I have a user control that contains a custom control, both are loaded dynamically. The custom control has a simple required field validator and a...

    • Replies: 2
    • Views: 2,117
    04:47 PM Go to last post
  17. What is faster? DirectCast(myObj, Integer) or Convert.ToInt32(myObj) ???

    Hello, what has the better performance and what are you using? Dim myObj As Object = 70 a) Dim myInt As Integer = DirectCast(myObj, Integer) b)...

    • Replies: 4
    • Views: 1,977
    04:40 PM Go to last post
  18. html image percentage issue

    I am unable display an image by percent. No matter what method I try, I receive the following error. Input string was not in the correct format....

    • Replies: 7
    • Views: 1,195
    04:40 PM Go to last post
  19. LoadPostData

    I have a control called UniqueTextBox, that implements the IPostBackDataHandler. I have trying to use the control in a composite control called...

    • Replies: 1
    • Views: 2,325
    04:39 PM Go to last post
  20. ItemDataBound not received by grid in table?

    Has anyone else had the following problem: place a DataGrid within an ASP.Net table cell and suddenly none of the ItemDataBound events seem to...

    • Replies: 0
    • Views: 516
    04:38 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