+ Post New Thread
Page 2 of 176 FirstFirst 1 2 3 4 12 52 102 ... LastLast
Threads 21 to 40 of 3510

Forum: ASP.NET General

  1. 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: 7,031
    10:16 AM Go to last post
  2. Debugging - Catastrophic Failure :( !!!

    I've installed VS.NET on my win2000 OS and I've created a simple ASP.NET web application. But when I try to debug I receive following dialog box...

    • Replies: 2
    • Views: 734
    07:42 AM Go to last post
  3. How can I prevent a button event firing on page refresh?

    If a page has a button with event handler private void btnAdd_Click(object sender, System.EventArgs e) { ....... } this event handler fires...

    • Replies: 2
    • Views: 8,829
    01:13 PM Go to last post
  4. C# delete code

    Hi, I am working with C# and ASP.NET with code behind and a SQL Server. I'm making an e-shop. When clients see what they have in their basket, I...

    • Replies: 3
    • Views: 3,704
    09:10 AM Go to last post
  5. TextBox.Text value not changing when it is prepopulated

    I am writing a user information update page and I populate the form on Page_Load with the current values of the user's name, etc. When I change...

    • Replies: 3
    • Views: 8,162
    08:17 PM Go to last post
  6. back button - disable

    Is there a way to prevent the user from using the browser Back Button to go back to a previous page in an ASP.NET application? Thanks! Bill

    • Replies: 5
    • Views: 7,689
    04:47 AM Go to last post
  7. DataList output is producing a blank table?

    I am somewhat new to ASP.NET and I am probably overlooking some basic rule that's causing my error. Anyways, here's the scoop: I am using a...

    • Replies: 3
    • Views: 2,482
    05:55 PM Go to last post
  8. Help: ASP.NET Webform using VB.NET User Control

    I created a VB.NET user control which uses a nonmanaged ActiveX control. I built it as 'mycontrol.dll'. In my ASP.NET webform I'm trying to add...

    • Replies: 2
    • Views: 2,447
    06:58 AM Go to last post
  9. CheckBoxList -- Iterating Through Items

    Can someone tell me how I can iterate through all of the Checkboxes included within a checkbox list? The code I currently have is as follows...

    • Replies: 1
    • Views: 2,282
    02:42 PM Go to last post
  10. Client-Side Validation of asp:TextBox with Javascript

    Hi - I'm trying to do client-side validation of the text in a Asp.Net textbox control using javascript. My page has the following: <form...

    • Replies: 3
    • Views: 12,064
    04:08 PM Go to last post
  11. [OT] WebHosting ....

    I'm looking for advice about WebHosting. I found this 2 interesting hosting company: http://www.webhost4life.com/hosting.asp...

    • Replies: 2
    • Views: 804
    02:20 AM Go to last post
  12. Export data to PDF from .NET?

    hi clive, maybe these to links can help you: http://itextsharp.sourceforge.net http://report.sourceforge.net/ i use the itextsharp dll., but...

    • Replies: 5
    • Views: 3,275
    09:54 AM Go to last post
  13. ASP.NET Postback Refresh Problem

    If you want to stop this happening, what you could do is a response.redirect back to the same page, after your server side event has finished...

    • Replies: 1
    • Views: 6,653
    04:31 AM Go to last post
  14. How to connect strings in HTML?

    <asp:HyperLink ID="DeleteLink" NavigateUrl="ChapterManger.aspx?CourseID=" + '<%# DataBinder.Eval(Container, "DataItem.course_id") %>'...

    • Replies: 3
    • Views: 2,069
    02:26 PM Go to last post
  15. How to load image in vb part of WebApplication

    Hello everybody Whit vs2008 - ASP.NET Web Application In aspx part Ihave: <asp:Image id="picMain" runat="server" Width="177px" /> In vb...

    • Replies: 0
    • Views: 963
    01:54 PM Go to last post
  16. Redirect HTML Output to File?

    I am generating some nested DataLists, but instead of displaying them on the client browser, I want to save the output HTML stream to an on-disk...

    • Replies: 2
    • Views: 2,252
    01:05 AM Go to last post
  17. Debug VS.Net 2003 - No managed Code in process?!?

    Hi I recently installed a fresh 2003 server, xcopied an existing asp.net application to the server. when I try to debug the application I get...

    • Replies: 1
    • Views: 1,656
    05:41 AM Go to last post
  18. Manual postback

    Hello James, The __doPostBack function is generated by ASP.NET as a helper function to submit the form. It allows you to specify the target and...

    • Replies: 1
    • Views: 3,149
    11:13 PM Go to last post
  19. runat=server

    Can you show use some of the HTML in question? -- Carsten Thomsen Enterprise Development with Visual Studio .NET, UML, and MSF...

    • Replies: 2
    • Views: 3,839
    11:33 AM Go to last post
  20. [SOLVED] Session loses all variables during Response.Redirect

    Ok, don't ask me why, but this solved it: Replace the line: Directory.Move(tempEventDirName, createdEventDirName); With:...

    • Replies: 2
    • Views: 3,442
    06:58 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