| Thread | Last Post | Replies |
|
| AJAX and WPF | 19 Jun 2007 16:01 GMT | 4 |
Does AJAX go out the window with WPF? (and or WPF/E and XAML )?? Thanks, T
|
| problem with role and accessibility | 19 Jun 2007 15:59 GMT | 2 |
i defined a role ('manager') with one memberuser: Bob. The website has a subdirectory called "allusers" which contains two pages: allusers.aspx and manager.aspx. The page allusers.aspx must be accessible by all users while the page
|
| Urlreferrer. Called from client side | 19 Jun 2007 14:34 GMT | 3 |
I have a number of N applications with an address similar to http://AnyURL/Page1.Aspx that call a page I'm working on, that has an address similar to http://ADifferentURL/Page2.Aspx . "Page2.Aspx" is being called from client code in "Page1.Aspx", by using a "window.open" command. ...
|
| automated listbox-scrolling | 19 Jun 2007 14:22 GMT | 1 |
Hello NG, on a website of mine I have a listbox, which can under certain circumstances contain a rather large number of items. To make things easier for the user, I want to add a textbox, in which
|
| receiving data from jsp | 19 Jun 2007 14:04 GMT | 3 |
We are developing an application which has jsp and aspx pages. Here, I need to get large string as an input from jsp to aspx.(for ex: the length of this string is 10000 characters). How can I receive that string from jsp to asp?
|
| an architecture based on webservice | 19 Jun 2007 14:02 GMT | 1 |
i hope this message is not out of topic. i've a question about how to realize a small architecture based on webservice and whose goal is ensure a good level o flexibility of my code. in a few words: i've a webservice which exports the method
|
| Menu Control Wrapping-Simple Question | 19 Jun 2007 11:12 GMT | 1 |
I have a one-level static menu control with 18 menu items. When displayed in a browser, the menu items do not wrap and the menu extends well past the browser window. Is there a property to control wrapping for a menu so that it automatically
|
| Can't get Repeater control to work the way I need it to | 19 Jun 2007 11:02 GMT | 1 |
Hi, I have been trying to get a checkbox added to a repeater control of mine and then try to access events of the repeater control when a user clicks the checkbox. At first, since the control is tied to xsl, I added the checkbox there. That works fine, but I cannot get any
|
| TreeView woes in VS2005 | 19 Jun 2007 10:43 GMT | 5 |
I'm trying to use the standard TreeView in VS2005 ( under the navigation menu ). But I cant get any events to postback and none of the style settings are being applied. None of the property settings seem to be working either. The "ShowLines" property ( and others ) is working ...
|
| asynchronous callbacks | 19 Jun 2007 10:29 GMT | 4 |
I have a few processor intensive methods in my webservice which I need to call from my web application. After completion of these processes I need notification of whether they were successful or not.
|
| Date Difference | 19 Jun 2007 10:28 GMT | 1 |
I have a table which has a field ItemsReceived of type datetime. I have a grid view which has two columns. In first column i have to show the data from field ItemsReceived and in second column I have to show
|
| Pass values | 19 Jun 2007 09:54 GMT | 1 |
I have the following Stored procedure. There is column named "tcktreceived" in my database and I want to pass all the rows one by one to the parameter @starttime. I don't know how to do it. CREATE PROCEDURE [twcsan].[usp_DateDiff]
|
| Master Pages - Updating content without full page refresh? | 19 Jun 2007 09:08 GMT | 4 |
I have a master page that contains a table layout. The contentplaceholder is located in one of the table cells. With frames technology it was possible for hyperlinks to load the linked pages into a frame without having to reload any other frames.
|
| [IIS 7.0]Handler for asmx page ? | 19 Jun 2007 08:49 GMT | 7 |
When I try to access a Web service running on my default Web site, on Vista and IIS 7.0, I get an error message : "the MIME type is not recognized". So I guess that the asmx handler is not configured ??? Regards
|
| Printer Class in C#.NET 2.0 | 19 Jun 2007 08:38 GMT | 2 |
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 Hi All,
|