| Thread | Last Post | Replies |
|
| CSS in MasterPages | 05 Dec 2007 17:03 GMT | 15 |
I have a master page I want to use a CSS stylesheet for. I put the link tag in the master page markup, like this <link href="Styles/MyStyle.css" rel="stylesheet" type="text/css" /> It works fine in Visual Studio design view when I look at a content page
|
| Anyway to Specify the User's Name with Membership? | 05 Dec 2007 16:28 GMT | 8 |
Is there any way to specify a user's name using ASP.NET membership? I know there is a UserName property but that's a unique login name, and not ideal for the user's actual name. (Also, I'm going to use emails for the username.)
|
| Is ASP.NET only for SQL Server Users? | 05 Dec 2007 14:36 GMT | 4 |
Does anyone know a simple way to configure Oracle as the datastore for the Session State of an ASP.NET application? Not all the Oracle users works with Java or PHP and not all ASP.NET developers work with SQL Server. Marc Biotteau
|
| Dataset from a Dataset ? | 05 Dec 2007 13:21 GMT | 4 |
I have One Dataset with Invoice Data for 5 Customers. I have 5 GridView Controls, and I want to display each Customer Records in each GridView, how can I ? Can I create a dataset from existing Dataset for each customer, so that I
|
| GridView Formatting ? | 05 Dec 2007 11:34 GMT | 2 |
How can I convert the following code to CSS Style Sheet, so that I can apply this style to other GridView Controls ? asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None">
|
| Insert Button. ListView or GridView. Is this possible? | 05 Dec 2007 11:24 GMT | 2 |
I am working with a ListView but I suppose that with a GridView might be the same. Instead of having an Insert Button on each GridView row I would like to have only one Insert button, for example, in the GridView footer.
|
| From 1.1 to 3.5 - Project Types | 05 Dec 2007 11:07 GMT | 3 |
In a "nut shell", what are the primary / high-level differences between the following project types available in Visual Studio 2008: 1. ASP.NET Web Site created via File | New | Web Site
|
| File IO - Access to path "xxx" is denied Error | 05 Dec 2007 10:09 GMT | 6 |
I am getting an "Access to the path "xxxx" is denied error. I believe is because the file that I am writing to programatically is being read/written to by another end user. These files have the same file name and must have the same file name. I am essentially overwrite an existing ...
|
| how to fire custom server control events before Page_Load event | 05 Dec 2007 09:27 GMT | 2 |
I would like to fire some custom server control event before Page_Load event like this (from the trace of an aspx page) : Trace Information Category Message From First(s) From Last(s)
|
| Purchase Visual studio 2008 | 05 Dec 2007 09:21 GMT | 18 |
Goodmorning, within year-end I must buy some licences of Visual Study 2005, and I cannot wait for the escape of Visual Study 2008... Someone knows if they are available "promotions" or other that concur, with the purchase of
|
| ASP.NET 3.x --- WPF --- Silverlight | 05 Dec 2007 08:23 GMT | 5 |
I am trying to get my head around where/how the above technologies fit in the Microsoft world/roadmap. For example, I read that WPF applications can be hosted in Browsers. Then I read that Silverlight is basically the Web subset of WPF.
|
| server won't run asp.net app | 05 Dec 2007 07:47 GMT | 5 |
We have a new server2003 machine that was built like all the rest - IIS and everything needed to run asp.net apps. We have a test asp.net website that we use for new machines to make sure everything works right. This new server won't run our test app. It won't run .aspx pages. ...
|
| Menu Control Odd Behavior | 05 Dec 2007 06:49 GMT | 5 |
I realize that the obvious suggestion would be malware, but my definitions are up to date and I have already scanned for it. I have also tried disabling all IE add-ons. I just rebuilt and deployed my website (WAP) in ASP.NET 2.0. Everything is
|
| ajax modalpopup extender help | 05 Dec 2007 04:23 GMT | 1 |
On my page I have updatepanel 2 buttons, 2 modalpopup extenders
|
| Replacing VS .NET's SQL Server Express Edition Integration | 05 Dec 2007 02:30 GMT | 12 |
I've seen many posts and ready articles discussing how changing the membership & roles "provider" in VS .NET is easy, but have yet to see instructions on how to do it. If I already have SQL Server 2000 on a machine and didn't install SQL Server
|