| Thread | Last Post | Replies |
|
| Accessing membership UserId programmatically? | 28 Jan 2007 22:48 GMT | 10 |
After a user logs in (ASP.NET 2.0 membership/roles), how do I programmatically access their UserId and other information stored in the ASP.NET database structure? A user may login at Login.aspx and then they are redirected to somepage.aspx. somepage.aspx doesn't have
|
| ASP.NET CSS Problem with FireFox | 28 Jan 2007 22:17 GMT | 7 |
I am trying to finish a site, but I can't seem to overcome this problem. It appears that FireFox cannot see the CSS style sheet. Here is the test site: www.NOTATranslators.org/New/Index2.aspx The sight looks right in IE7. It is developed with VS.2005 SP1.
|
| can i change the size of a file dynamically | 28 Jan 2007 21:42 GMT | 8 |
can i change the size of a file dynamically ? for example have 100 Kb and i want to decrease it to 20 Kb thanks
|
| DataGrid Paging makes DataGrid Disappear | 28 Jan 2007 20:59 GMT | 7 |
I have a simple DataGrid and trying to get paging to work. I orginially want to use this in an AJAX UpdatePanel, but I moved it out of it until I get it to work. This is the DataGrid in the ASPX:
|
| ASP.NET web hosting & 403.1 Problem | 28 Jan 2007 20:58 GMT | 1 |
When I create a new web project and upload it to a sub directory of www directory on my hosting service server, 403.1 error occurs. I e- mailed the adnimistrator once and he manually set 'script only' to the subdirectory then. But you know, as a learner, I create and test web
|
| DataView Button Event | 28 Jan 2007 16:50 GMT | 7 |
What event is raised when the user click on a regular (not delete, edit buttons) within the control Thank you, Sam
|
| ASP.NET noobie question (development model + also question on best ASP.NET book) | 28 Jan 2007 16:29 GMT | 1 |
I have several years programming experience (C/C++) and have only recently started looking at developing web apps - after playing with PHP for a while, I decided there weren't enough tools etc to get me up and running quickly enough, so I turned to look at ASP.Net
|
| CSS - how to reference the CSS in a web page? | 28 Jan 2007 16:27 GMT | 13 |
I use ASP.NET 2.0 and I created a stylesheet, but I don't know how to make it visible to a web form "MyWebPage.aspx" that uses the master page. I put a reference to the css in the .master but it's not visible to the newly created page. MyWebPage.aspx doesn't have a
|
| Declaring an ASP.NET assembly a friend | 28 Jan 2007 16:10 GMT | 2 |
I'd like to declare the assembly containing my asp.net application to be a friend of another assembly. In particular, I'm having trouble figuring out how to pull this off in VS 2005. It looks like I can opt to use fixed names for the assembly, but I'd like to hand specify the
|
| e.NewValues value is missing | 28 Jan 2007 16:08 GMT | 5 |
I am looking for the newly entered value in the GridView control and there is no values retuned in the e.NewValues collection (count is 0) Thank you, Samuel
|
| pageindex in gridview | 28 Jan 2007 15:51 GMT | 1 |
I have a gridview with paging turned on and using a custom class as a datasource. HOw can I determine what the nextpage is when the user clicks on a different page? thnks
|
| Questions in web project setup, please help!! | 28 Jan 2007 13:14 GMT | 1 |
Question 1: In visual studio 2005 web setup project, how do I do in order to let the installed web project to use a specific existing application pool? Question 2:
|
| Default image in asp:image control | 28 Jan 2007 13:11 GMT | 3 |
I have an application that will display user-defined images in some asp:image controls. (sets the ImageURL, and is always built from the site root) The problem comes when the images specified do not exist, as it displays
|
| Script debugging very strange behavior after error - can't use file name any more. | 28 Jan 2007 11:31 GMT | 4 |
I was debugging my JavaScript in VS2005, the script probably had an error some ware (Line 25), after I fixed the error, I am trying to run the page again I am getting the same error "Illegal argument" at that same line 25.
|
| Operation must use an updateable query | 28 Jan 2007 10:10 GMT | 11 |
I have always been working with SQL Server 2005 for ASP.NET apps but due to some reasons, had to revert back to MS-Access 2000. When I try to insert/update a MS-Access DB table (MDB), ASP.NET generates the following error:
|