+ Post New Thread
Page 1 of 176 1 2 3 11 51 101 ... LastLast
Threads 1 to 20 of 3510

Forum: ASP.NET General

  1. DropDownList.SelectedValue not changing

    I have a DropDownList that is bound and properly filled from my DataSet when the page loads. but when the I try to retrieve any value I always get...

    • Replies: 5
    • Views: 10,465
    11:53 AM Go to last post
  2. Problem encoding/decoding image

    Hi, I'm trying to use POST an image to a web page with WebRequest/WebResponse. Only problem is that I must be making an error somewhere in the...

    • Replies: 2
    • Views: 898
    03:49 PM Go to last post
  3. Can we use a usercontrol inside a usercontrol

    hi group can we use a usercontrol inside a usercontrol. i mean can we use <%Register tagprefix..... src=....ascx%> in an ascx file. thanks in...

    • Replies: 3
    • Views: 5,671
    10:02 AM Go to last post
  4. An unhandled exception occurred during compilation using the CodeDomProvider

    Hi, Please see the following error and revert back as early as possible. I am getting this once I request for the asp.net page. Server Error in...

    • Replies: 3
    • Views: 8,791
    10:25 AM Go to last post
  5. output javascript to appear at end of page?

    hi, i want to write some javascript at the *end* of my rendered html page via my webform. currently i am using response.write and it always...

    • Replies: 4
    • Views: 2,670
    07:43 AM Go to last post
  6. FormatString("3333.50", "{0:N2}") => 3.333,50 HowTo do get this: 3333.50 ?

    Hello, when I do this FormatString("3333.50", "{0:N2}") I get: 3.333,50 What to do to get this: 3333.50 (without a dot) Thanks, Andreas

    • Replies: 1
    • Views: 2,647
    09:27 PM Go to last post
  7. Session_Start in Global.asax

    Is the Session_Start() sub executed on every request or just when a new users session is started? Thx for the help, stan

    • Replies: 2
    • Views: 6,899
    09:10 AM Go to last post
  8. Started Process Hangs

    Whenever I start an application from ASP.NET, the exe hangs, with Task manager showing no cpu time. Every exe I've tried hangs in the same way...

    • Replies: 2
    • Views: 1,131
    10:36 AM Go to last post
  9. Question Help with Sql Server

    this is my code: SqlDataAdapter da = new SqlDataAdapter(); SqlConnection sqlcon = new SqlConnection(@"Data...

    • Replies: 0
    • Views: 350
    10:20 PM Go to last post
  10. Problem with Building DLL after the AppDomain is unloaded.

    Hi! I am working with ASP.NET application. In my page I am creating one Application Domain and in that domain I am calling my DLL. Using the...

    • Replies: 2
    • Views: 1,905
    12:00 PM Go to last post
  11. URGENT: HowTo reference dynamically to a class name vb.net

    Hello Kevin, ok thanks, but can you give me an example how to reference dynamically to the class to call a method. Thanks, Andreas "Kevin...

    • Replies: 3
    • Views: 4,286
    10:48 AM Go to last post
  12. Back Button and code execution

    Hi, I have a web form accounting app. In certain instances it causes trouble if the user clicks the Back button. I've read several posts that...

    • Replies: 4
    • Views: 2,584
    11:30 AM Go to last post
  13. Creating a yes/no messagebox in Javascript

    Hi all, Is it possible to create a Javascript messagebox that shows the buttons Yes and No instead of normal confirm? Regards John.

    • Replies: 6
    • Views: 10,704
    12:45 PM Go to last post
  14. Error with debug="true"

    If I set in web.config this: <compilation defaultLanguage="vb" debug="false"/> I receive this error: "Compiler Error Message: BC30560:...

    • Replies: 1
    • Views: 1,138
    08:07 AM Go to last post
  15. Suggestion for a good ASP.NET Web hosting?

    At http://www.asp.net/Customers/DisplayByIndustry.aspx?IndustryId=27, there are hundred of ASP.NET hosting companies. Can you suggest one or a...

    • Replies: 5
    • Views: 506
    08:11 AM Go to last post
  16. is there a way to import *.html file to message.body

    is there a way to import *.html file to message.body string element of mailmessage class without have to actually type it up. Also is the maximum...

    • Replies: 4
    • Views: 1,195
    04:24 PM Go to last post
  17. executescalar() method

    Dear .NET Programmers, I use the following code snippet but can't figure out what is going wrong since the result object equals to nothing...

    • Replies: 3
    • Views: 10,511
    tts
    01:05 PM Go to last post
  18. Usercontrol interacting with it's parent page?

    Hi all, Is it possible for a usercontrol to call a public method of a page it is contained within? If so, how? Regards John.

    • Replies: 5
    • Views: 1,101
    08:18 AM Go to last post
  19. What does (ByVal sender As System.Object, ByVal e As System.EventArgs) mean?

    I just don't get what the () after the sub name does...kind of stupid question, but it would be nice to understand it. Thanks. Kathy *** Sent...

    • Replies: 3
    • Views: 3,520
    05:01 AM Go to last post
  20. ASP.NET parameters in URL ??

    Hello, What's the deal with the ? in a URL ? I know it is used to transport some parameters but how can the aspx page retrieve those values ? ...

    • Replies: 3
    • Views: 6,879
    10:16 AM 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