| Thread | Last Post | Replies |
|
| FileUpload and "error on page" | 31 Mar 2006 10:54 GMT | 2 |
I've created a FileUpload in the footer of a Gridview. The only thing I want to do with this, is to pick a file with the Browse-button or to fill in a filename myself (without the Browse-button, but only the filename, not the filepathe!).
|
| User.IsInRole -> I do not want current user but all users | 31 Mar 2006 10:31 GMT | 1 |
I have a question, I know that I can determine whether an user belongs to a certain AD group. But what if I want to check for a serie of users? I could use the DirectoryServices classes but that's not that simple to
|
| control within a datagrid | 31 Mar 2006 10:19 GMT | 1 |
is it possible to display a control within a datagrid row ? eg a radiobutton ? thanks. regards, andrew
|
| how to read e-mail from asp.net | 31 Mar 2006 09:55 GMT | 3 |
How to read e-mail from asp.net
|
| How to access input fields written into a label field | 31 Mar 2006 09:19 GMT | 1 |
if you write a input field like textLabel1.Text = "<input id='" + fieldString + "' type='text' runat='server' class='tab1'/>" How can you get the response from the user.
|
| web.config roles | 31 Mar 2006 09:09 GMT | 5 |
I have a default.aspx which allows the user to choose between module Admin and module B. When the user clicks either one, he will be redirected to a FormsAuthentication login page. The problem I have is that currently, users of one module are able to access the other since I have ...
|
| Get mouse position in control. | 31 Mar 2006 08:57 GMT | 4 |
I have an application that has a vb.Net client and an ASP.Net page. In the vb.Net form I use Panel1.PointToClient(Windows.Forms.Cursor.Position) to get the position on a panel where the mouse was clicked. I would like to do the same thing in my ASP.Net page, but can't find a way ...
|
| cannot access a .aspx file from another system in local LAN | 31 Mar 2006 08:16 GMT | 1 |
please let me know how access a .aspx file from a remote system,when the client system does not have .NET framework & at the server side the website is running on the ASP.NET web development server. Error 1:Also i get a error saying that this application is beyond IIS
|
| How can I disable HttpGet and HttpPost access to my asmx webservice? | 31 Mar 2006 07:33 GMT | 1 |
How can I disable HttpGet and HttpPost access to my asmx webservice? Thank you, Max
|
| How to disable/modify the default test pages for asmx web services? | 31 Mar 2006 07:32 GMT | 3 |
When I run a web service project, ASP.NET shows me a default web method invoke page. How can I disable/modify the default test (or method invoke) page of the ASP.NET web services?
|
| CreateUserWizard ignores StartNavigationTemplate? | 31 Mar 2006 07:11 GMT | 3 |
Seems like CreateUserWizard flat out ignores StartNavigationTemplate. Not sure why the designer bothers to offer for you to edit it, but even when you specifiy this, it doesn't seem to be used. Is this simply inherited from Wizard? Seems the only Navigation that this step will ...
|
| debugdiag webengine.dll | 31 Mar 2006 04:37 GMT | 4 |
Recently installed 2.0 framework. Running one site under 2.0 and every day at about 7:00 p.m. I get one error in the event log, 1000 indicating w3wp.exe faulting. After running debugdiag it indicates an error with "webengine.dll" of which I can find absolutely nothing about on ...
|
| How to show data bind record in regular textbox object ? | 31 Mar 2006 03:48 GMT | 2 |
In ASP 2.0 , using datasource object with Gridview databind feature is really easy to show records from database. However , I want to do the samething but using textbox object because there are lots limit in Gridview item template. I am not sure can I do that with datasource ...
|
| Server control inheriting from TextBox look like label on webform | 31 Mar 2006 03:27 GMT | 1 |
My server control TextBoxPlus inherits from TextBox: Public Class TextBoxPlus Inherits System.Web.UI.WebControls.TextBox When I drag the control to a webform the control looks like a label?
|
| request.brower | 31 Mar 2006 03:07 GMT | 3 |
I am testing for brower type and version. When I use my FireFox version 1.07 browser I'm getting Netscape5 for type and 5.0 for version. Why? Thanks,
|