| Thread | Last Post | Replies |
|
| Parrallel Page Async Tasks not running in parrallel | 18 Mar 2008 21:31 GMT | 7 |
I have an page that accesses a lot of different tables in a database. I am upgrading this page to use async tasks to increase performance. The problem is that through tracing, I see that the callbacks are running on different threads, but they are not running in parrallel.
|
| Very Slow VSS Development | 18 Mar 2008 18:36 GMT | 2 |
Using VSS 2008 Team Edition When debugging a ASP.Net web site the compile seem fast but starting the application in the web browser, using the development server with FF, takes a very long time > 1.5 minutes in most cases -- the browser appears with the
|
| Is there any way to make the VS 2005 HTML designer show something approx to what I ask for | 18 Mar 2008 17:38 GMT | 3 |
Code is below. Why in the designer does it show as two rows of the same height? By the way this is just a small sample for discussion purposes not something I would do. The problem is that this is so far from a WYSIWYG that it defys
|
| Refrencing DLL in ASP.NET 1.0 Inline VB SCRIPT? | 18 Mar 2008 17:38 GMT | 2 |
Old vb.net asp.net 1.0 vb.net website. We don't have sources, nor can I compile it. One the pages must be replaced to simply redirect to another webserver/
|
| Ajax what could be causing this? | 18 Mar 2008 17:34 GMT | 2 |
I have setup the AjaxToolKit on my box which works great (cleaned up their sample code for AutoCompleteExtender). However, when I import the same code in my current project, it doesn't fire the webservice that's suppose to return the auto complete results. What could be
|
| problem with customvalidator | 18 Mar 2008 17:04 GMT | 2 |
net 3.5 I have problem with a customvalidator. I enter values into the TextBox named "txt" and clicks on the save button (ibSave) then the TestValidate method get triggered. TestValidate set args.IsValid = false and the customvalidator
|
| Anigif's freezing during postback, but not when launched via Visual Studio | 18 Mar 2008 15:09 GMT | 2 |
we have a progress bar which is revealsed before the postback occurs. basically, we add an onclick attribute to the submit button which reveals the progress.gif. This has the effect of showing progress while we are waiting for the back to
|
| NewBee Q: Saving TextBox data to Table and display a new page. | 18 Mar 2008 14:51 GMT | 1 |
I have a couple of newbee questions. I have a .aspx page with a couple of TextBoxes and a submit button. Now... When i press the submitbutton i want the data in the TextBoxes to be saved
|
| How to get application ID from asp page? | 18 Mar 2008 14:24 GMT | 1 |
Is there a way to get app's ID from a page in asp.net? Having application name (from membership) I think I could query aspnetdb for the associated ID. Is this the only way? Thanks,
|
| Scrolling to a specific control. | 18 Mar 2008 14:05 GMT | 9 |
I have a control on a page that appears when there's something somebody needs to enter. No problem - part of a panel and when they need to enter into it, I set the focus for the control. Problem is, it's not on the page. How can I get the control to be on the page when the page ...
|
| SQL question with Autocomplete | 18 Mar 2008 13:49 GMT | 2 |
I'm working on a little autocomplete functionality with the AJAX toolkit. I like to the following, Take the following 2 SQLs SELECT NAME FROM COUNTRIES WHERE NAME LIKE '%TORONTO%' (would return
|
| multiproject solutions | 18 Mar 2008 12:57 GMT | 1 |
I have several websites which share 99% the same code. At the moment i use a text diff program to synchronize changes between each site. This is a right pain because theres lots of sites and lots of code!
|
| Invalid Viewstate | 18 Mar 2008 12:52 GMT | 1 |
I have a web application that is in a "web farm" but has the load balancer configured to stay with the ip address it was initially assigned to. However, we added machineKey information in our web config file to assure that even if we did jump servers (which has happened), we ...
|
| How can i redirect from a webmethod? | 18 Mar 2008 10:10 GMT | 4 |
Hi; I have an aspx page with a WebMethod to redirect the user to another page. The Default.aspx.cs is; public partial class _Default : System.Web.UI.Page
|
| Hiding/Showing Elements with javascript | 18 Mar 2008 09:26 GMT | 1 |
I'm having some more problems with javascript. I needed some script to hide and show elements of my page in response to certain actions. So my script uses document.getElementById and sets style.display='none' to hide the element, and sets style.display='block' to
|