| Thread | Last Post | Replies |
|
| Server.Mappath and Virtual Directories | 24 Mar 2006 14:00 GMT | 14 |
I have a web application with a virtual directory in it. With 'virtual directory' i mean a folder whose physical path is different from the physical path of the application, but in which Web Sharing is active.
|
| Migrate ASP 3.0 applications to ASP.NET | 24 Mar 2006 13:54 GMT | 3 |
I would like to know that is there any need to Migrate ASP 3.0 applications to ASP.NET Is there any Cease or end of lifecycle of products on ASP 3.0 and associated web based products announced by Microsoft, I have tried across all Microsoft
|
| How to add roles to user using Forms Authentication in ASP.NET 2.0 | 24 Mar 2006 11:56 GMT | 2 |
When creating this website I user a custom authentication method to validate the usercredentials (I think the membership provider is an overkill since I only use the authentication part). When I have a authenticated user I use
|
| Checkbox and dropdownlist row in repeater row | 24 Mar 2006 11:48 GMT | 2 |
I have x number of table rows that all should have a checkbox and a dropdownlist on each row. The checkbox could be checked and the dropdown should contain y number of values that are related to the row. I can't find a good control for this in ASP.Net 2.0.
|
| add new rows of data to a datatable of a dataset | 24 Mar 2006 10:10 GMT | 4 |
I want to keep adding a row of data each time to the datatable of a dataset. I see on msdn that I could do this: ie. workRow = workTable.NewRow();
|
| GridView formatting rows/columns question | 24 Mar 2006 10:00 GMT | 2 |
I've been looking into different ways of formatting columns/rows in the GridView control. I realize now, I think, that once the datasource is bound to the control the original column type information is lost, i.e. converted to a string.
|
| Debugger problem | 24 Mar 2006 09:40 GMT | 4 |
I am developing a website in asp 2.0 and have recently started having problems setting breakpoints for debugging. I can set a breakpoint, start the debugger, then the breakpoint will show the message: "The breakpoint will not currently be hit. No symbols loaded for this document" ...
|
| Master Details Data on web forms | 24 Mar 2006 08:55 GMT | 1 |
I have Master-Details-Details type of data i. e. every row of details table is attached with multiple rows of third table. What is the best approach (performance wise) to show this kind of Master Details Data on web forms ? Thanks in advance.
|
| Having problems with Netscape 6+ and XHTML 1.0 Transitional | 24 Mar 2006 08:25 GMT | 1 |
I'm using a normal DHTML menu control (known as skmmenu control) and It works fine with IE. But I have Issues in displaying the submenu in Netscape 7+. It doesn't seem to be taking the style.position = 'absolute' and
|
| Mapping problem with ADO.NET - PLEEZ HALP!!! | 24 Mar 2006 06:24 GMT | 1 |
I'm trying to establish table mappings, and I've hit a snag. At the point to where I try to fill the schema (DB_adapter.FillSchema), I get an exception, and the message is as follows:
|
| Disabling controls on aspx pages | 24 Mar 2006 06:11 GMT | 3 |
I'm a bit confused about something. I have an aspx page populated with dynamic controls; textboxes, labels, radios and so on. On the page is a Yes/No radio combination and 3 textboxes. The textboxes are visible. If you click the No radio, the textboxes should disappear.
|
| missing identifier ? | 24 Mar 2006 05:47 GMT | 3 |
what's missing here ? Compiler Error Message: BC30203: Identifier expected. Source Error: Line 11 Line 9: Public Class GetVol
|
| What if cookie are disabled? | 24 Mar 2006 02:10 GMT | 3 |
I noticed that if cookie is disabled, unfortunately adding cookie to the collection doesn't trap any error, and this is really good for some aspects, because it's impossibile to understand that since next time you use the cookie.
|
| Roles.IsUserInRole maps call to GetRolesForUser... Why? | 24 Mar 2006 02:10 GMT | 7 |
The documentation for RoleProvider.IsUserInRole states: "The IsUserInRole method is called by the IsUserInRole method of the Roles class and the IsInRole method of the RolePrincipal class to determine whether the current logged-on user is associated with a role from the data ...
|
| WindowsTokenRoleProvider Anyone? | 24 Mar 2006 00:51 GMT | 1 |
Hey All, I'm attempting to put together a "secure" ASP.NET 2.0 application with one requirement that has given me a bit of grief: In a nutshell, if the user's session expires then they should be forced to re-authenticate with the application by providing logon credentials.
|