| Thread | Last Post | Replies |
|
| Exception - Padding is Invalid | 21 Mar 2008 03:47 GMT | 11 |
I occassionally get the following exception from an ASP.NET 2.0 Web Application running on a shared web host. I have no way of knowing what the actual request page was as it never happens when I visit the site. The exception is trapped in the
|
| Consuming Web Service on Shared Hosting Platform | 21 Mar 2008 02:21 GMT | 3 |
I have a really simple test app which consumes two public web services (one stock quote and one Amazon books collection); it works just fine when posted on my local servers but when I publish it to either of my two public servers (shared hosting accounts), I get the .ASPX page ...
|
| print html rendered page from asp .net server | 21 Mar 2008 01:58 GMT | 3 |
I have an asp.net application which requires to fill a form. Once the form is completed, it should print the final page on server side (not the client side). I tried to use SHDocVw.InternetExplorer object. It opens up the window but it is hidden(even if it I make visible
|
| table border attribute | 21 Mar 2008 00:44 GMT | 2 |
hey all, is it possible to make the table border attribute dynamic? For example, is there a way to make it where i can set it in a style sheet? thanks,
|
| adding days to start date | 21 Mar 2008 00:17 GMT | 4 |
Hi, I have a web application that I need to add 3 days to the Now day, but need to make sure that I skip weekends and holidays. For example if Now is friday, 3 days + now should be tuesday, counting the current day as the first day. Now would never occure on a weekend or ...
|
| Xml web control and request validation error | 20 Mar 2008 21:25 GMT | 1 |
I hope there is a solution for this other than lowering guard by turning off ValidateRequest property of the page (or in webconfig) On page load I move xml string value into an Xml web control's DocumentContent property (not the XmlDataSource) and enableviewstate
|
| When does control data binding occur in a life cycle of a page? | 20 Mar 2008 21:21 GMT | 1 |
I need to execute some code _after_ page controls are bound to data (e.g. DropDownList). I could probably handle DataBound events for each control. But if I wanted to place the code in a page handler, where would I put it? Does Page_Load() event is raised after or before control ...
|
| How to append DropDownList value to button's PostBackUrl? | 20 Mar 2008 21:03 GMT | 3 |
I have a button whose PostBackUrl should include a value from a dropdownlist on the same page. Should I do that in the button's on click event? What I'd like to end up with is a post back url that looks like the following: PostBackUrl=somepage.aspx?param=<value> where <value> ...
|
| Passing data | 20 Mar 2008 20:48 GMT | 2 |
Hi, what are the forms of passing data from a web-form to another? Because the response.redirect will call the web-form but the forms input, hidden fields, etc on the source will be lost ..? Only way is via Request.QueryString? Page.aspx?var1=&var2, etc.. ?
|
| Setting up ODBC Connection in web.config | 20 Mar 2008 20:47 GMT | 2 |
I need to know how to setup and use an ODBC connection to SQL Server through the web.config file. I have done a connection using OLEDB but not with ODBC. Here's what I have with the OLEDB.
|
| Can AJAX UpdateProgress fire on a Response.Redirect? | 20 Mar 2008 20:27 GMT | 1 |
Hi. Is it possible to display an UpdateProgress control when an event calling Response.Redirect is executed? I have a simple webform with an ImageButton and an UpdateProgress control. My ImageButton's click event contains the following code:
|
| Round coners around the table | 20 Mar 2008 20:23 GMT | 5 |
I have seen many web sites where they have small round corners around the tables rather than the traditional square one without using images. Would like to know what css attributes or anything else is used to have rounds (inward/outward) etc on the html page?
|
| css question | 20 Mar 2008 18:45 GMT | 9 |
asp.net 2.0 I am just learning css. I created a css file for an aspx page. On the page I have several ASP:Label controls. I want them all bold. So I did this in my css file:
|
| Not able to run the asp.net from IIS server? | 20 Mar 2008 17:14 GMT | 7 |
Hi friends iam using IIS server to run my asp.net program. I can compile and run from the asp.net tool and also i can connect with sql server. when i try to run from the IIS server i was not able to connect with sql server and I am getting error as page cannot be
|
| pasring SOAP exceptions | 20 Mar 2008 16:58 GMT | 2 |
I would like to distinguish between two classes of exceptions thrown from my web service - one that is a standard exception that is not propogated to the UI and indicates a problem, and one that contains an error message (such as a validation failure) intended for the user.
|