| Thread | Last Post | Replies |
|
| Public Sub New() not inheriting? | 20 Sep 2006 20:09 GMT | 2 |
Can someone tell me why, if i have a Base class (classA) that have a constructor of Public Sub New() End Sub
|
| ASP.Net: execute function on every page loaded? | 20 Sep 2006 20:01 GMT | 3 |
Hi, all! Using ASP.Net (2.0 framework) with VB.Net code-behind... Is there any way to execute a particular piece of code on each and every page load in a website, without specifically putting that same code (or user control) on each and every page? Some languages have a config ...
|
| Error in global.asax | 20 Sep 2006 19:59 GMT | 1 |
Writing a web app in asp.net using vb. Just created a new page, added a few minor controls and now blamo, the below error: HELP Server Error in '/newsite' Application. --------------------------------------------------------------------------------
|
| Response.Write In Class? | 20 Sep 2006 19:40 GMT | 1 |
Consider the following class named "Constructor.vb" which exists in C:\Inetpub\wwwroot\ASPX: Imports System Imports System.Data
|
| open excel file on page | 20 Sep 2006 17:51 GMT | 1 |
I am sure this must be simple do (famous last words?!). I have an excel file in a folder on the website and I just want to have it open up immediately (in an iframe or something?) once the page has been opened.
|
| Control events - page life-cycle | 20 Sep 2006 17:13 GMT | 3 |
I want to build a set of compiled user controls to incorporate into a web site. The majority of user controls will be placed on specific web page and these controls would share a common interface. The interface would expect some
|
| FileNotFoundException | 20 Sep 2006 16:17 GMT | 1 |
I have a problem with my asp.net application. I can't read a file that is on another server (10.1.8.15), while my application in on 10.1.8.14. In that file I have a shared folder, within the file "txt".
|
| DataReader and JOIN query | 20 Sep 2006 16:08 GMT | 6 |
This is the result of a JOINed query: question answer 1 a1 1 a2
|
| error trapping | 20 Sep 2006 15:38 GMT | 5 |
On my web app, I have a custom error page which the user sees, I then email the actaul error to myself since the site is up 24/7. I added the email portion to my app but now I can't see the user friendly error page. How can i still show the user friendly error page and email ...
|
| Span vs. DIV for asp:Label Control | 20 Sep 2006 15:29 GMT | 4 |
Hello All-- I have a number of <asp:Label CssClass="someclass">Text</asp:Label> controls on my page. I would like them to be shown as <div class="someclass">Text</div>
|
| Edit Web.Config from within Site? | 20 Sep 2006 15:26 GMT | 3 |
I have several web.config values that I would like to change via a web page within my ASP.NET 2.0 Web Application Project. Is it possible to do so, assuming the ASPNET user has filesystem permissions to write to the file? I thought I could use an XmlTextReader to slurp the file in,
|
| textbox in repeater loses value between postback | 20 Sep 2006 15:09 GMT | 2 |
I have a user control that contains a textbox and a link button. This UC sits inside a repeater control. When I click any button, any edited textbox value does not get sent back to the server side code. (I am using asp.net 2.0 and the aspx page in question uses
|
| Detecting script enabled | 20 Sep 2006 14:53 GMT | 2 |
How do i detect if the browser has javascript enabled. Note: i am not refereing to Request.Browser.javascript Barry
|
| Download method | 20 Sep 2006 14:34 GMT | 1 |
Hi expert, i try to search some info regarding this topic, but some how i donno what is the main key word for this, i cant get the exact info. i'm going to handle a project which need to download some big
|
| DropDownList Session | 20 Sep 2006 13:23 GMT | 1 |
I have a dropDownList which I have added to a session and am retrieving to save on server hits. The problem is that when I pull the dropdownlist out of the session, it does so, but displays nothing on the screen.
|