| Thread | Last Post | Replies |
|
| Developing Plug-Ins | 06 Jun 2007 07:38 GMT | 8 |
Is there any recommendation how to develop plugin-like Asp.Net pages? The use case: We have a framework, where you can administrate employees, customers, etc. Now, customers always want some specific additional views, which should be integrated into the web site.
|
| 'System.ServiceModel/ServiceHostingEnvironment' configuration section cannot be created. | 06 Jun 2007 07:21 GMT | 6 |
I deployed an ASP.NET Web Service on Server1 and it worked fine. However when I deployed the same Web Service on Server2 I am getting the following error, The 'System.ServiceModel/ServiceHostingEnvironment' configuration section
|
| vb6 to asp.net conversion question | 06 Jun 2007 06:17 GMT | 4 |
I am trying to convert some VB6 code to ASP.NET (as a way of learning). How would I declare the following in and vb.net code module? Public Type POINTAPI()
|
| Update command not working with hidden field as a parameter | 06 Jun 2007 06:13 GMT | 3 |
I have a formview with a datasource that contains a select and update command. The select statement works fine but the update command doesn't seem to be working. After some troubleshooting I have narrowed the problem down to the department_id parameter which is set from a hidden ...
|
| ASP.NET Gridview | 06 Jun 2007 05:20 GMT | 2 |
Is there any method that the gridview is binded to a dataset, but a dataset is not binded to a dataadapter, but bind to a object collector? I dont want to use foreach and response.write to loop the collector. Thank you.
|
| Dropdown List - display value/actual id | 06 Jun 2007 05:02 GMT | 2 |
I have recently started coding in asp.net (just 2 and a half days now). I am writing a simple test app that gets data from a data base and displays the value perfectly in the drop down list. However, each display value is simply that - a display value and is pretty useless
|
| Is it something wrong to have a namespace | 06 Jun 2007 04:58 GMT | 2 |
True that I am too late to start a project with ASP.NET 2.0.. I am just struggling a bit at the start here.. I have a post here already on a similar topic.. but I thought to have a fresh question.. Is it not recomended/ not needed to have a namespace for web pages in a
|
| Exception has been thrown by the target of an invocation | 06 Jun 2007 04:52 GMT | 1 |
We are getting the error 'Exception has been thrown by the target of an invocation' when creating a userid in ADS by using Membership.CreateUser. Have verified the required data namely userid, password, email
|
| time-out error page handle | 06 Jun 2007 03:53 GMT | 3 |
In my app, when the page has made a time-out, how can i redirect to a predefined error page on the IIS, when the user try to do an action, with a configuration in the web.config.
|
| menu sub level styling | 06 Jun 2007 03:48 GMT | 3 |
how can I get asp.net to not show the right arrow symbol that appears alongside top level menu items which contain lower level menu items? ( maybe not an arrow, more like a solid triangle, that is just sitting there, taking up space ;))
|
| Assembly's manifest definition does not match the assembly reference | 06 Jun 2007 03:46 GMT | 2 |
I'm sure I'm missing something very obvious here, but... I have an ASP.Net web application project (VS2005) that is compiled into a single DLL. I created a setup and deployment package and set it up on a test machine. It installed fine, but as soon as I started it I saw something ...
|
| assigned namespace | 06 Jun 2007 03:03 GMT | 6 |
This should be a quite old question, but any way.. Why visual studio 2005 does not assigned the default namespace to the web pages when creates a web site type project.. please explain? Nirosh.
|
| Uploading Images/Files To Server | 06 Jun 2007 01:05 GMT | 1 |
Does ASP.NET (using VB.NET) has any built-in component/class using which users can upload images (or files) from their local machine to the server?
|
| Object reference not set to an instance of an object | 06 Jun 2007 00:53 GMT | 42 |
Using VB.net and ASP.net At runtime I receive the error that MANY people receive who are using much more complicated code than mine. "Object reference not set to an instance of an object. "
|
| TextBox error after download | 06 Jun 2007 00:47 GMT | 5 |
Using ASP.Net 2.0, I had files that were compiling fine and running fine on my local host against Framework 2.0 until I downloaded WebMatrix. I brought one into WebMatrix and got the following message upon trying to run it. Now I also get that message when I try to run this file ...
|