| Thread | Last Post | Replies |
|
| RedirectFromLoginPage | 14 Apr 2006 17:03 GMT | 2 |
I'm doping a maintenance for a project but I'm having an interesting issue with RedirectFromLoginPage coomand :) What happens is that the webapp, once user logs in, he/she goes gets redirected by default to the default.aspx page thorugh the
|
| dropdownlist in FormView "has a SelectedValue which is invalid" | 14 Apr 2006 16:52 GMT | 2 |
In my Registrant FormView I have a DropDownList which loads data from a secondary SqlDataSource "sdsOfficeParks". I need the user to select an office park but save the selected value in the FormView's ObjectDataSource "odsRegistrant" .
|
| How select query in dataset? | 14 Apr 2006 16:50 GMT | 1 |
Using ASP.NET 2.0... I have a DataSet1.xsd dataset (MyDs) I created. I have 1 simple SELECT query called GetData (in MyDsTableAdapter). How do I fill a new dataset using GetData?
|
| Update Database and Redirect to new page | 14 Apr 2006 16:34 GMT | 8 |
I'm fairly new to asp.net and I am struggling with getting my form to post to the database and transfer the user to a new page. I am using the FormView control. After the user completes the form, they click the insert button. The insertbutton has command="insert" which is auto
|
| Some App Mappings Missing | 14 Apr 2006 16:18 GMT | 1 |
I have a VirtualPC install of WindowsXP Pro and have installed VS.NET 2005 and the .NET Framework 2.0. I can not run ASPX pages. I checked the application mapping in IIS and most (but not all) of the mappings are missing. ASPX, ASMX are missing; but .MASTER does exist.
|
| Capture data before file upload | 14 Apr 2006 16:01 GMT | 2 |
I need to time a file upload using the 1.X HTML upload control. So I need the time the upload started, which is problematic since no page processing takes place until after the file is uploaded. Is there a way to write to the form (lblUploadStartTime) before the upload begins ...
|
| ASP.NET page bring someones data upon refresh | 14 Apr 2006 15:55 GMT | 8 |
Here in my web application, I have a data entry page with serval controls. Some of the controls have autopostback is set true. But the problem is when two or more people are entering data at the same time, in the middle of my data entry , it is brining someelse data on my
|
| ASPNET 2.0 Treeview HELP! | 14 Apr 2006 15:20 GMT | 3 |
I desperately want to replace my hand-made ajax treeview with the 2.0 TreeView. The webpage I'm designing uses the postbacks to dynamically fill the treeview. The reason why I'm doing this is because my tree is ENORMOUS. It can possibly hold millions of nodes. The problem is ...
|
| Session variable trouble | 14 Apr 2006 15:01 GMT | 14 |
I am facing a trouble. I have some Session variables in my code and somehow my session variables are getting mixed up with other users. For example User A has access to 10 companies and User B has access to 5, now when both of us hits to the server at the same time then their
|
| ArrayList and Structures VB.NET | 14 Apr 2006 14:49 GMT | 3 |
Newbie struggling with VB.NET I wish to create an arraylist of structures. I am very new to this coding syntax, so bear with my poor syntax - please struct mystruct
|
| Accessing a Persistent Object throughout a user session | 14 Apr 2006 13:35 GMT | 3 |
I want to create an object which is attached to the specific user session and I want to be able to access that object directly throughout the Pages, Page Controls, and Master Pages of the site. I'm assuming that the best way to do that is to create the object and then
|
| MasterPage -> Page -> MasterPage Code Access | 14 Apr 2006 13:34 GMT | 3 |
Hi. I'm a little confused about the code that resides in the code-behind of a MasterPage and the code that resides in the code-behind of the actual pages that USE that MasterPage. I'm noticing, for example, that the Page_Load on the specific page executes
|
| Page Encoding Problem? | 14 Apr 2006 13:28 GMT | 2 |
I have created the world's simplest Code-Behind ASPX page in VS 2005. I've used all the defaults. But when I go to build and run the page, it comes up in Chinese (or some Asian character set). I've tried lots of stuff here and nothing seems to be working. Any ideas?
|
| Gridview Sorting and Paging problem | 14 Apr 2006 13:06 GMT | 5 |
In my web design, I display records from a SQL DataBase according to some filters the GridView is defined with select commands and selest parameters however, I also want to display all records in the database when the
|
| Help removing a reference in a web site | 14 Apr 2006 13:01 GMT | 3 |
I am having a hard time finding an easy way to remove a reference to another .net project that I am no longer using (ASP 2.0 - this was an available option in 1.0). Other projects have a list of references that I can simply look at and
|