Contents

Posts in microsoft.public.dotnet.framework.aspnet

 

Strange Custom Control Problem (.Net 2.0)  Replies (1) 9 January 2008
Hello Developers, I have a control derived from System.Web.UI.WebControls.WebControl. Control has this property: [Bindable(true), Category("Misc"), Description("value")] public string Value ...

 

System.OutOfMemory Exception urgent Help pls  Replies (1) 8 January 2008
Hi Guys, I have a real serious problem that stoped me doing any progress in my project. in one of my webpages I have a wizard of more then 13 pages and in every page some Ajax controls, textbox...

 

error Could not load type 'System.Web.UI.IScriptMa ...  Replies (1) 8 January 2008
Hi, All, please find the error that i am finding below. i have an application that is using the ajax asp.net controls like updatepanel. I have visual studio 2005 installed on my developer machi...

 

error Could not load type 'System.Web.UI.IScriptMa ...  Replies (1) 8 January 2008
Hi, All, please find the error that i am finding below. i have an application that is using the ajax asp.net controls like updatepanel. I have visual studio 2005 installed on my developer machi...

 

error Could not load type 'System.Web.UI.IScriptMa ...  Replies (1) 8 January 2008
Hi, All, please find the error that i am finding below. i have an application that is using the ajax asp.net controls like updatepanel. I have visual studio 2005 installed on my developer machine...

 

ASP and COM  Replies (2) 8 January 2008
Hi, With this mail I would like to ask some professional expertise. I've created an ASP form in vb.net which uses an external application. Everything works fine. However, Currently, Only 1 user...

 

xhtml: blah blah - what should ...  Replies (2) 8 January 2008
- what should it look like? When I use The alt value of an image tag is rendered inconsistently: * In Safari I see nothing. The alt value is ignored. * In IE6 I see a tooltip * In Firefox t...

 

Web Deployment Error. Copy Files  Replies (1) 8 January 2008
Hello, I have the following code: I get the following error: "Unable to copy file ".\Debug\\A\*.*" to ".\Debug\\B\*.*". Illegal characters in path" Does anyone kno...

 

Strange issue with ImageButton with no ImageUrl  Replies (1) 8 January 2008
I realize that there is no good reason for an image button to not have an ImageUrl but I have just hit upon a strange problem when converting an ASP.NET 1.1 web application to 2.0. An asp:ImageBu...

 

Error with dropdown list  Replies (1) 8 January 2008
I have a dropdown list populated via a database. I edited the dropdown list to have "select a topic" to always appear when the drop down loads. Now if a user selects a dropdown item it goes into t...

 

How to upload and download....  Replies (1) 8 January 2008
Hi EveryBody: I'm working with project in my company by using ASP.Net 2.0 that allow the users to upload and download files to web site in the internet as backup. The user will first upload his...

 

