| Thread | Last Post | Replies |
|
| .Start() Spawning two consecutive threads instead of one? | 07 Dec 2007 17:06 GMT | 1 |
I'm using vb.net as my codebehind lang. and the following code is being executed in my aspx.vb page to stamp a DB row. Dim oStatsInfo As New StatsInfo(CartID, Batch, Set, Num, 0, 0, 0, 1, 0, 1)
|
| Dynamic asp:DrownDownList control | 07 Dec 2007 17:01 GMT | 3 |
I have a static AutoPostBack asp:DrownDownList and depending on the selected content of this list, I want to either 1) not do anything or 2) generate and populate a new asp:DrownDownList below it. How do I do this on the server side? I am trying to do this with minimal ...
|
| Interface called without implementing all methods | 07 Dec 2007 16:57 GMT | 3 |
I am a little confused here. I was under the impression that before you can use an interface (and you can't instantiate an interface), you have to implement all the methods. But I am trying to set up a Generic DataBase class and this seems to work.
|
| Passing SqlParameter not accepting value | 07 Dec 2007 15:29 GMT | 2 |
I am trying to build my own DB Class and am trying to set up my parameter list in an array of SqlParameter objects. In my regular code I would do something like: *********************************************************
|
| this.Connection.Close(); does not close the Oracle session! Please help! | 07 Dec 2007 14:07 GMT | 6 |
I'm writing an ASP.NET web application that uses an Oracle database. I OPEN the Oracle connection by using the following code: if (this.ConnectionString != "") {
|
| Error message 401.3: You do not have permission to view this directory or page using the credentials | 07 Dec 2007 13:34 GMT | 7 |
I got this error after creating the virtual directory and trying to access the webpage through wireless.. I had access before..but somehow I don't have any more does someone know how to resolve this issue?
|
| SqlDataSource control activating on button click | 07 Dec 2007 09:08 GMT | 2 |
As I have only recently started to use native ASP.NET 2.0 data access controls (and found them to be very powerful), I have one question that I was unable to find the answer to: - I have an ASPX page with a SqlDataSource control with Select, Update and
|
| Cascading dropdownlist - page life cycle | 07 Dec 2007 06:25 GMT | 2 |
Platform: .Net v2.0 Asp.net Scenario: Three dropdownlist controls on a user control. In consecutive order they are Countries, Regions, Cities. Countries is loaded during OnInit and the other two are left disabled. Once the user selects a country, the
|
| Opening two windows | 07 Dec 2007 03:34 GMT | 2 |
I have a page which enables filter values to be entered and a View button which opens a new window using javascript:window.open('http://myurl?parameterlist','_blank'). The client needs to see two filtered reports side-by-side from the same screen.
|
| 302 Object Moved response | 07 Dec 2007 02:33 GMT | 2 |
Sorry for this multi-posts; I don't know where the setting if it exists so I'm posting this to multiple groups. I was told that Response.Redirect would generate the http 302 Object Moved status in the response; but I couldn't get it to work. I created a project
|
| How to refresh a databound checkListbox? | 06 Dec 2007 23:55 GMT | 2 |
I have a checked listbox with some rows in it from a database. If a person were to delete one or more of the checked items, how would you update the list to show the deleted items have been removed?
|
| How to get two sessions on same workstation | 06 Dec 2007 23:41 GMT | 7 |
I am trying to get two seperate sessions on the same workstation. I have put the sessionid as a label on the page and I get only one sessionid if I open two "sessions" in seperate IE executions. I also get the same if I embed a webbrowser control into a windows application.
|
| writing COM controls to work in ASP.NET | 06 Dec 2007 23:33 GMT | 1 |
We have an OCX that we wrote some time ago for people to use in VB/VC forms. Now we tried using it in an ASP.NET project to add a web interface to our application. Problem is, we get server errors from ASP such as the following:
|
| AJAX Rating control in .NET 2.0 | 06 Dec 2007 22:55 GMT | 1 |
I need to add a rating control to our page so I thought I would try the AJAX one. Well after making all the changes to my web.config for AJAX it turns out that the control still doesn't display. I'm setting all the Css properties and I put the control in an UpdatePanel
|
| how to check end of session with clientcallback page? | 06 Dec 2007 21:59 GMT | 4 |
we have an intranet application where users can join a forum and post a message. The user first must choose a nickname. There are 'normal' pages and pages which use the clientcallback method, in order to refresh the list of active users into a forum.
|