| Thread | Last Post | Replies |
|
| IIS Problems in Vista | 21 Jul 2007 23:18 GMT | 10 |
I just moved to Vista and added IIS. Everything that I see indicates that IIS is running as it should be. However, when I open up VS2005 and try to create a new website, only filesystem is available. The option for creating a site on localhost is not available (greyed out). ...
|
| checkbox ? boolean, bit and int16 - datasource controls? | 21 Jul 2007 22:51 GMT | 2 |
What's messed up here is that i have close to identical code that is working perfectly, only difference is that code uses sqldatasource control instead objectdatasource used here. Getting this error during the update:
|
| Server Error in '/' Application. Can't find default | 21 Jul 2007 19:57 GMT | 1 |
am trying to test the following simple program on my Web Server and I get the message: Parser Error Message: Could not load type '_Default'. Source Error:
|
| How to send a Votingoptions mail | 21 Jul 2007 18:44 GMT | 1 |
How to send a Votingoptions mail in ASP.NET Regards Satyawan
|
| How to access namespace from custom user controls? | 21 Jul 2007 18:22 GMT | 2 |
I have a custom user control. How do I write the script in a way which i can import custom namespace within the custom control? Please advise.. Thanks! mycontrl.ascx
|
| ASPNETDB membership security on remote DB.. Roles? | 21 Jul 2007 18:04 GMT | 1 |
Im keeping my aspnetdb on a remote server instead of the default local sql express db on under my project. everything is working well and i have the right settings under my web.config. I now added role security and it insiste on creating a local db and adding it there..
|
| drop down list - how to force selected item | 21 Jul 2007 17:42 GMT | 3 |
I have a drop down list on an asp.net 2 page that is bound to a table. By default it displays the first item as the selected item. But I want to make sure that the user must change the selection. I am using the change-selection event to trigger so other code. If the user is
|
| Instanciar COM en Cliente | 21 Jul 2007 14:35 GMT | 2 |
Hola un saludo a todos, quizás el titulo suene algo confuso, para mi lo fue cuando lo escuche, la historia es algo así.... Llego un desarrollador contándome que había realizado una aplicación en ASP .NET mediante la cual instanciaba un objeto COM... hasta ahí todo bien, pero
|
| ignore the validation when i click cancel | 21 Jul 2007 11:58 GMT | 1 |
I've a validation control in my page, In some cases i don't want to check the validation like when users click cancel, i'l take the page to home page. But it checks always validation. How can i ignore the validation when i click cancel
|
| ASP.net does not execute | 21 Jul 2007 10:08 GMT | 4 |
I am using VISTA . I have IIS enabled . I installed VS 2005 successfully. Under old ASPX you knwo you go to inetpub wwwroot and run a test default.aspx file to see if it executes properly.
|
| Gridview and column with variable image | 21 Jul 2007 04:48 GMT | 3 |
Hi group, I'm looking for some help on how to achieve the following in a gridview control that is based on an ObjectDataSource. The SelectMethod of the datasource returns a list of Customer objects.
|
| How to pass large amount of data to a script that generates a dynamic image? | 21 Jul 2007 00:10 GMT | 4 |
I am writing an HTMP page like below: ---------------Dynamic HTML Page report.aspx----------------------- 1. Complicated algorithm to generate data and store it in memory 2. Inline Image to visualize generated data in graphic format.
|
| HtmlInputFile control problem | 20 Jul 2007 22:19 GMT | 1 |
Any one can help me out in this regard? The problem is: After selecting the file using HtmlInputFile Control(Browse option), how to set selected value(File path) between different postbacks? Because as we know we can't set the value properity as it is get properity. So if any hack ...
|
| Problem with cookies | 20 Jul 2007 21:32 GMT | 1 |
i've run into an interesting problem and cannot seem to find a solution. I have a site that when loads writes a cookie and trys to read it to see if cookies are enabled. If it fails it redirects to an error page telling to enable cookies. Now when I block cookies in
|
| Bypassing INamingContainer for server controls on page | 20 Jul 2007 21:32 GMT | 5 |
The clientID of our controls have become very long since we have 2 master pages that our pages inherit from. Some team members at work are thinking they want to override ClientID for our controls (custom controls inherited from normal .net controls) so when the controls are rendered ...
|