| Thread | Last Post | Replies |
|
| Layout Question | 25 Jun 2008 02:39 GMT | 4 |
Hey All, I am trying to create a page that a thumbnails with a checkbox & title beneath along with a label. The page also has pagination with individual controls above and below.
|
| problem with dynamically created labels | 25 Jun 2008 00:55 GMT | 1 |
Three labels are dynamically created. If a certain condition is met, then label 2 must be hidden. My problem: if the condition is met, with this code here below, there remains a gap between label1 and label3. I tried to embed them into
|
| Page Redirecting | 25 Jun 2008 00:31 GMT | 4 |
I'm trying to do something in global.asax that I would have thought to be quite simple. Basically, any request at all should get sent to another page. I actually got the code below from a book. For some reason, it's not working.
|
| Can a Webmethod reference an ListView | 25 Jun 2008 00:15 GMT | 2 |
I'm calling the Webmethod from JS and at the end of the function I would like to do a a ListViewBillable.DataBind() in the Webmethod, calling a postback from JS is not rendering the correct results. How would I make a Reference to it as an Object to call the DataBind in the
|
| Poor performance under IIS | 24 Jun 2008 21:16 GMT | 14 |
I have an application which brings back 1000 records from a sql server database. Under the local asp.net development server provided with Visual Studio 2008, it takes about 1.8 seconds When I place this application in IIS it takes 16 seconds for the exact
|
| Help me with this error msg. | 24 Jun 2008 20:52 GMT | 1 |
This error message refers to my web.config file. Am I suppose to make an entry in the web.config file? I converted this site from .net20 with VS2008. Error 1 An error occurred loading a configuration file: Failed to start
|
| Styling DIVs in an UpdatePanel | 24 Jun 2008 20:36 GMT | 5 |
when I try to style a div using the id tag, from an external style sheet, it is not recognized. If I change the style sheet id to a class, it is recognized. Is this how styling a div within an update panel supposed to work? Example:
|
| how to access app_data folder of a web application from a WCF service project | 24 Jun 2008 19:44 GMT | 1 |
I have 2 projects: 1. Services (a WCF service project). 2. Admin (a web application project). I need to make a service in the Services project called ContractTemplates.
|
| OnBeforeUpdate being triggered by asynchronous events. | 24 Jun 2008 19:27 GMT | 3 |
I am running 2005, 2.0, Ajax. Extensions. I needed to run some client side code before allowing the window to close ( IE window still visible ), so i used the onbeforeupdate event of the window. This works ok, however, I have noticed that any asynchronous
|
| Does the onblur event still work in IE7? | 24 Jun 2008 19:27 GMT | 2 |
I am integrating some 3rd party grids into a large ASPX form page in VS 2008 using VB. I have 4 different grids on the page. The object is to not allow the user to leave a grid if he/she is in the middle of editing a row and has not
|
| IIS response is slow | 24 Jun 2008 18:12 GMT | 7 |
I have a simple web page ( 1 textbox, 1 label, 1 button). The page runs under IIS, but it takes at least a minute before it allows me to enter keystrokes after pressing ctl+f5. environment: vista home premium, visual studio .net 2005.
|
| Display "Please Wait" message in IFRAME while remote page loads? | 24 Jun 2008 18:07 GMT | 5 |
I am working with a web designer to display a large ASPX page (actually a 1-page multi-function application) in an IFRAME within a regular HTM style page. The problem we are trying to deal with is that it takes a few seconds to
|
| Timeout Troubles when I execute a sql quey. | 24 Jun 2008 18:02 GMT | 3 |
Hi all (vb) I worked with querys and they worked fine, but now I need to retrieve a lot of data, when I launch the query it stoped with this error: ---
|
| ASP.NET on Windows 2000 server | 24 Jun 2008 17:48 GMT | 4 |
Dear Friends My developer environmment has a Windows 2000 SP4 Server, and I can´t to update to 2003 or 2008, for reasons of... money. But, I need to install in this 2000 Server SP4 the ASP.NET framework.
|
| SSL or Not SSL | 24 Jun 2008 17:17 GMT | 1 |
I currenty am in the middle of developing a web application that is run under https. What I want to do is as follows: 1) Login page to run under HTTPS.
|