| Thread | Last Post | Replies |
|
| How read HTML contents into a string? | 20 Feb 2006 18:32 GMT | 5 |
I have an HTML file that I want to read on the fly and insert the contents into a string (for the body of an email.) How can I do this?
|
| ImageButton Click Event in CustomControl | 20 Feb 2006 18:15 GMT | 2 |
I have a dynamically created ImageButton in a custom control, and I can't get the control to handle the ImageButton Click event. I see the control in the Page.Request.Form.AllKeys collection, but it's represented as "imgbtn.X" (and .Y), and I'm guessing that .NET can't connect ...
|
| SmartNav and win 2003 | 20 Feb 2006 17:56 GMT | 2 |
Framework v1.1 Can anyone tell me why SmartNav sometimes doesn't work when running under IIS 6 on win2003? When I say doesn't work, I mean when you do a response.redirect from a page that has smartnav enabled, it doesn't go
|
| Dynamic User Controls Question | 20 Feb 2006 17:45 GMT | 1 |
I have a fairly complex form that needs to load and maintain the state of several different dynamic user controls. Here is the workflow: 1) A series of editable user controls (each containing basic web form elements: textboxs, buttons, etc) are loaded from an xml file.
|
| Error when creating a new Web Service | 20 Feb 2006 17:35 GMT | 2 |
I have an application which runs in our development enviroment which is Windows Server 2003 with the DOT.NET 1.1 framework. OUr production eviroment is W2K Server with SP4. We have other ASP.NET applications and web services running on the same server wich are running perfectly ...
|
| strict="true" - Not working in asp.net 2 and VS2005 ?? | 20 Feb 2006 17:28 GMT | 3 |
We are in the process of moving from .net 1.1 to 2.0 and I dont seem to be able to resolve this problem. In VS2003 the Option Strict was swtiched on in the options menu and this was stored in a project file.
|
| How to create Activex control with visual studio ?? | 20 Feb 2006 16:46 GMT | 2 |
I have a dll written in visual basic.net, I need to run this dll on client's machine, so if i need to wrap it as an activex control to be downloaded on client's machine how can i do this using visual studio 2003 or 2005 other than visual basic 6 or visual c++ ??
|
| Is JSF ready to take on ASP.NET? | 20 Feb 2006 16:25 GMT | 1 |
http://www.javalobby.org/articles/jsf-asp/ Patrick
|
| Dynamlic create Webpart Pages | 20 Feb 2006 16:19 GMT | 1 |
is it possible to generate dynamicly new WebPart Pages? Each user of my application should have the possibility to save many different Views (WebPart Pages). Thanks,
|
| MARQUEE | 20 Feb 2006 16:18 GMT | 1 |
Hi,exist in .Net Framework equivalent for html:MARQUEE as server control ? thanx
|
| Is possible to rename my aspx to htm | 20 Feb 2006 16:06 GMT | 5 |
I would like to know if is possible to rename my aspx .pages to .html (or to a different extension..for example .mjk)..and continue running the code behind, everything......as normal aspx pages is that possible?
|
| Most common approach to inserting/updating/deleting data using a grid | 20 Feb 2006 15:48 GMT | 1 |
I know the above subject heading may seem stupid but I really would like to know what the most common (and I'm assuming the most-common would mean the best way) method is to present data to the user and allow them to add/change and delete it through a grid control on a web form?
|
| Urgent : Populate a dataset from a stored proc in .NET 2.0 | 20 Feb 2006 15:41 GMT | 5 |
I'm sorry I'm reposting this but the original was urgent and I do need closure on this. I'm calling a stored proc which does 4 "selects" and then I populate a dataset looping through the dr using a dr.NextResult() but the stored proc
|
| Problem | 20 Feb 2006 14:48 GMT | 3 |
I am new to group and even to .Net. I am to access Web reference in my program,but whn i add Add Web Reference after processing the error comes "The request failed with HTTP status 407: Proxy Authentication Required."
|
| Casting user controls | 20 Feb 2006 14:46 GMT | 1 |
Has anyone else experinced major issues with the model ASP.NET 2.0 uses for user controls? When I attempt to cast a dynamically loaded user control (or master page, for that matter), like the following: Dim article As App_Controls_ctlArticleDetail =
|