| Thread | Last Post | Replies |
|
| How do you find the name of the ascx file from inside? | 29 Sep 2006 15:40 GMT | 1 |
I am trying to get the name of the ascx file from inside a C# script tag inside the ascx file. I have looked through all the properties of the control, but I cannot find anything that gives some sort of path or name. Can anyone help?
|
| Column does not belong to table error | 29 Sep 2006 15:16 GMT | 4 |
We are using .NET 2.0 and intermittently egt the following errors on almost all our web pages. The error is not repoducable and cycling the worker process seems to temporarily fix the problems. Has anyone seen this or have any suggestions?
|
| redirect after sometime | 29 Sep 2006 15:13 GMT | 2 |
A logged in user clicks a Logout link which takes him to Logout.aspx where in I am using the SignOut method of the FormsAuthentication object to logout the user. What I want is as soon as the user is taken to Logout.aspx, apart from logging him out, a Label should be displayed
|
| Databinding a Multi Column List? | 29 Sep 2006 14:24 GMT | 1 |
I need to databind a record set from the database into a page. The output I need is a textbox and a label for every item in the resultset, but I don't want a long vertical list... instead I want a table with 3 or 4 columns, with each cell holding a textbox and a
|
| How to get ClientID of a control added in the DataGrid ItemCreated event? | 29 Sep 2006 14:09 GMT | 2 |
I am doing something like this in the ItemCreated event (ASP.Net 1.1): DataGridItem pagerRow = e.Item; TableCell pagerCell = pagerRow.Cells[0]; Control addedControl = new Control();
|
| Screen Refresh | 29 Sep 2006 13:44 GMT | 3 |
In asp.net (vb code) is there any way of just have controls that have changed refresh rather then the whole screen. Thanks in advance
|
| How to debug a web appplication? | 29 Sep 2006 13:42 GMT | 5 |
I have implemented the ASP.NET Club Site Starter Kit on my 1&1 web space. I have recently been getting some errors where the page doesn't load and just comes up blank. I have put a handler on Application_Error in
|
| shared object in GAC for different processes | 29 Sep 2006 13:31 GMT | 3 |
Is it possible, using static properties, to have a shared object in the GAC that can be accessed by differnet processes? If so, how? If not, how can I have a shared .NET object that can used by different processes? Thanks.
|
| This is a basic overall question. Please note I am new | 29 Sep 2006 13:12 GMT | 4 |
This is a basic overall question. Please note I am new to ASP! I am currently running IIS 5/Access 2000/Windows 2000 and have developed a web application.
|
| FormsAuthentication Cookie | 29 Sep 2006 10:02 GMT | 2 |
A web.config file has the following code: <configuration> <system.web> <authentication mode="Forms">
|
| FormView not opening | 29 Sep 2006 09:11 GMT | 3 |
I have a LinkButton that does two things: 1. Open a GridView to view the records to open in the FormView (fvServiceNotes) 2. Directly open the Formview in Insert mode (fvServiceNotes).
|
| what do i need to do to make this work | 29 Sep 2006 05:34 GMT | 2 |
hey all, how do i make the toolbar example (shown at the link below) work for vs2003 or vs2005? http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview /toolbar.asp
|
| CSS not working | 29 Sep 2006 05:14 GMT | 7 |
I have the some css (provided at the end of the post) and use it in my aspx page (code provided at the end too): the problem is, the TDLeftBar class should limit the width to a minimum of 150px but it does not work... Can somebody tell me what's wrong? I tried with width and ...
|
| Problem of transfer project to a new server | 29 Sep 2006 05:06 GMT | 2 |
Hi, there, I'm trying to open and edit a exsiting Web project on a new server using Visual Studio. But I got problem opening it, the error message as following: " The web server reported the following error when attempting to
|
| access denied error for file upload | 29 Sep 2006 04:42 GMT | 1 |
Ok, here is the issue: I have 2 web pages one does a file upload to a database and the other page does a FTP to a server, both pages use the c:\temp directory. The page that uploads to a database works fine, the page that FTP's the
|