| Thread | Last Post | Replies |
|
| Seperating code from HTML markup | 15 Feb 2006 15:29 GMT | 2 |
I am writing to ask for your opinions. I have a colleague who combines his code with the markup used to display the code (reckoning back to classic ASP). Here's an example of a datagrid column: <asp:TemplateColumn>
|
| Phantom Base class still appearing | 15 Feb 2006 15:15 GMT | 1 |
I'm a little confused as to why an old base class for my derived class is still showing up in the Local / Watch window. Basically I have removed all association with that old base class - removed all references to the namespace, etc but when I expand it in
|
| Instantiate webform classes .... | 15 Feb 2006 14:42 GMT | 3 |
How can I instantiate a webform2 object from webfrom1 codebehind? The class does not popup in intellisense and gives me and error if i try to create it. Nuno
|
| Obfuscating web apps | 15 Feb 2006 14:36 GMT | 4 |
This is partly a question, partly looking for feedback. I've developed a web app that may be distributed to a few companies, and I'd like to obfuscate the code. I haven't tried this with a web app yet, let alone an ASP.NET 2.0 app.
|
| Word template to be filled by the server in aspnet | 15 Feb 2006 14:30 GMT | 9 |
I wonder how I can populate the fields of a Word template in asp.net. Please note that data will be coming from a DB on the server. Thanks in advance.
|
| error "Thread Being Aborted" while downloading file | 15 Feb 2006 14:26 GMT | 4 |
Hi following is the code which sends file to the browser means user can download file, but the code generates error message Thread Being Aborted., will any one put their thoughts
|
| Themes, Pages, and Master Pages | 15 Feb 2006 14:22 GMT | 2 |
I am trying to understand some basic things about themes. Why cannot I attach a theme to a master page? When I define a CSS within a theme and then attach the theme to a page it seems that I cannot use the CSS definitions directly on that page. Is this
|
| DateTimePicker | 15 Feb 2006 14:21 GMT | 1 |
Hi; In a webform i have 2 dropdown and 2 textbox and 1 Calendar. If the selecteditem includes the "Date" string than the Calendar.visible must set true. if another item selected than the calendar visible will set to false
|
| Dynamically create ASPX form | 15 Feb 2006 14:17 GMT | 3 |
i want to build a small cms and wanted to know if it was possible to generate a aspx page dynamically? if so how basically i wan to be able to have a button create new page and name it.
|
| ASP.NET application load time after some change | 15 Feb 2006 14:16 GMT | 4 |
We developed a set of ASP.NET Web Applications that never runs in stand-alone mode, but always inside a portal (Rainbow Portal). All modules are copied on that portal. My question is: load time takes, sometimes, three or four of minutes in
|
| Nutex could not be created ASP.NET 2.0 | 15 Feb 2006 14:15 GMT | 1 |
I'm developing ASP.NET 2.0 web site via VS.NET 2005 and using local IIS 6.0 (Win2003 Server), everything works fine, however, sometimes, I can view the aspx page from VS.NET 2005 but
|
| Problem Downloading PDF with HTTPWebRequesst | 15 Feb 2006 14:13 GMT | 4 |
I am trying to download a pdf file using HTTPWebRequest class and then save the downloaded pdf to a SQL Server 2005 database image column and then display the pdf on a web app. When I try to display the PDF, Adobe reader comes up and shows an error
|
| Static Methods!!! | 15 Feb 2006 13:51 GMT | 2 |
I have created an assembly that contains a helper class (myTestClass) I have created a reference to this Assembly in vs2003. and included a 'using MyNameSpace;' entry in my code behind. Problem: I can't seem to access the static methods of this class:
|
| How to use Login Control in VS.2005 to Authenticate User ? | 15 Feb 2006 13:35 GMT | 1 |
How can I authenticate a User with Sql Server 2000 Sql Authentication, do I need to use sqldatasource control or something else ? Say, my User Name is : sa, and Password is: mypwd, initial catalog=Northwind I tried following :
|
| What is the secure way to share data between Intranet and Extranet? | 15 Feb 2006 13:20 GMT | 1 |
I have the scenario where I have one database and need to allow to see the information accessible from Intranet and (future)Extranet. I wonder what is the most feasible and secure way of doing it without buying second license for MS SQL and duplicating data. So far I am leaning ...
|