| Thread | Last Post | Replies |
|
| convert from static variables to session | 26 Jun 2006 06:26 GMT | 1 |
i m new in C#, and i m trying to prgramm a calculator program in web application. My program work very well using a static variables but i need to change these variables to session variables..
|
| Copying items from a Drop Down List to a List Box? | 26 Jun 2006 04:38 GMT | 5 |
I've got three controls on a page a Drop Down List, a List Box and a Button I've added 3 items to the Drop Down List I have added some code in the Button onClick Event Handler, as below
|
| Converting datareader value | 26 Jun 2006 04:36 GMT | 1 |
Which method is the most effective. - bool b = (bool)dr["column"]; -
|
| Unable to Deploy ASP.Net 2.0 App to Local IIS | 26 Jun 2006 02:56 GMT | 4 |
All, Not sure where else to go. I have: VS2005, XP SP2 Media Center, IIS5.1 Problem: Apps developed (even simple "Hello WOrld") apps simply won't deploy properly
|
| HOWTO: Customize ChangePasswordFailureText? | 26 Jun 2006 02:23 GMT | 1 |
I would like to display the ChangePasswordFailureText somewhere else. For example: Protected Sub ctlChangePassword_ChangePasswordError(ByVal sender As Object, ByVal e As System.EventArgs) Handles
|
| Dynamic controls | 26 Jun 2006 01:52 GMT | 1 |
I am working on ASP.Net 1.1 application. The application takes inputs from user in various web controls, and based on current input the next web control and data inside the control is generated. That means that we are creating controls on fly and adding it to Page
|
| Scalability of the Connected / Disconnected Model (Question) | 26 Jun 2006 01:50 GMT | 1 |
Hello fellow programmers! My question concerns the scalability of database access. In coldfusion (or php for that matter) for example, there seems to be only the connected model for accessing a DB. On the other hand, there is asp.net
|
| global.asax in v2 | 25 Jun 2006 19:39 GMT | 1 |
I notice that the global.asax in v2 is inline. because of this I can't say Session["mysessionvar"] = conn; The compiler will accept it but at runtime the exception says "Session State is not available in this context".
|
| Dreamweaver to ASP.Net 2003 | 25 Jun 2006 19:00 GMT | 2 |
i was hoping someone could help me with an annoying issue. I have inherited an asp.net web site built solely in dreamweaver and the site uses relative paths. I have however been building an admin section for the site in asp.net in a folder in my wwwroot directory.
|
| Web Site Project vs Web Application Project | 25 Jun 2006 17:10 GMT | 2 |
Sorry for a newbie question. Regarding ASP.NET 2.0, why would one choose Web Application Project over the Web Site Project? What benefits does Web Application Project provide beside backward familiarity? Thanks very much in advance for sharing your thoughts.
|
| Is this possible?!?!?!??! | 25 Jun 2006 16:26 GMT | 1 |
Here is my issue... I am working on creating a website http://www.adoptabrick.com The new site is in progress http://www.adoptabrick.com/pilot The first website uses flash right now on the page marked "The Wall". I
|
| IIF statement used to evaluate date and covert it to shortdate driving me to distraction | 25 Jun 2006 01:22 GMT | 4 |
I've just started in ASP and I'm having a few teething problems. Initially I tried to write out dates from the database using <asp:Label runat="server" ID="Label6" Text='<%# Eval("ShippedDate") %> But I got a problem with DBNull's, a kind sould told me to look at using IIF
|
| Move progress indicator in atlas | 25 Jun 2006 01:08 GMT | 1 |
I had asked this question on the asp website but no ans. How can I move the Atlas Progress Indicator on a page. It seems to default only to the top. I have three textbox and a button on a page. When the user clicks on the button I want three of the animated progress indicator to ...
|
| File Upload Progress Indicator | 25 Jun 2006 01:03 GMT | 1 |
I am trying to implement a file upload progress indicator (doesn't have to be a progress bar) using atlas... I do realize that the indicator cannot be implemented using Update panel control, but is it possible to implement it using some other control, for example a floating ...
|
| PageFlakes flakes | 25 Jun 2006 01:01 GMT | 2 |
I am trying to get atlas and asp.net to allow me to do a similar thing to the www.pageflakes.com flake. In as much as I want to to bale to have a wrapper for any control that displays that it is loading. Does anyone have an samples or pointers in how to achive this.
|