| Thread | Last Post | Replies |
|
| Placing elements beside ListItems in a RadioButtonList or CheckBoxList | 19 Mar 2008 21:17 GMT | 1 |
When creating a RadioButtonList or CheckBoxList, the only control allowed inside the RadioButtonList or CheckBoxList tags is the ListItem. However, I want to place a TextBox beside one of the ListItems. Is there any way to do this (other than using RadioButton and CheckBox ...
|
| Session State null at compile | 19 Mar 2008 19:06 GMT | 6 |
I have an odd problem which has me stumped around using Session state. I have an entirely dynamic page, with all controls added within the codebehind file. I save various objects to session state so that I can recreate the page on postback. This all works fine on second running, ...
|
| Danger Danger Will Robinson Vista SP1 | 19 Mar 2008 18:58 GMT | 2 |
Just installed SP1 for Vista. Took a while but seems ok. EXCEPT for IIS7. When I looked after the update the server is not started. So I start it. Still no luck. AH web sites are not started. Attempt to start . Ok cannot do it because another (PLEASE MS WHEN YOU GIVE ERROR ...
|
| Escaping Quotes in HMTL/ASPX? ResolveUrl?? <% | 19 Mar 2008 18:41 GMT | 2 |
This line fails because quotes inside the ResolveUrl causes a terminatino of the style property. How can I do this? <div id="TopShadow" style="height: 10px; width: 800px; background- repeat: repeat-x;
|
| Installing .NET 2.0 | 19 Mar 2008 18:37 GMT | 3 |
I need to have .NET 2.0 installed on a production server which is serving a website. What I am wondering is if the installation requires or performs a restart of the IIS services during the install? I have installed it many times before, but I can't remember for the life of
|
| Conditional output in Repeater? | 19 Mar 2008 18:11 GMT | 5 |
<ItemTemplate> <tr class="DataListStyle"> <td><%# Html.Encode((string)DataBinder.Eval(Container.DataItem, "Title")) %></td>
|
| How to configure a client/server in development | 19 Mar 2008 17:56 GMT | 5 |
I need to develop an application in ASP .NET (C#): this is my first time. The application will be very simple, but I need a third-party control for generating PDFs, and I have chosen one (Websupergoo). I have VS2005 on my PC, but I want to save the project on my development ...
|
| How to populate menuitems (parent and child) programmatically | 19 Mar 2008 17:23 GMT | 1 |
I've got a menu control that I want to populate programmatically but I can't work out how to add parent and child menuitems. I've found loads of examples of how to do it using datasets and xml files, but I don't want to do that. I want to do it in vb code. A very simple example ...
|
| DIV background-repeat background-image? For shadow effect | 19 Mar 2008 17:19 GMT | 3 |
RE: DIV background-repeat background-image? Sorry I know this is more an HTML question, but thought you guys might know. I'm trying to use style background repeat with DIV to get a shadow
|
| can I progarmatically register asp.net to IIS? | 19 Mar 2008 16:57 GMT | 1 |
I am using aspnet_regiss.exe utility from command prompt to register asp.net to IIS. But my requirement is to do it programmatically so that client need not worry about this registration. Can we do this programmatically??
|
| changing imagebutton | 19 Mar 2008 16:55 GMT | 1 |
I'm trying to change the visibility of an imagebutton on a page after all the controls have been used. When the page loads it displays a disabled imagebutton1, but it's visible and imagebutton2 is invisible. I have three controls a dropdownlist, textbox, and a
|
| some stuff private | 19 Mar 2008 16:54 GMT | 1 |
I want to keep some stuff just for certain web users using a secure folder with id and password which I can set up via my web hosts control panel If a visitor to my site needs to go to a page within this folder a login window appears and they have to login
|
| Understanding page cache when storing an object in it. | 19 Mar 2008 15:25 GMT | 3 |
Using ASP.NET 2.0 I always thought that cache has a global scope in the web application. Is it possible to save an object to the page cache so it's not in the application scope?
|
| Control is null in Page_PreInit | 19 Mar 2008 15:00 GMT | 8 |
I have some odd behavior in my PreInit. A control on my page is null at the time of PreInit so I can't give it the values it needs for it's Init, it is valid by the time of the Init on the page but that is too late.
|
| SiteMinder vs .NET Membership Provider/Forms Authentication | 19 Mar 2008 14:11 GMT | 3 |
We are currently under-going a new security service and the company is leaning towards using SiteMinder. My question is: why not just use the .NET membership and roles provider and create a custom provider suitable to the business need? What else does SiteMinder do that
|