| Thread | Last Post | Replies |
|
| Unable to cast object of type... | 15 Feb 2008 04:09 GMT | 2 |
I'm having a strange problem as of late. I can't seem to retrieve an object from the cache. Here a sample of the code I'm using: 'global variable Dim fItems as Item() 'Item is a custom class
|
| FormsAuthentication and GetRedirectUrl | 15 Feb 2008 02:45 GMT | 3 |
I'm using FormsAuthentication for a single page. If the user tries to go direct to the page they are prompted to login. This all works fine. But if the user doesn't have a user account and clicks the Create user account link the GetRedirectUrl no longer has the original page they ...
|
| UpdatePanel acts differently inside Content area of Master Page | 15 Feb 2008 01:10 GMT | 3 |
Just wondering why this would happen. I had created a standalone ASPX page in which 5 controls are wrapped in an UpdatePanel. The idea is Control1 selection populates Control2 then Control2 populates Control3, all depending upon which selection the user makes in each contol. For ...
|
| Validation Controls | 14 Feb 2008 21:40 GMT | 1 |
I have creates a webform with multiple textboxes and associted them with some validation controls (like requiredfieldvalidator). There is command button also. There is some code written in the click event of the the button. I want that when someclicks that button then the code
|
| VS2008 Design view doesn't like LoginView!!! | 14 Feb 2008 21:21 GMT | 1 |
It appears that if you have a ContentPlaceHolder within a LoginView control on a masterpage that you will not be able to use the design feature in VS2008. To reproduce the problem simply place a LoginView control on a master
|
| Is there any way to append some items to List box, without retrieving all items through AJAX? | 14 Feb 2008 21:02 GMT | 1 |
Suppose i have a multi-select list box which loads data from a table in a SQL Server 2005 Database. This list box loads all rows from the table, which has around 2000 rows. So when databinding all 2000 rows will be fetched from database and bound to
|
| create new email message from asp 2.0 | 14 Feb 2008 20:59 GMT | 6 |
I'm converting an MS Access app to ASP 2.0. One of the features we have in the Access app is the ability to send PDF versions of reports in an email from the current user. I'm using Ghostscript and some related code to create a new email message on the client machine
|
| currency format | 14 Feb 2008 20:15 GMT | 1 |
I have to format a number in currency format but I don't want the decimals. I want it to look like $4545 and not
|
| Findcontrol on Gridview Boundfield?? Type Label? | 14 Feb 2008 19:38 GMT | 2 |
re: Findcontrol on Gridview Boundfield?? Type Label? In the row command event I've been able to pull the value of a cell as follows when the cell was produced from from an itemtemplate as follows:
|
| problem iterating through textboxes | 14 Feb 2008 19:36 GMT | 1 |
I have 10 sections on my page - - in each section I have 2 textboxes, named similarly (txtIn/txtOut), but adding the number to the id - - so it's like txtIn1, txtOut1, txtIn2, etc I'm trying to iterate through them and check to see if each has text in
|
| Creating Ajax Web Application in VS 2005 | 14 Feb 2008 18:56 GMT | 7 |
I am using Visual Studio SP1 and just created an Ajax web application. I went to the default.aspx page and changed it to design view and the scriptmanager control says: scriptmanager1:Failed to create designer
|
| converting HTTPWebResponse object to HTTPResponse object | 14 Feb 2008 18:19 GMT | 2 |
I have a httpwebresponse object(given below) Dim req As WebRequest Dim rsp As WebResponse <....logic to read the http web request object.....>
|
| loading xmldocument with httpwebrequest object? | 14 Feb 2008 18:18 GMT | 9 |
Is it possible to load a xmldocument(say xmldoc) with a httpwebrequest object? Thanks, Deepak
|
| Executing Javascript on Page Load | 14 Feb 2008 18:16 GMT | 2 |
I've created some javascript and added it to my page (from a user control) using Page.ClientScript.RegisterClientScriptBlock. The javascript hides and shows certain elements in response to radio buttons being selected. It seems to work fine except that I really need to run the ...
|
| Master page question | 14 Feb 2008 17:21 GMT | 3 |
Hi I am setting up a web application and am trying to use a master page (vs2005). Just a few questions, is there anyway to resize the ContentPlaceholder as I want to place a menu on the left side of the master page but the ContentPlaceholder extends all the way accross the page. ...
|