| Thread | Last Post | Replies |
|
| HELP! Ajax has died | 11 Dec 2007 17:04 GMT | 2 |
Hello all, I have a site which was a .NET 2.0 AJAX 1.0 site. I opened it up in VWDExpress 2008, and changed it to a 3.5 site, then subsequently changed it back to a 2.0 site. Now, my references to AJAX no longer work. The web server has both the new
|
| Setting SelectParameter value for ObjectDataSource | 11 Dec 2007 16:43 GMT | 3 |
I have 2 ObjectDataSource on my page "OderDetailDataSource" and "CustomerDataSource". The first datasource returns only one record, out of which there one column called "CustomerID". The value on this column should be passed as
|
| Displaying the date of the customer, in accordance with its Time zone | 11 Dec 2007 16:36 GMT | 5 |
Need to display the date of the customer, in accordance with its Time zone http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas gift
|
| Adding "target" Attribute To All Links | 11 Dec 2007 16:17 GMT | 2 |
All We have a requirement to add a "target" attribute with a value of "_parent" to any links in a given .aspx page, UNLESS a target has already been specified for that link. We are not in control of content, the page in
|
| Sql connection with Using | 11 Dec 2007 16:06 GMT | 3 |
I have a class function that accesses an SQL database with a "Using" process. Do I need to close the connection specifically, or will the try...catch process close it when it exits the Using? Below is the Using sample. Thanks.
|
| Issues passing cookies between apps on same box | 11 Dec 2007 15:31 GMT | 3 |
I'm having issues with what I'm *sure* is a simple problem. Basically having a problem passing a cookie between two sites. On Site A you sign in, and create a cookie with the users ID in it When the user wants to purchase anything (and enter CC details) we want to
|
| Can something like this be done with .net/AJAX | 11 Dec 2007 15:25 GMT | 5 |
I am writing an application in .net 3.5 (VB.net) using VS 2008. I am interacting with a stored procedure (MS SQL) and want to return status updates back to the user client side. I'm copying tables from one database to another. After each sucessful copy I want to show the ...
|
| Error using ASP.NET Website Administration tool. Please help | 11 Dec 2007 14:44 GMT | 2 |
Can someone suggest a course of action? Thanks, Keith Using the ASP.NET Website Administration tool to set up security, I get the following error message: An error was encountered. Please return to the previous page and try again.
|
| Async Pages & Ajax progress bar? | 11 Dec 2007 14:09 GMT | 2 |
I'm using an async page to kick off a couple of asynchronous web services using the PageAsyncTask class. I'm also testing a progress bar that uses an Ajax UpdatePanel and Timer control to postback every 5 or 10 seconds and increment the progress.
|
| AJAX Control Toolkit | 11 Dec 2007 13:39 GMT | 3 |
I installed the Ajax Control Toolkit according to the instructions, and added the controls to my toolbox. However, when I drag a control onto my aspx page, it reads something like: <cc1:Accordion ID="Accordion1" runat="server">
|
| Nested UpdatePanel with trigger in parent | 11 Dec 2007 12:59 GMT | 1 |
Can anyone tell me how to get a nested UpdatePanel to update when the trigger control is in the parent UpdatePanel and I don't want to parent to update? I'm trying to change the Visible property of a control in the nested UpdatePanel using a control in the parent
|
| Menu items alignment for a horizontal menu | 11 Dec 2007 12:01 GMT | 1 |
I'm using asp.net 2.0. I have a horizontal menu control. The children menu items are center aligned when shown. How can I change the alignment of the dynamic menu items to be left aligned? Thank you.
|
| Problem dealing with double quotes in InnerHTML | 11 Dec 2007 11:12 GMT | 1 |
Hi Friends, I have some problem here. I am using Asp.net 2.0 but that is not relevant to my Question. I have a <div> tag.
|
| Web Service Extensions for asp.net 2.0 | 11 Dec 2007 11:02 GMT | 5 |
a new server2003 that will not run asp.net apps does not have a web service extension for asp.net v2.0 50727. Why is it not there? what was not installed? Thanks
|
| Browser detection | 11 Dec 2007 06:04 GMT | 5 |
Can anyone point me in the right direction for drowser detgection, I can't use javascript as i understand mobile phones etc, java is mostly turned of bu default Thanks for the help in advance
|