| Thread | Last Post | Replies |
|
| Url not working correctly in DataGrid | 01 Aug 2007 00:52 GMT | 4 |
I have a page that is loading a control from another folder. I want the references to be from current folder not the folder the control came from. And that has been working fine in most cases. But not for this one. This is DataGrid with a Hyperlink column. The page
|
| AJAX call Javascript function from Update Panel Postback | 31 Jul 2007 21:40 GMT | 1 |
How do you call a client side javascript callback method after an update panel has posted back to the server? I have two update panels (A + B) with a gridview in each panel. GridView B has a Trigger to listen when GridView A posts back from a
|
| Finding Dupe in a List | 31 Jul 2007 21:36 GMT | 4 |
I have a function which return a List, and I'm trying to add users to it from 3 different roles, but I don't want duplicate user names. The "Contains" ALWAYS is returning FALSE, so I'm not finding the dupe. Here's the code:
|
| Image Based Website | 31 Jul 2007 21:25 GMT | 2 |
I have decided that I want to try and make a website entirely out of images, using several images as the main body. it struck me, however, that suck a website might get reuced in size due to the way the browser works. you know, it'll reduce the size of the graphic so that it fits ...
|
| Shutting down COM app from a command line | 31 Jul 2007 21:24 GMT | 4 |
Not sure where else to post this.... One of our developers quit and I'm taking over stuff from him. He had a COM app that would lock files on occasion (yeah, thanks for leaving that in production instead of finding the real problem)...
|
| Authentication using Active Directory | 31 Jul 2007 21:11 GMT | 2 |
Are there any actual examples on how to authenticate against Active Directory using DirectoryServices? I've combed the docs but haven't found much in the way of examples. I found....
|
| problem with linbutton in edit mode | 31 Jul 2007 20:59 GMT | 5 |
i want to perform several things (like checking and correcting automatically the lenght of a multiline textbox in order to avoid Truncate error, removing automatically "<" and "'" to avoid "potential danger" error etc ..) with javascript on a gridview.
|
| XML Node to XML Document | 31 Jul 2007 20:21 GMT | 2 |
I have a web service method that returns an XMLDocument. When I call it from an aspx page, the intellisense says that the method is of type XMLNode, so when I try, stupidly, to get the results of the web service call into an XMLDocument in the client, it fails with the error
|
| how do I troubleshoot this System.Net.Sockets.SocketException? | 31 Jul 2007 19:10 GMT | 5 |
I can't figure this out. I have several references to style sheets and javascript files in my page header, the contents of which are served dynamically by my httphandler that serves *.res requests. The handler works most of the time, but occasionally the page load hangs on the ...
|
| Everything stops when a Thread is running on the server | 31 Jul 2007 18:14 GMT | 4 |
I have a button that starts up a Thread and runs it in the background. While the Thread is running, all the Ajax controls, including the events fired by the PageRequestManager, stop firing until the Thread exits. So, I have no way of updating the page while this Thread is running ...
|
| Unable to FindControl in a Dynamically loaded control | 31 Jul 2007 17:52 GMT | 3 |
I am trying to access a control (PlaceHolder Control) that is in a dynamically loaded control. I know it is there as I can see it in my trace. It may be that it isn't actually loaded yet - but not sure. In the following page, I am loading a page called "page.aspx" into a control
|
| Create WSDL at each request (ASP.net 2.0) | 31 Jul 2007 17:05 GMT | 1 |
Using a SoapExtensionReflector I'm making some adjustments to some the wsdl document auto generated by asp.net. It seems as the wsdl is being cached thus only showing the original modifications. How do I disable any caching that asp.net is using for generation of the
|
| controls are all null at page_load() | 31 Jul 2007 16:36 GMT | 2 |
using VS2005 My masterpage has two panels and two hyperlinks. The initial content aspx page is blank. The page_load event of the masterpage hides one of the panels based on
|
| Casting a Variable to User control | 31 Jul 2007 15:43 GMT | 5 |
How to Cast a Variable to User control in ASP.NET using vb.net as code- behind
|
| page_load fires with ajax call | 31 Jul 2007 13:41 GMT | 5 |
i've got a script that takes about 10 seconds to complete with page_load. for that reason, i turned to ajax for additional dynamic updates i needed to do on the page without having to force the user through that 10 second delay, but it looks like page_load still gets called with ...
|