+ Post New Thread
Page 111 of 176 FirstFirst ... 11 61 101 109 110 111 112 113 121 161 ... LastLast
Threads 2201 to 2220 of 3510

Forum: ASP.NET General

  1. NewBie : Cannot access asp.net

    Hi All, I have created an account calld "MyASP". I have granted the write and read access to the whole drive. Howerver, i have got the following...

    • Replies: 0
    • Views: 340
    02:45 PM Go to last post
  2. Deploying ASP.NET database application to remote server

    Everything in the deployment works fine with the exception of the address of the database also deployed on the remote server. The string address...

    • Replies: 1
    • Views: 2,301
    02:31 PM Go to last post
  3. Get localhost physical directory?

    Hi everyone, I would like to get the path of the virtual directory where my page is running from. For example if I access a page with...

    • Replies: 1
    • Views: 3,515
    02:28 PM Go to last post
  4. Loading images for use on client

    Hi all, I'm having a problem loading images for later use in javascript on the client. In my code-behind, I'm using a stringbuilder object to...

    • Replies: 2
    • Views: 437
    02:17 PM Go to last post
  5. asp.net C# working with webservices

    ok i created a file called foo.asmx (web service) which has a class called foo, in that class there is a public function called bar() which doesn't...

    • Replies: 0
    • Views: 654
    02:16 PM Go to last post
  6. closing showModalDialog window from server side

    I have a simple page that I will like to display while i am processing the user request in the server. The page only has a label saying "Please...

    • Replies: 2
    • Views: 6,581
    02:09 PM Go to last post
  7. Sometimes we get these errors on ASP.NET project.

    We couldn't find why these errors happen.They doesn't appear everytime.And they appear different pages at different times.Is there somebody know why...

    • Replies: 1
    • Views: 406
    02:08 PM Go to last post
  8. Overloaded method question

    I agree, but I'm struggling with a confusing signature. I have four parameters that are always required. No problem there. Then I have three...

    • Replies: 0
    • Views: 338
    02:08 PM Go to last post
  9. How to use frmaes with c#

    Hi Not possible with server code <script> function go(sPageToGo,sFrameName){ parent.frames.location href = sPageToGo; } ----

    • Replies: 0
    • Views: 473
    02:01 PM Go to last post
  10. Can I have a Cancel button?

    Hi <element onkeydown="if(event.keyCode == 27 ) doSomething()".... <body onkeydown="if(event.keyCode == 27 ) document.forms.CANCELBTN.click()"...

    • Replies: 0
    • Views: 2,181
    01:49 PM Go to last post
  11. Intellisense Code Behind vs. Server Side Script Block

    Because it was not implemented. Intellisense is only supported C#, VB files not in ASPX files. George. "Mark" <mark.acuff@hp.com> wrote in...

    • Replies: 1
    • Views: 2,650
    01:08 PM Go to last post
  12. Is it possible to call Javascript's window close() from <SCRIPT RUNAT="SERVER">?

    string strScript = "<script type=\"text/javascript\"><!--" + Environment.NewLine + "window.close();" + Environment.NewLine + "// --></script>"; if...

    • Replies: 0
    • Views: 1,245
    12:59 PM Go to last post
  13. DataGrid formatting - only one column without borders

    Yes, it is possible do it on datagrid ItemCreate event: int i = getMyNonBorderColumnIndex(); e.Item.Cells.Style.Add("BORDER-TOP-STYLE",...

    • Replies: 1
    • Views: 3,088
    12:41 PM Go to last post
  14. Invoke event handler programatically

    In a Web Form, I have a TextBox: protected System.Web.UI.WebControls.TextBox TextBox1; At design time, I double click on the TextBox and get an...

    • Replies: 1
    • Views: 2,170
    12:28 PM Go to last post
  15. aspnet_wp.exe memory consumption

    Hi All, I am working on ASP.Net these days and have come across a problem with the aspnet_wp process. I have seen many posts on the web related to...

    • Replies: 1
    • Views: 1,647
    12:08 PM Go to last post
  16. HttpHandler not working :-)

    I have a simple HttpHandler //-- using System.Web; namespace Acme { public class SimpleHandler : IHttpHandler { public void...

    • Replies: 3
    • Views: 5,281
    11:54 AM Go to last post
  17. Unable to start debugging on the web server..

    Hi, a coworker had this once with VS.NET and unfortunately wasn't able to find a workaround. So he had to reinstall. I personally had a case when...

    • Replies: 0
    • Views: 746
    11:47 AM Go to last post
  18. JavaScript events

    hi guys, I want to write events in JavaScript for my asp controls (TextBox for example). This is the HTML code of my WebForm, it have only a...

    • Replies: 0
    • Views: 675
    11:28 AM Go to last post
  19. question on DropDownList control.

    hi, a newbie question I have two dropdownlist controls, one is for years, 2000-2003, the other is for month, 1-12. I am supposed to get all the...

    • Replies: 2
    • Views: 514
    11:09 AM Go to last post
  20. Browse for folders

    is there any way of use the "Browse for folders" screen under ASP.NET??

    • Replies: 0
    • Views: 519
    11:06 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