Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Post item on outlook
ratnakarp - 3 Dec 2005 11:31 PM - 1 message
Is there any way i can improve on this code? If i run this application by giving the detials  of the start date and end date in the range of 15 days, it's taking 3 mins. I'm looking for a code which can run ...
Score ASP.NET 2.0 web part accessibility question
Jonathan Carter - 3 Dec 2005 10:13 PM - 1 message
I've recently been asked to evaluate whether building a site that leverages web parts is fully accessible across browsers, and I'm a little confused because my experience/testing proves that FF/Netscape/Opera don't support design mode at all (being able to drag ...
Score object component
Jim McGivney - 3 Dec 2005 9:30 PM - 2 messages
On an aspx page with C# code behind I am trying to programmatically change the ImageUrl of various ImageButtons in response to the text contained in corresponding label controls. The following code works: PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(this.ImageButton12); PropertyDescriptor myProperty = properties.Find("ImageUrl", false); ...
Score error message from VWD - literal ID is not declared
Jon Paal - 3 Dec 2005 7:32 PM - 1 message
When trying to change visibility of literal control , VWD keeps telling me " 'FailureText' is not declared"  (blue squiggly line). what's missing ? <%@ Page Language="VB" %> <script runat="server">     Public Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) ...
Score ASP.NET and Internet Explorers DOM
Craig - 3 Dec 2005 6:58 PM - 4 messages
Is there a way to access the internet explorer DOM in ASP.NET? Thanks ...
Score Control array
Jim McGivney - 3 Dec 2005 6:23 PM - 2 messages
I am working on an ASP.net project with code behind in C#. I must manipulate the contents of many image controls. In visual basic (VB6)  I could place all the controls into a control array and then refer to an individual control by it's index number. ...
Score Can't call external DLL
Michael Tissington - 3 Dec 2005 5:46 PM - 3 messages
I have converted  an application to asp.net 2.0. a C# file in my App_Code folder calls a C++ DLL that is in my BIN folder. In the previous version of .NET this worked correctly. However in a hosted ...
Score Custom control caching
Jonathan Carter - 3 Dec 2005 5:45 PM - 1 message
I was recently searching for a solution on how to perform an output caching-like solution on a custom control. Obviously the OutputCache directive wasn't available, and I tried using the Response's Cache object but to no avail. I had looked in every ASP.NET book I have ...
Score how do I select a subset of text in a textbox using JavaScript?
PJ6 - 3 Dec 2005 5:32 PM - 2 messages
How do I select a subset of text in a textbox using JavaScript? Paul ...
Score Publishing my webpage
someone - 3 Dec 2005 5:31 PM - 2 messages
Hi, I've read many articles about publishing and problems with it, but nothing about my problem. I've written a website in VS2005 and it uses the internal webserver. I do that at home at my own computer. The website is an intranet site and must run on the company webserver ...
Score ASP.NET Tab missing in IIS on 2003 x64
Adrian Parker - 3 Dec 2005 4:58 PM - 11 messages
When I installed windows 2003x64 and its updates, I had an ASP.NET tab in IIS. I installed framework 1.1 for an older website I had to host, but when I did, the ASP.NET tab dissapeared from IIS. ...
Score Designing elsewhere?
Tarun Mistry - 3 Dec 2005 2:47 PM - 3 messages
Hi all, as a development environment VS 2003 is fantastic, however for designing ASP.NET pages it is an absolute mess. Is there any way to design in Frontpage 2003 and develop on VS? Kind regards, Taz ...
Score asp:login - password validation
David Brown - 3 Dec 2005 1:52 PM - 2 messages
In ASP.NET 2.0, I am using the asp:login control, but I want to reduce the validation on the password. I dont want the user to have to put in a special character or a number etc. Is it possible to reduce the level of validation? ...
Score is it release version of visual studio 2005??
micky - 3 Dec 2005 1:39 PM - 2 messages
i've download vs studio team suite but it look like beta 2 CTP versio such as folder structure.. there are msdn, visio, vs ,vss folder and to check version this iso file i opened setup.ini and then i found the following text.... ...
Score Upgrading to .Net Framework v2
Simon Harris - 3 Dec 2005 1:39 PM - 5 messages
Hi All, I am currently developing a number of projects which are published with a few different hosting companies. I wish to upgrade to v2 of the framework on my development machine, problem is that none of the hosts we use currently support v2. ...
Score Web Assembly in GAC, Page Inherits Strongly Named Assembly?
john@johnwpowell.com - 3 Dec 2005 1:31 PM - 1 message
The changes to asp.net makes it very difficult for us to migrate one of our web projects to 2.0 and makes deployments more difficult for us. It seems that the new Asp.net model is only designed to place ...
Score Dynamic page updating?
Tarun Mistry - 3 Dec 2005 1:27 PM - 3 messages
Hi all, is it possible to instruct an ASP.NET page to update itself? Let me explain, I have a server that will post a SOAP message to a client web service. The client web service will process the SOAP message and store ...
Score Sessions and Cookies dont work
DougS - 3 Dec 2005 1:27 PM - 3 messages
I have a simple ASP.Net application, framework 1.1, sp1, VS2003. I cant set a session variable or a cookie. How can I tell if there is something wrong with my environment? Dim cookie As HttpCookie = New HttpCookie("UserID", txtName.Text) ...
Score xml file writing problem
Erich Brunthaller - 3 Dec 2005 11:30 AM - 1 message
I built an asp site with formsauthentication. Users are checked and added in Users.xml. When I place Users.xml in C:\ it works fine. When I place Users.xml in the current directory - (System.AppDomain.CurrentDomain.BaseDirectory) which is the webdirectory - ...
Score Windows Integrated Security - Restricting Users Without Groups
Mr Newbie - 3 Dec 2005 10:44 AM - 7 messages
Hi, Im in a situation where I need to restrict users, but I dont have access or wont be allowed access to manage groups in the domain. How can I restrict access is this case ? ...
Score connecting & parameterproblems
dirk van waes - 3 Dec 2005 10:19 AM - 2 messages
Hello everyone, Being complete newbie in asp.net  I am trying to make an example which works with a very simple database. First I made my project in VS- vb.net, draging an oledbconnection and an oledbdataadapter from the toolbox into my form. ...
Score Combining Anonymous and Domain logon
Kjell Kristiansson - 3 Dec 2005 10:00 AM - 2 messages
In developing a solution I ran into a problem where I have found no acceptable solution. The problem is combining users with anonymous login and users logged in to a domain in the same .aspx application. Here is some background: ...
Score ASP2.0 Can't download files Forms Authentication
Michael Tissington - 3 Dec 2005 5:31 AM - 7 messages
I have setup up Forms Authentication on my website and added configuration/mappings for exe, pdf and zip files (using C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll) However when ever I try to download a file I get the following error ...
Score Re: ASP?
stc-mjc - 3 Dec 2005 5:20 AM - 1 message
I too am receiving this "No editor..." error when trying to open up new or existing pages in Visual Studio 2003. The existing pages have vb codebehind files and are valid. Have you had any luck fixing this error? Thanks -- stc-mjc ------------------------------------------------------------------------ stc-mjc's Profile: [link] View this thread: [link] ...
Score Session_End Event Always Firing
Jeremy - 3 Dec 2005 4:32 AM - 2 messages
I am implementing a shopping cart on a project and am getting extremely frustrated because my session variable's are not persisting. After doing some research I may have discovered the source, I realized that my session_end event is firing on almost every page. The session_end ...
Score ASP2.0 Wizard control, attach client script on FinishButtonClick
Jason Chan - 3 Dec 2005 3:48 AM - 1 message
How can I attach a javascript on FinishButtonClick event on Wizard control I want to use client script to validate the user input on before the wizard finish. ...
Score Graphics.RotateTransform() Has No Effect On My Bitmap
Nathan Sokalski - 3 Dec 2005 3:30 AM - 9 messages
I am trying to write code to rotate a graphic that I have. Here is the code I am currently using: Dim frogbitmap As New Bitmap(Drawing.Image.FromFile(Server.MapPath("images/frog.gif"))) Dim froggraphic As Graphics = Graphics.FromImage(frogbitmap) ...
Score Is there anyone of you is origin Vietnamese living in US or Europe or Japanese?
Nicol Nghia - 3 Dec 2005 2:57 AM - 1 message
Dear All, Is there anyone of you is origin Vietnamese living in US or Europe or Japanese? We are looking for partners and friends for developing .NET controls, and for developing software outsourcing service especially in .NET. Please contact us for a good co-operation. ...
Score RE: XslTransform in .NET v1.1
Gerald - 3 Dec 2005 1:29 AM - 1 message
So, George, What's the SOLUTION!???? From [link] Posted via DevelopmentNow.com Groups [link] ...
Score how to reflect changes in server-control to client?
Mike - 2 Dec 2005 11:37 PM - 3 messages
Hi, I am strugling with a simple problem which I can't seem to resolve. I have an asp.net page which contains a server-control (flytreeview, which is a kind of a tree to be exact). The tree is being updated by some other process through remoting. ...
Score simulate button click
xzzy - 2 Dec 2005 11:36 PM - 3 messages
I have several pages in a frame and need the code behind of a page in one of the frames to cause a button in that page to click so the javascript in that button will execute on the client computer.. ...
Score Whats wrong here...
Matthew - 2 Dec 2005 10:55 PM - 3 messages
It keeps saying there is a ')' expected... No other errors in the program just this. What I have: AddHandler(HTMLLink.Command, Addressof FTPCommand) What the compiler suggests: AddHandler(HTMLLink.Command), Addressof FTPCommand) And the suggestion is invalid syntax... ...
Score Converted site will not load
Michael Tissington - 2 Dec 2005 10:47 PM - 3 messages
I have converted to ASP.NET 2.0 When I run the site on my local machine ir runs correctly. When I copy the site to my hosted environment I can not view any pages. IE just reports that it is opening the page and the progress bar continues ...
Score viewstate getting corrupted
TS - 2 Dec 2005 10:23 PM - 3 messages
I have some inner exceptions on dev and production server saying: Invalid character in a Base-64 string.   OR Invalid Length of a Base-64 string or something like that. I cannot recreate this issue and don't know why it is happening. Someone ...
Score Remote server returns (500) Internal Server Error,when posting xml
Danny - 2 Dec 2005 10:15 PM - 2 messages
I am posting xml to a server and get the above error returned. The client code is listed below, it works until say a "<" character is put in XmlData. On the server page I try to pick up the XmlData with:             ...
Score Unable to start debugging on the Web server
Boro - 2 Dec 2005 10:13 PM - 2 messages
When trying to run my application in debug mode from VS 2003 I am getting "Unable to start debugging on the Web server" error. Everything worked fine until I installed VS 2005 to the same box. I tryed to attach the ...
Score Having a UserControl returned in a string from another UserControl to be rendered
SlimFlem - 2 Dec 2005 10:00 PM - 2 messages
I hope this makes sense. Here is what I am attempting.  I have an inital generic aspx page that has one custom tag: <web:site id=webSite runat=server/> When this control evaluates, it will return a small amount of Html with ...
Score Setting Checkbox clientside
tshad - 2 Dec 2005 9:40 PM - 3 messages
I am trying to set and clear my checkboxes using client-side validation. I have some Javascript to set my checkboxes: <script language=javascript> function validate(){ Medical.checked = 1; } </script> I get an error that says: ...
Score textbox ignores disabled viewstate?
PJ6 - 2 Dec 2005 9:39 PM - 3 messages
I have a textbox control where OnKeyPress of Enter, a few hidden field values are set and then form[0] is submitted from JavaScript. The page reloads, and this textbox is then repopulated with data that may be different than what the user just entered. Well, I'm having a problem with ...
Score Weired start page...
Andrew - 2 Dec 2005 9:38 PM - 2 messages
Hello, friend, I have two web pages in my new created project. I set one of them as start page. However, in start page, although I have action="secondpage.aspx", after it was displayed in IE, asp.net changed it to action="firstpage.aspx". ...
Score Unix epoch in C#
Maziar Aflatoun - 2 Dec 2005 9:32 PM - 1 message
Hi, Can someone please tell me how I can set DateTime to 01/01/1970 (UTC). Doing the following DateTime dt1 = new DateTime(1970, 1,1); Debug.WriteLine("dt1(utc):"+ dt1.ToUniversalTime().ToString()); Doing the following returns 1/1/1970 5:00:00 AM ...
Score 101 Samples for Visual Studio 2005 - Question
TheCoder - 2 Dec 2005 9:23 PM - 2 messages
OK, so I am sure I am being retarded but I do not see solution files for many of the web projects within these samples.  Is there something that I am missing?  Thanks. ...
Score UrlContentBase missing in System.Net.Mail.MailMessage
Michael - 2 Dec 2005 9:05 PM - 1 message
System.Web.Mail has been marked as obsolete and we're directed to use System.Net.Mail instead, but is there a way to implement the UrlContentBase functionality? It was useful when sending email from a web app so I didn't have to worry ...
Score https help
CK - 2 Dec 2005 8:58 PM - 2 messages
How can I detect if a user is using https to get to my page and if not redirect them to the https? I am new at this sort of thing so please bare with me.  Any help is appreciated. Thanks in advance. ...
Score VWD express ActiveX tool bar icon grayed out
Hank - 2 Dec 2005 8:52 PM - 1 message
Hello, I am trying to use Visual Web Developer Express to develop a web application.  I have an ActiveX component that is a major piece of functionality that I need to use.  When I add the ActiveX component to the tool bar it appears as a grayed out icon.  I can not seem to find a way to make the tool active so I can use it on a web form. ...
Score ProfileBase.UserName and forms auth via the Login control
Keith Patrick - 2 Dec 2005 8:31 PM - 2 messages
Currently, if I declare an asp:Login control on a page and login, on both OnAuthenticate and OnLoggedIn,  this.Profile.UserName is still null, even though the user does get authenticated and shows up as such on the main ...
Score Global.asax and CodeFile
Michael Tissington - 2 Dec 2005 7:55 PM - 3 messages
How do I specify the CodeFile for my Global.asax file ? According to the documentation I can use the CodeFile attribute with Application, however when I try to use this I get an error saying that it not a valid attribute. ...
Score ASP.NET 2.0 migration tool changes filenames to lowercase
n33470 - 2 Dec 2005 7:54 PM - 3 messages
Hi all, We have an existing website, built with VS2003, that we're in the process of migrating to use in VS2005.   After the migration wizard completes, then all of the .aspx web pages are changed to lower case. ...
Score Pass Recordset from Web Service to Classic ASP.
Ted Ngo - 2 Dec 2005 7:31 PM - 4 messages
I want to use the .net Web Service to create a function and return the datas (RecordSet). And want to retrived those data on the classic ASP. Does any body have some example of this. How to create the Recordset in ...
Score Sharing Code
Jay - 2 Dec 2005 7:26 PM - 1 message
I have an ASP.NET application that I have written which I would like to use on multiple clients websites. My issue is that the application will be exactly the same for each website it is installed on, and I don't want to update each client's ...
Score Culture and date related problems
papaja - 2 Dec 2005 7:17 PM - 1 message
Hello, I have simple Access database, and simple asp.net page with datagrid. My Regional Settings are set to Serbian (Latin). When I populate datagrid dates are showed in american format mm/dd/yyyy. I wanted it in Serbian: dd.mm.yyyy, so I set --- ...
Score Programmatic access to TemplateColumn?
matt - 2 Dec 2005 7:15 PM - 4 messages
hello, i have a datagrid w/ a TemplateColumn in it, like so:         <asp:TemplateColumn HeaderText="Select">                 <ItemTemplate> ...
Score Reportviewer problem
Brad - 2 Dec 2005 7:15 PM - 3 messages
I have not gotten a response on the Report Services discussion group, so I thought I would try here. In a nutshell, I am using VS Studio 2005 Standard along with SQL Server 2005 Standard.  I have a report viewer on one page that properly displays a ...
Score Access Denied Error message while writing to web server
Stephen - 2 Dec 2005 7:08 PM - 2 messages
Hi, What permission setting do I have to enable to allow an Excel spreadsheet to a folder on my webserver? I get "access denied" message when I try to write it onto a webserver I have imported Microsoft.Office.Interop.Exceland other classes ...
Score Need help with state management issues
Phillip N Rounds - 2 Dec 2005 6:48 PM - 1 message
I have a web app that I am having state management issues with. I have a frames page, with one frame containing a JavaScript menu, the second frame containing a data entry screen in ASP.NET The user clicks on a menu item, and a specified version of the ...
Score Exception thrown Invalid_Viewstate
Ganesh Ramamurthy - 2 Dec 2005 6:44 PM - 2 messages
Hi All, I am occationaly getting this error from my asp.net application deployed in production. I am not able to trace out the source. Can anyone throw some light to this issue Thanks in Advance Ganesh ...
Score Huge viewstate on v2.0
John - 2 Dec 2005 6:41 PM - 2 messages
I'm having problems controlling viewstate size in ASP.NET 2.0. I have a repeater, which contains a gridview, which contains another gridview. All this is databound to produce a 100page report (for printing). No postback needed, no viewstate needed. ...
Score Session State Management
Eyal - 2 Dec 2005 6:22 PM - 6 messages
Hello all. I am trying to manage session data with out ever setting session cookies on the client user's side.  I understand that by setting values in the Session object, a cookie is set on the client side with the value of a session number.  This is a problem for ...
Score can ASP.NET properly parse a string to pass to JavaScript?
PJ6 - 2 Dec 2005 5:41 PM - 3 messages
I can probably code this up manually myself but I'd prefer to use a built-in method that I'm sure exists... I have a message box client-side control (thanks, Steve Orr) that uses the JavaScript alert() method to pass text to ...
Score Request.ServerVariables In Seperate Class file?
Jason Hawthorne - 2 Dec 2005 5:28 PM - 4 messages
I am trying to get this code to work in a class file that I use in all of my pages.     Public Shared Function Check_Site() As String         Dim arr() As String ...
Score Please help me make this interface work in v2005.
Edwin Knoppert - 2 Dec 2005 5:27 PM - 3 messages
I found this on the net. If this works i'm sure i can manage the rest of it. ' ///////////////////////////////////////////////////////////////////////// ' // ' // IShellFolder ' // ' ///////////////////////////////////////////////////////////////////////// <ComImport(), InterfaceType(ComInterfaceType.InterfaceIsIUnknown) , Guid("000214E6-0000-0000-C000-000000000046")> _ Public Interface IShellFolder <PreserveSig()> _ ...
Score Why the designer doesn't persist the property of my control? (Advanced)
Umut Tezduyar - 2 Dec 2005 5:16 PM - 1 message
I have build a sample control but the designer doesn't communicate it to parse the childen. Please if you are an control developer, spend your 10 minutes to solve my problem. The main problem is, whenever i made a change in the sub object (Tab) it ...
Score My "Delete command" deletes more than I want
papaja - 2 Dec 2005 5:03 PM - 5 messages
Hi, I posted this on asp.net forums already, but nobody answered it. Here is direct link: [link] Here is the question: I'm using this code in delete command of datagrid: ...
Score custom errors: machine.config vs. web.config
kramer.newsreader - 2 Dec 2005 4:57 PM - 3 messages
I am develoing a C# web application on a remote server.  I have publish access to this server, but not permission to change configuration setting. When I try to load my page, I get the following message: Runtime Error ...
Score Has anyone got ellipses working in a gridview or detailsview?
RCS - 2 Dec 2005 4:54 PM - 4 messages
Perhaps you are familiar with the old: <nobr style="OVERFLOW:hidden;width:100px;TEXT-OVERFLOW:ellipsis">blah blah blahblah blah blah blah</nobr> technique.. Well, within a gridview, if I use this technique for a field, it ...
Score Can Divs automatically grow?
Lee - 2 Dec 2005 4:39 PM - 4 messages
Hello all, I have a question about Divs.  It is possible to have a Div grow in length in response to a control such as a Table or Gridview growing inside of it? ...
Score NUnit and a server defined HTML table
Rippo - 2 Dec 2005 4:35 PM - 1 message
Hi I have a textbox which is contained inside a table. <table runat="server" id="MyTable"> <tr><td><asp:textbox runat="server" id="MyTb" text="text"></td></tr> ...
Score Stored procedure syntax problem
martinharvey via DotNetMonster.com - 2 Dec 2005 4:28 PM - 3 messages
I would be very grateful if someone could help me with a stored procedure syntax problem I want to insert the value "OrderTotal" into databasetable("Newtable") column "OrderTotal" (money (8)). The value can be returned from the page (Dim amount As Decimal = ...
Score Dropdownlist performance
Juanjo - 2 Dec 2005 4:25 PM - 1 message
I have an asp.net page with a dropdownlist and a datagrid with a dropdownlist in its edit mode. The dropdownlist in the datagrid loads very quick but the dropdownlist in the page take a lot of time to load. Is this normal? What is the problem? ...
Score Default user control property value when used in web part
ian - 2 Dec 2005 4:22 PM - 1 message
I have a user control which I am using as a web part.  I have a property which is editable when editing the web part (by using the [WebBrowsable] attribute).  What I want to know is, is there a way of ...
Score Nesting A DataGrid Inside a Repeater
hooterbite - 2 Dec 2005 4:12 PM - 4 messages
In the code behnd I build the dataset including the relations, which is working fine. I know it is working fine becuase I tested it by looping through the datatable then looping through the child table. The code I use inside the datagrid is ...
Score UK Date Format Regular Expression
Niclas - 2 Dec 2005 3:55 PM - 3 messages
Hi, Does anyone have a Regular expression that validates a date in the UK format dd/MM/yyyy to share ? Many thanks Niclas ...
Score VS 2003 hangs when creating ASP.NET project
zdrakec - 2 Dec 2005 3:49 PM - 1 message
Hello all: I have a machine running IIS 5.1 on which I have installed VS 2003. I have run aspnet_regiis.exe -u and aspnet_regiis.exe -i. When I open VS 2003 and attempt to create an ASP.NET project, the IDE ...
Score ASP Process Identity Question
Rob Schieber - 2 Dec 2005 3:41 PM - 1 message
Can someone please explain why when I'm hosting a .net assembly in a trad. asp application under a virtual directory which is set up to use a domain account, my assembly would try to access C:\WINNT\TEMP under ...
Score Re: drop downlist box and the tool tip...........
jkarunakaran143 - 2 Dec 2005 3:28 PM - 1 message
i have problem in adding  tooltips for combo box plz help me -- jkarunakaran143 ------------------------------------------------------------------------ jkarunakaran143's Profile: [link] View this thread: [link] ...
Score Request not gatewayed
Roy - 2 Dec 2005 3:13 PM - 1 message
Hi all, In the application that I'm working there is a My.aspx file that has two framesets that each is associated with their own aspx files. When I try to open My.aspx file in Visual studio, I'm getting "Request not gatewyed" error. ...
Score Deploying Source Code to Production Servers. Good or Bad?
john@johnwpowell.com - 2 Dec 2005 3:02 PM - 5 messages
I think some of the changes to Asp.net are rediculous.  Take the ability to deploy source code to production that is compiled on the fly. If this is such a great model, why not distribute your source code with ...
Score Confirmation for delete command on gridview
Steve - 2 Dec 2005 2:53 PM - 2 messages
Is it possible to have a confirmation dialogue appear when the delete command is clicked on a gridview? i.e. asking the "Are you sure you wish to delete this record?" question. I just don't like the idea of someone clicking on delete by mistake and ...
Score Passing a session to a secure site???
sberk44 - 2 Dec 2005 2:42 PM - 1 message
Hey, I could really use some help or be directed to the right place for the answer.  I am creating a shopping cart and the cart is being stored in a dataset that is being saved in Session.  IE ...
Score 2-digit year dates not validated properly during client validation
Panayotis Kouvarakis - 2 Dec 2005 2:17 PM - 1 message
I have noticed that CompareValidator and RangeValidator don't work properly with 2-digit year dates when using client script validation. Specifically the problem lies in the way the string is converted into a date before being compared to the preset value(s). Normally (when using the default values: ...
Score need help in debugging, getting "Catastrophic failure" message
joef - 2 Dec 2005 2:16 PM - 1 message
I'm running VS.net on my PC (W2K) connected to a remote IIS server (W2K) SP4 that is not a domain controller.  I've got the ASPNET and IWAM accounts in the "Impersonate a client after authentication" user rights ...
Score Event handler not firing
Tom Perkin - 2 Dec 2005 2:16 PM - 2 messages
Hello all, I have an ASP.NET page written in VB.NET that dynamically adds rows to a table from data returned by a database query. Some rows in this table contain buttons whose events I handle. In the event handler I rebuild the table adding event handlers again ...
Score ASP.net to SQL server , connection not closing even after Log out
thomson - 2 Dec 2005 2:02 PM - 5 messages
Hi all,           In my application i use efficient use of the DAL, but for eg 4 users has been connected to the application, it shows 4 connections established, when all the users logout, and again logs in it shows 8 ...
Score ASP.NET 2005 hack-proof?
Edwin Knoppert - 2 Dec 2005 1:46 PM - 18 messages
I know ASP.NET 1.x generated dll's which decompilable to plain c or vb (afaik, i never used 2003) Is this problem solved in 2005? We ever want to distribute 2005 compiled code. And it seems all like ordinary dll's at first. ...
Score Server Error (Resources)
Carlo Marchesoni - 2 Dec 2005 12:11 PM - 1 message
My ASP.NET app works with resources for loading text to the different controls (multilingual app) and everything works fine. but from time to time I have the following error. Then I have to wait for some time and my app ...
Score Q: How to best make use of Localization
Visual Systems AB (Martin Arvidsson) - 2 Dec 2005 11:39 AM - 2 messages
Hi! I am using App_Globalresource to store all the common resource for controls, that works just great. But, i have pages with text that needs to be different depending on the language that is specifyed in the internet explorer. I need a nice way to tell the master page to get the text page from example ...
Score Sorting DropDownList In .NET 2.0 Databinding
Simon Gregory - 2 Dec 2005 11:31 AM - 1 message
I am currently attempting to figure out how the new databinding stucture works in ASP.NET 2.0 after working with v1.0 & v1.1 for several years. It seems that if you wish to do set up databinding at Design Time, you ...
Score Set Custom Page properties declaratively
Richard Brown - 2 Dec 2005 11:18 AM - 3 messages
Hi, I have a base class (which inherits from System.Web.UI.Page) for all the pages in my application.  I have a property defined on this class that I want to set declaratively in the .aspx (i.e., not in the .aspx.cs) file. ...
Score Frame related quetion - to enable cookies
amitprasad.one - 2 Dec 2005 10:40 AM - 2 messages
Hi- This is Amit from Pune. A link in an Upper Frame, targetted to open in the bottom frame as a New Web site that is it is a new web site, doesn't do so. Cookies are not enabled and hence the Web page does not open in the ...
Score .net / checkbox / popup window
Rob Meade - 2 Dec 2005 9:21 AM - 2 messages
Lo all, Just after some suggestions here really... I have a page which lists a members of staff who have left our organisation, this list is then used by various departments in our organisation to carry out their own processes based on the fact that this member of staff has ...
Score Responding to a HttpWebRequest
Tarun Mistry - 2 Dec 2005 9:19 AM - 4 messages
Hi, I have an ASP.NET application (client) thats uses HttpWebRequest to post data to another ASP.NET page (server) and then uses the HttpWebResponse class to get the results of the request. However, on the server side, what classes do I need to use to get the ...
Score Problem accessing remote DB from an EXE invoked by ASP.NET web app
Minu - 2 Dec 2005 8:20 AM - 1 message
Hi there! I have a web application that invokes an exe. The exe runs as a separate process. After it is invoked it doesnt interact with the web application again. The exe has a problem connecting to a remote database. It says 'access ...
Score Help with design decision
tubby - 2 Dec 2005 8:08 AM - 2 messages
I’m developing an application that will send a lot of data (up to one gigabyte) from a user to a company file server. One of the requirements of the solution is that the user doesn’t have to choose what file to send, all he has to do is press a button to start the upload. One solution is to create client- and server applications that use socket communication, but could a better choice be to create a web service that receives the data? In the future there could be added functionality to the server that e.g. sends statistics to the client, and it must be easier to add such a feature using a web service solution, right? ...
Score How to remotely debug an asp.net application
J-T - 2 Dec 2005 7:14 AM - 2 messages
Hello, We have an ASP.NET application which talks to a third party webservices to verify a credit card.This application is in another DMZ and completely outside of our developement zone (where all out developers develope stuff).I'd like to trace what message app is sending to webserivce and what ...
Score Question about "Configuration Error" Message
Rider - 2 Dec 2005 6:40 AM - 7 messages
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server Error in '/QuickStartv20' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file ...
Score How to get CommandText on ItemCommand event of the DataGrid?
Shell - 2 Dec 2005 6:36 AM - 2 messages
Hi All, I have the following scenario: (1) I have one datagrid with 15 columns, out of which the Name column is made the "Edit" button column. (2) Names are loaded from Database through a Stored Procedure. (3) Now when I click on any of the listed name the event is fired, but I ...
Score popup dialog opening in max size
ramendra - 2 Dec 2005 6:28 AM - 1 message
Hello, I have a asp.net page which has a button and on selection of which i open a small size popup dialog. the dialog has few input parameters and a default button. when i click on the default button the input parameters are ...
Score How I dubug and use intellisense in ashx file in VS
Jason Chan - 2 Dec 2005 6:15 AM - 1 message
I wanna to create ashx file to generate image on the fly. In VS Add New Item dialog, I cannot find the ashx template. So what I do is create a text file and rename it to .ashx However I cannot debug and use intellisense in developing the file. ...
Score Error Message Saving Excel Workbook
Mark - 2 Dec 2005 5:57 AM - 2 messages
Hello - I'm opening/saving an Excel workbook from ASP.Net.  When I try to save the workbook I get the error: System.Runtime.InteropServices.COMException: The remote procedure call failed. Code:         Dim oExcel As New Excel.Application() ...
Score Drop down list in ASPX, how do I keep all my spaces
Ryan - 2 Dec 2005 3:21 AM - 5 messages
I am databinding the dropdown list of a textbox in ASP.net.  I am trying to get three columns to display to the user.  Since I can't do that normally, I made my query display the three columns like so: ...