weird problems with asp.net 2.0 application  Replies (1) 8 January 2008
Hi I have a ASP.Net 2.0 web application that connects to the Sql Server 2005 database. And sometimes (only at clients, I was never able to reproduce those problems locally but I have witnessed th...

 

http to https switching  Replies (2) 8 January 2008
Hello, What are the ways to switch from http to https. Is there a way internal to IIS 6.0 or x.xx? Some configuration? Is there a way via DNS? I have seen Scripts in VB and JavaScript Wh...

 

Crystal report error.. Please help  Replies (1) 8 January 2008
Any body has any idea about his error please? I got this error at the time of creating crystal report. I tried everything to resolve this error. But I could not. Please help. Exception has been...

 

Ensure that a image in a table (scrolled) is visib ...  Replies (1) 8 January 2008
I have a table (produced from a datalist) that has an image followed by text. The image is a 32px scalled down version of the actual image. When the user moves over the image I want the image to...

 

Same Old ObjectDataSource Problem  Replies (1) 8 January 2008
I created an asp.net website which works fine. I then tried to recreate it as a series of Web Application Projects, one project for the data layer, one for the business layer and one for the presen...

 

Ajax built into 3.0 or 3.5?  Replies (1) 8 January 2008
Is Ajax.net embedded in Framework 3.0 or 3.5? My hosting provides 3.0, so I want to know if I can take advantage of Ajax. Thanks...

 

input button style problem  Replies (1) 8 January 2008
How can I remove the extra space on the left and right side inside my button -- Arne Garvander Certified Geek Professional Data Dude...

 

.net 1.1, Form Authentication & Session  Replies (1) 8 January 2008
Hi, I have an application which is using Form Authenticatoin. I have set the timout to 120 (minutes). Does the sessionState setting in the web.config effect it? If I leave the sessionState ...

 

Compromised Web Server? Anybody recognize?  Replies (3) 8 January 2008
Hi all, We lease a non-managed Web Server running AV software but no IDS. It is Windows 2003 STD which receives automatic nightly Windows Security patches at 3AM. When I logged into the RDP co...

 

Image Button. Load page  Replies (1) 8 January 2008
Hello, I have an image button on my web site. When clicked I want to redirect the user to a new page. Not a PostBack. How can I do this? Thanks, Miguel...

 

Location of Shared Theme Items  Replies (1) 8 January 2008
The theme item(images,css,skin file) of each theme are under single theme folder of App_Theme. if there are some css or image files which are shared and used by every/some theme, where should I ...

 

Page_Load - When does it exactly fires?  Replies (2) 7 January 2008
Hi, My page has following structure: - Page ...|-MultiView ......|--View1 (Contains a wizard) ......|--View2 (Contains another wizard) I have following event handlers in my code file ...

 

image  Replies (2) 7 January 2008
On one of my sites (php based) users can upload photos. as they are uploaded the details of the filenames are stored into my SQL database I have another site (using asp.net) on to which I wan...

 

ASP.NET and IIS7 on vista business  Replies (5) 7 January 2008
Hello, I am new to IIS and ASP.NET. I wrote my first ASP.NET and I want to deploy in to a system which has Vista Business and IIS7. I copied my files to the target computer and created a virtu...

 

Immediate Requirement for a Sr.Dot Net Developer  Replies (1) 7 January 2008
Hello, I am an Technical Recruiter with Kindle Systems and would like to check your availability for a project we have. Please find the details below: Position Title: .Net Software Engineer...

 

How to protect downloadable files  Replies (2) 7 January 2008
Hello, I am writing a site where people can buy ebooks. I want to have a system whereby they can download the file(s) once they have paid, but (obviously) not before. I also want some sort of p...

 

best approach to use  Replies (2) 7 January 2008
I'm a bit new to asp.net and I'm investigating the best approach to this: I have a contact table that includes stuff like Name, address, phone, etc. Because each contact can contain multiple 'prod...

 

Embedded resources not working in production envir ...  Replies (1) 7 January 2008
Hi first let me describe the environment web site is 1.1 based upgraded to 2.0 i'm working on a project that is 3.5 the project is a folder in the web site www.root.com/project when i do...

 

How can I define type variant in c#?  Replies (4) 7 January 2008
How can I define type variant in c#?...

 

where can I download Ajax extension VERSION 1 for ...  Replies (1) 7 January 2008
Hello, I developed an application which uses AJAX version 1.0. Now I want to deploy it in another computer and I have problem as I don't have AJAX support on the new computer and I don't where...

 

Building IDE in ASP.Net  Replies (1) 7 January 2008
Hi, We trying to build IDE like application in ASP.Net by using ASP.Net AJAX control toolkit. And the IDE should support resizing, drag and drop controls. When we place a control (like textbo...

 

=?ISO-8859-1?Q?ideas_-_gatgets_de_arte,_dise=F1o,_ ...  Replies (1) 7 January 2008
Secci=F3n permanentemente actualizada con todas las novedades, curiosidades, excesos y rarezas en dise=F1o, arte , arquitectura y dise=F1o. Novedades tecnol=F3gicas, electr=F3nicas, novedades del mo...

 

Building IDE in ASP.Net  Replies (1) 7 January 2008
Hi, We trying to build IDE like application in ASP.Net by using ASP.Net AJAX control toolkit. And the IDE should support resizing, drag and drop controls. When we place a control (like textbox/...

 

validators not firing server-side  Replies (1) 7 January 2008
Hi I have a Formview control in a UserControl. The server-side validation is not working, i.e. the events are not firing when a button control which causes validation is fired or even when Page...

 

User Graphic Suggestions  Replies (2) 7 January 2008
The Website I'm developing allows some users to upload a custom header image, which is seen by that user and all users signed up by that user. I'm trying to decide the most efficient way to handl...

 

Web Deployment Error  Replies (1) 7 January 2008
Hello, I created a Web Deployment project to build an Asp.Net 3.5 web site. Everything was working but then I needed a few extra tasks. So I found the following: http://msbuildtasks.tigris.o...

 

Requirements for using Control & Property Attribut ...  Replies (1) 7 January 2008
I am attempting to add Attributes to my ASP.NET Controls & Properties. Here is what my Controls look like: ")> _ Public Class Parameter : Inherits System.Web.UI.Control Private _name As Str...

 

What's the best practice to achieve this?  Replies (1) 7 January 2008
I am not sure how to describe such hanging(?) tables in English language. But, the following picture shows it clearly. http://farm3.static.flickr.com/2223/2176441194_37ee1f9ca7_o.png Normally,...

 

Sandcastle  Replies (1) 7 January 2008
I've just started using Sandcastle CTP in conjunction with GUI tool to generate the scripts. Has it been integrated into 2008 yet or is there some kind of add-in for VS 2005. Where is Microsoft goin...

 

Do not show username / password dialog for Window ...  Replies (1) 7 January 2008
What should I do the make the following scenario work? If user log in as a user who is on the domain (Windows Authentication works), but does not have any roles in the application, the user should...

 

Theoretical Capacity Planning for ASP.NET Applicat ...  Replies (1) 7 January 2008
Good afternoon, I understand the basic theories of capacity planning as it relates to profiling an existing web site, such as in the examples given in the MSDN Article, "How To: Perform Capacity ...

 

Error Message: Thread was being aborted.  Replies (4) 7 January 2008
Hi All, I am getting the below error after having a code like this: Server.Transfer("Thankyou.htm") I tried this code and the same err. Server.Transfer("Thankyou_VRep.htm", False) I am s...

 

Modifying Soap-Response  Replies (1) 7 January 2008
Hi I've got two questions to Soap unter VB.Net 1) if one creates a WebService with a method i.g. "MethodX" (with VB.Net), the Soap-Response looks like: ... Unfortunat...

 

A required privilege is not held by the client  Replies (1) 7 January 2008
Sigh. I had a working ASPNET application yesterday (using Framework 3.5, running on Server 2003). Today I have the dreaded "a required privilege is not held by the client" error. This occurs whenever...

 

Formview and ObjectDataSource Update method  Replies (2) 7 January 2008
Hi, Why does the Update method of an ObjectDataSource class requires parameters for each of the Bind input controls of a FormView? I have a class (say MyObjectDataSource) that is being used as ...

 

Cross Page Postback and Datagrid.  Replies (2) 7 January 2008
On a Datagrid defined as '> ...

 

Error loading type library/DLL  Replies (1) 7 January 2008
I am on the Computer Management windown, local USers & groups folder, Groups subfolder. Whne i right click on my Help Services Group, i get the following message "The following error ocurred while a...

 

Newbie help.  Replies (2) 7 January 2008
I have a drop down box, and I want to populate a text box based on what was selected on the drop down. The drop down contains an ID which is the primary key for a table i'm using. The other column i...

 

Nub Question - Details View Visibility  Replies (4) 7 January 2008
Been fighting this one for a while, looking for help. I have a simple page with a grid view and details view (just managing a single table). The details view is primarily used for creating new r...