| Thread | Last Post | Replies |
|
| Hyperlink\HTML Table | 30 May 2008 15:06 GMT | 2 |
I have a HTML table that I have labels in several cells and I populate them in the Page Load event, from a dataset. I have a hyperlink in one cell that I want to display a website address in. I tried the markup below but it doesn' t work. The cell is blank.
|
| A way to refer to items in Session object without using Session directly | 30 May 2008 11:49 GMT | 8 |
Is there a way to refer to things in Session object without calling Session itself?
|
| SQLInCode | 30 May 2008 11:35 GMT | 2 |
I was using the SQL in another program I had. When I try to use it in the C# it will not work. The ASP.NET compiler does not like the single quotes. Is there another way to do this with SQL? Thanks
|
| Carriage Return in Web.config file? | 30 May 2008 10:48 GMT | 5 |
I am reading a string from a web.config file and displaying it in a label on an .ASPX page. I want a carriage return in the string so that it looks right, but can't get it to put one in.. I have tried using \n and e.t.c. in the config file setting but none ...
|
| Hide an ActiveX on an HTML page | 30 May 2008 08:21 GMT | 3 |
I woulf like to hide an activeX object in a aspx page. The ActiveX is decalred statically in the HTML code, and I'e tried to set the html visible "property" to "false" in the javascript page_load function (in the aspx page). It didn't do anything although the code is executed ...
|
| Getting Access Violation every time I modified web.config | 30 May 2008 07:24 GMT | 4 |
I am getting the following exception every time I modified web.config, the only way to fix it is to recycle application pool or restart IIS, but I don't want to do that all the times. TIA .
|
| FTP problems | 30 May 2008 06:46 GMT | 3 |
(Multi-post from microsoft.public.dotnet.framework.aspnet.webservices, Please apply all applicable pardons.) Hi all, I have a web service that FTPs data it receives to a third party
|
| LDAP from ASP.Net | 30 May 2008 06:43 GMT | 1 |
Even if I've lot of experience with dotnet programming (web and desktop), I'm new to LDAP stuff. One of my customers would like my web application to read LDAP directory to provide authentication, to avoid rewriting user data into an sql table. So
|
| Taking lot of time in loading user control on a web page | 30 May 2008 06:34 GMT | 6 |
When I press the button on the web page I am loading the user control on the web page. This user control is invoking some methods of the web service. The control on the web page is loaded very soon when running on the local machine ( measns where the web service is
|
| 2 Datagrid columns questions | 30 May 2008 04:04 GMT | 2 |
I have a Datagrid working fine, outputting: Group Most Popular Product Code --------
|
| Problem passing data between pages | 30 May 2008 03:40 GMT | 1 |
From the calling page I am assigning value a string to context as below; Protected Sub btnSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSubmit.Click Dim Msg As String
|
| user.config files available in asp.net? | 30 May 2008 03:08 GMT | 4 |
i want to use these but think they may be only windows forms
|
| Application settings | 30 May 2008 00:54 GMT | 3 |
Is there a way to have application settings in asp apps, like those in winform apps? Thanks Regards
|
| DataList or Gridview? | 30 May 2008 00:32 GMT | 1 |
I want to put a view on my page that looks like an interactive table. In other words, like you might see in an access form. I need it to show the columns across the top, and the rows below them. I need the user to be able to modify any one of the cells. Then when done, click ...
|
| dropdown looks empty, but has item | 29 May 2008 22:09 GMT | 3 |
In a certain condition I want to 'detach' a dropdownlist from it's datasource, clear it, and put in my own items via code. I tried it like this.... ddlCreatedBy.DataSource = ""
|