Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score ConfigurationManager.Read Error
stephen - 22 Jul 2006 10:59 PM - 1 message
Hi, I am trying to use/learn "Microsoft.ApplicationBlocks.ConfigurationManagement" and when i am trying to read the configuration section. I get the [NullReferenceException: Object reference not set to an instance of an object.]    Microsoft.ApplicationBlocks.ConfigurationManagement.ConfigurationManager.Read(String ...
Score Adding hotspots to ImageMap and detecting mouseclicks
jediknight - 22 Jul 2006 10:49 PM - 2 messages
Hi All, I am very new to ASP.NET but have used c# for windows very much. I would like to display an imagemap which has the background as the map of a city centre and icons denoting important landmarks. ...
Score Outlook Web Access Sample Application
Artificer - 22 Jul 2006 9:59 PM - 1 message
I would like to know where I can find an asp.net sample application that resembles outlook web access. Any ideas? ...
Score Profile Images
mihir.kotwal - 22 Jul 2006 9:41 PM - 2 messages
I am trying to make a profile page that displays a user's profile picture if they have added one. If they haven't added a picture, I want a hyperlink to link to a page to upload it to the server. I have gotten ...
Score 403 error on accessing new 1.1 site
John A Grandy - 22 Jul 2006 9:37 PM - 1 message
I created a new ASP.NET 1.1 website on Windows Server 2003. This server already had 3 ASP.NET 2.0 websites -- all under the same app pool. I created another app pool for the 1.1 website.  I set the port to 83. ...
Score registering multiple sitemap files
-D- - 22 Jul 2006 9:24 PM - 2 messages
I am trying to use multiple sitemaps within my site as described in the following MSDN article: [link] I tried adding the following to the web.config file: <?xml version="1.0"?> ...
Score ASP.Net, CGI and File Uploading
TCook - 22 Jul 2006 9:18 PM - 1 message
Hello All, I was wondering 2 things: 1) How to enable PERL CGI scripts with ASP.Net? I have ActivePerl installed but the CGI scripts that I have do not seem to run.  I get missing header errors or permission errors.  Anyone else ...
Score Where can I get a list of the available fonts?
Nathan Sokalski - 22 Jul 2006 8:50 PM - 3 messages
I need to get a list of the available fonts as some type of collection or array. How can I do this? Thanks. ...
Score Using multiple properties of FontStyle
Nathan Sokalski - 22 Jul 2006 8:06 PM - 2 messages
I want to create a Font object that is both Italic and Strikeout. However, in the Font constructor there is only room for one FontStyle property. How can I make my Font use more than one FontStyle property? Thanks. ...
Score Accessing a CheckBoxField
dwg1011 - 22 Jul 2006 7:15 PM - 1 message
I have a detailview with several fields ending with the CheckBoxField shown below:                 <asp:CheckBoxField DataField="aruExtraFields"                     HeaderText="Extra Fields?" ...
Score A fairly new person at ASP.
David - 22 Jul 2006 5:46 PM - 16 messages
Hey, I'm a fairly new person at ASP, and MS technologies kinda in general. I've been a big fan of PHP/MySQL, and unix environments for awhile.  I used to do VC++ and VB with VS6, and have for the most part no ...
Score Force SqlConnection object to use SQLNCLI
Mike Kansky - 22 Jul 2006 5:28 PM - 1 message
Is there a way to force SqlConnection object to use SQLNCLI provider (Native Sql Client)? If i put Provider=SQLNCLI in the connection string i get: System.ArgumentException: Keyword not supported: 'provider'. Thank you! ...
Score Install Printer Drivers
Dave - 22 Jul 2006 4:51 PM - 1 message
If a user navigates to the printers on a domain controller, they can double click on the Printer Icon and it will install the printer on their machine.  That's great as long as the user knows what server the ...
Score Cannot modify the .mdf file
TTT - 22 Jul 2006 4:20 PM - 3 messages
Hello, I have developt a website with "Visual Studio 2005 express Web Developer". The website uses databases (ASPNETDB for login, and another database for data). I put in a IIS server for production. After days, my server crashed (hardware failure)... ...
Score How to post a web form to an external isapi?
Øystein Olsen - 22 Jul 2006 3:47 PM - 4 messages
Hi, I'm in need of help. My web page is built up from nested masterpages. In the page containing the main content i have a form that I want to post to a external site (isapi dll). I want to use serverside scripting to be ...
Score Disabling save as...
hp_1981 - 22 Jul 2006 2:57 PM - 6 messages
Hi Is there anyway avoiding users to save my web pages? this idea came to my mind when I tried to save a web page, but in the middle of saving progress something like the following error occurred: "unable to save the page...". ...
Score access to .net resource files
remo.waller - 22 Jul 2006 2:57 PM - 1 message
hi, is there an elegant way, how to access to .net resource files, using javascript. the problem is the following. I've got a javascript, which should have access to a resource file, to get the localized string and use it in the javascript part... but how could I achieve that? ...
Score Problem with database (Login failed for user 'X')
Ramtin - 22 Jul 2006 2:04 PM - 6 messages
Hi; when I use sql server connection or ole connection for working with database I receive the login failed for user 'any user that I work'.I've been granted ASPNET user in sql. ...
Score A connection with the server could not be established
Adrian - 22 Jul 2006 11:58 AM - 1 message
I am unable to load previous developments to VS 2003 without getting following message: The webserver reported following error when attempting to create or open the Web project located at the following URL:'http://localhost/PRL054' 'A connection with the server could ...
Score A simple questions
Marko Vuksanovic - 22 Jul 2006 10:08 AM - 2 messages
I am trying to get the FilePath element of the FileUpload control to a JS variable. As I am pretty new to JS I have no idea how to achieve that. I would kindly ask someone to point me to the right direction,... such as ...
Score Drop down calender control
jack - 22 Jul 2006 8:07 AM - 1 message
Hi all, I this this would be the most common question to most of the professionals out there. but for me  its a head ac I am developing in asp.net 2.0 and wanted to use drop down calender ...
Score Need a file dialog box in asp.net which selects folder not single file
shwetu - 22 Jul 2006 5:45 AM - 3 messages
Need a file dialog box in asp.net 2.0 which selects folder not single file ...
Score Hi! Having Problem while placing vb and cs files together
shwetu - 22 Jul 2006 5:42 AM - 8 messages
If i place vb and cs class files together in App_Code in asp.net 2.0 i get error that i can't place as they us a different language  which is not allowed as they have to be complied together. ...
Score Masterpages/themes woes
Sean - 22 Jul 2006 4:07 AM - 5 messages
My experience now working with master pages on and off for 6 months is that they can be very dangerous when working with themes. One example in particular is the changes I made to my banner menu which now work just fine with all my themes on my development machine but on my ...
Score SLIDING a control to the bottom automatically
teo - 22 Jul 2006 2:09 AM - 5 messages
I have a Label1. I populate it with a lot of textual rows (variably amount of rows) and it increases its height (to the bottom). Below that Label1 there is a second Label2 that become overlapped, by the increased Labebl1. ...
Score SAVE AS: a warning message says it can't save
teo - 22 Jul 2006 1:58 AM - 2 messages
I have a Web Form with a Button on it, nothing more. I load the page from VisualStudio2005 Asp Net 2.0 enviroment (with internal server) and immediately go to Save As... the page all is ok. Again, I load the page from VisualStudio2005 Asp Net 2.0 enviroment ...
Score Updating a Gridview?
Kivak Wolf - 22 Jul 2006 12:03 AM - 2 messages
Hi, That I can see... there is no way to update the entire contents of a Gridview, at least by using it's members. I know you can update a row. Does anyone know if/how to update the contents of an entire Gridview? ...
Score Can a PDF file be generated in client side
jbeteta - 21 Jul 2006 11:43 PM - 4 messages
Hello, My ASP.NET 2003 application generates Crystal Reports to PDF files, but on the server side. Is it possible to create these PDF files in CLIENT side? Here is my function to create PDF files on server side: Private Function To_PDF(ByVal oRpt As ReportClass) ...
Score When are cookies created?
Kevin Blount - 21 Jul 2006 11:18 PM - 6 messages
I've setup a method (C#) that I can call, passing it a cookie name, then a name-value pair. The idea is that as I can't append to a cookie, I read the cookie value, append by name=pair to the end and write it ...
Score hello strings
Seema Multani - 21 Jul 2006 10:21 PM - 1 message
hello ...
Score Getting error 403 unauthorized for HttpWebRequest.GetRequestStream
SmilingJoe88 - 21 Jul 2006 9:54 PM - 2 messages
Can anyone tell me what I can do to resolve this error? This is a screen scraping example which is running on Windows XP Pro, using IIS-PWS 5.1. The example code I am using can be found at the following URL: [link] ...
Score aligning and snaping page to borders
Eric - 21 Jul 2006 9:22 PM - 2 messages
It seems a quite difficult problem. What is the best way to make page and all the controls fit nicely in the browser window? I have a 3x3 table and controls in it and want it to automaticaly resize itself on the whole html page so you can't see the gaps ...
Score Object Data Type?
Arpan - 21 Jul 2006 9:18 PM - 8 messages
The .NET Framework 2.0 documentation states that An Object variable always holds a pointer to the data, never the data itself. Now w.r.t. the following ASP.NET code snippet, can someone please explain me what does the above statement mean? ...
Score Session State works for InProc, but not for SQLServer mode
Jamie Schatte - 21 Jul 2006 8:42 PM - 2 messages
We have two ASP.NET 2.0 websites, both running on the same production web server. One website uses SQLServer mode for session state with no problems. However, although the other website works great when we use InProc session state, when we change to SQLServer mode for this website, it does not ...
Score New Keyword?
Arpan - 21 Jul 2006 8:38 PM - 3 messages
Consider the following 2 statements (VB.NET): Dim Button1 As System.Windows.Forms.Button Dim Button2 As New System.Windows.Forms.Button() The .NET Framework 2.0 SDK states that: The first statement declares an object variable that can contain a ...
Score Convert Crystal to word and pdf
ktruitt30 - 21 Jul 2006 7:49 PM - 2 messages
Yeah that sounds fun.  So I am working on a project and I have to figure out how to get a crystal report(well, many of them) that is sitting on a server to be available through a web app in word(.doc or ...
Score ASP.NET 2.0 Virtual Directories on 64-bit
Terry Smith - 21 Jul 2006 7:46 PM - 1 message
If you're running an ASP.NET 2.0 app on a 64-bit OS, and IIS is running in 64-bit mode, does it matter if your web site is under c:\Program Files versus c:\Program Files (x86)? Does ASP.NET or IIS know that one is supposed to be ...
Score ASP.NET App Dependencies on 64-bit
Terry Smith - 21 Jul 2006 7:41 PM - 1 message
IIS can not support both 32-bit and 64-bit applications at the same time on a 64-bit OS. There is a Tech Net article verifying this. So if an ASP.NET 2.0 web app has a dependency to a 32-bit third-party DLL, a ...
Score VS2003: Trouble adding "Existing Project From Web"
newjazzharmony@hotmail.com - 21 Jul 2006 7:28 PM - 1 message
I'm working in Visual Studio 2003 and I'm trying to add a web project to a solution. When I right-click on the solution and select "Add Existing Project you want to add the project from:" that is prepopulated with ...
Score Using urlMappings properly in web.config
Bill - 21 Jul 2006 7:25 PM - 1 message
On an ASP.NET 2.0 server, is there a way I can use urlMappings with Classical ASP pages? The web.config file, in my web root, is this: <?xml version="1.0" ?> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> ...
Score Debugging applications using Framework 2.0
stephen - 21 Jul 2006 7:15 PM - 3 messages
Hi, I had created a web application using 1.1.* version and have upgraded to 2.0 version. Now when i try to debug the same application it says "unable to start debugging on the web server : access is denied" ...
Score Setting textbox text to current url in Firefox?
Chris Lincoln - 21 Jul 2006 6:38 PM - 2 messages
Hello, I can't quite seem to figure out this issue; it is specific to Firefox, as it works fine in IE. I have an iFrame within an aspx page that is passed a value in the query string (e.g. [address]/index.aspx?query=about%20us).  What ...
Score How to stream a comma separated string to the browser?
Chris Lane - 21 Jul 2006 6:33 PM - 2 messages
Hi, I want to stream a comma separated string to the browser and have excel open up in the browser. How can I do this? This is not a file on disk, this is a string in memory. Thanks ...
Score RowDataBound: testing for data elements for conditional show/hide
kenfine - 21 Jul 2006 6:05 PM - 4 messages
I'm using the DataList and GridView controls, and I am trying to wrap my head around the problem of conditionally showing or hiding cells/cell content based on the presence or absence of DB data. I am finding this sort ...
Score Update a dataset used by a gridview(uses paging) by checking the checkboxes
Samy - 21 Jul 2006 5:42 PM - 1 message
Hi There, I have a grid view which has paging enabled in it. One of the colums is a check box and checkbox selections shows a subset of rows a user has selected from available rows. I need to update the dataset by checking ...
Score Repeater and AlternatingItemTemplate
mavrick_101 - 21 Jul 2006 5:13 PM - 2 messages
Hi, I am running into this problem. I have a repeater and trying to use 'AlternatingItemTemplate'. If I use 'AlternatingItemTemplate' along with 'ItemTemplate' only two out of several row are displayed. But if I take out the 'AlternatingItemTemplate'  all the rows are displayed. ...
Score Folder Browser Dialog Behavior
SR - 21 Jul 2006 4:33 PM - 1 message
I am writing an configuration tool using ASP.NET.  Some of the configuration features are Local file paths such as "C:\My Application\Settings".  I need to allow a user to browse the local file system and select a folder.  Does ...
Score Problem connecting to my database
Patrick F - 21 Jul 2006 4:19 PM - 3 messages
Hi, im using C# Now im trying to get a connection to my database but i keep getting: Exception Details: System.Data.SqlClient.SqlException: Cannot open database "PafoDB" requested by the login. The login failed. Login failed for user 'PAFO-3465A99C7D\Pafo'. ...
Score TreeView
lasalsatx - 21 Jul 2006 4:17 PM - 6 messages
Is there an easy way to check the checkboxes via Code based on previously saved selection onto a database? Thanks, Victor ...
Score DataTable order by
Lowry Smith - 21 Jul 2006 4:14 PM - 4 messages
I am building the datatable (Name: dtCutomer) with Column1, Column2, Column3. What is the syntax to sort the data in a datatable on Column1. Vb.Net and .Nete 1.1. Thank you, Lowry ...
Score Opening size for the browser
Greg Smith - 21 Jul 2006 4:01 PM - 2 messages
Is there a way to control the opening size of the browser? ...
Score Datagrid and back button
msuk - 21 Jul 2006 3:25 PM - 1 message
All, I have a ASP 1.1 webform 1.aspx that has a datagrid and image button control.  The image button control retrieves a thumbnail image using another webform b.aspx that gets the image from a SQL database via a dataset and ...
Score GridView Sorting question
Dave - 21 Jul 2006 3:10 PM - 2 messages
Maybe I'm missing something, but in the Sorting event of the Gridview, the  GridViewSortEventArgs.SortDirection is always Ascending.  I'm not sure why? ...
Score Application_Error not firing when identity impersonate="true"
Brian - 21 Jul 2006 3:02 PM - 1 message
Greetings group! I've got a weird one. I have an ASP.NET 1.1 application that has been running on a dual-processor Windows 2000/IIS 5 server for a couple of years. Global.asax has an Application_Error() function that writes an entry to ...
Score HOWTO: Programmatically Login User in ASP.Net 2.0
Dan Sikorsky - 21 Jul 2006 2:55 PM - 3 messages
I want to bypass requiring the intranet domain user to type in a username and password when coming to my website, even the very first time. If it's the first time I do a Membership.CreatUser passing the username, ...
Score TagPrefix is not recognized
ahuja.madhur - 21 Jul 2006 2:29 PM - 4 messages
Hello I am creating a ASP.net 2.0 webpart for use in an aspx just for learning purpose. My webpart code is very simple : Now when I use this webpart DLL as a reference in website project and include this line ...
Score Type 'GoogleSearchService' not defined
daniele.iacono - 21 Jul 2006 2:28 PM - 6 messages
Hello all, 1) i made the GoogleProxy.dll 2) i created a bin directory in the root of the website and i pasted there the .dll 3) the namespace name is: 'google' Now I am trying to run the following asp.net code: ...
Score Compiler error
gopal.panda - 21 Jul 2006 1:49 PM - 1 message
When ever i am trying to complie any program under VS.NET2005 editor i get this error " fatal error CS0014: Required file 'alink.dll' could not be found " , if anyone has the solution do let me know ...
Score aspnet_compiler Odd Behaviour?
Kulgan - 21 Jul 2006 1:31 PM - 2 messages
Hi I have some odd behaviour from the ASPNET precompiler. I am using this type of command line instruction:    aspnet_compiler -v /sourcename c:\temp\precompile The compiler runs through and creates files and folders in the target directory. It gives out warnings about various bits of ropey code (no ...
Score Declaring custom base types
Ray Booysen - 21 Jul 2006 1:17 PM - 3 messages
Hi all I was wondering if C# allowed you to declare your own types similiar to int, double etc... I'm wanting to declare my own data type such as this. Is this possible? Regards Ray ...
Score Help: How to exclude a folder from SourceSafe in VS 2005?
Hongbo - 21 Jul 2006 1:09 PM - 3 messages
Hi, I use Visual Studio 2005 Standard Edition with Visual SourceSafe 6.0d. But I could not find a way in this VS to exclude a folder, such as images folder, from SourceSafe. I can do this with VS 2003 Architect Edition. ...
Score Problem deserializing a custom class "'One of the serialized keys is null."
Paul - 21 Jul 2006 12:56 PM - 1 message
Hi All. We have a custom class which we serialize. This class is regularly updated, and the old requests do not have a problem opening, apart from a couple!!! When it try's to deserialize the class I receive "One of the serialized keys is null". I tried to change the constructor "below" to check if the object is null to change is to a new object and set the value but still have the same error. Any ideas? as we need to keep backward compatibly. ...
Score 2.0: probably a bug in .NET? - MIMStock.zip (1/1)
RAM - 21 Jul 2006 12:46 PM - 1 message
[attached file: MIMStock.zip] ...
Score 2.0: probably a bug in .NET? - MIMStock.zip (0/1)
RAM - 21 Jul 2006 12:46 PM - 3 messages
Could anyone explain me the problem in simple application attached? (undexpected exception) Thank you vary much! /RAM/ ...
Score What is the best way for handling Errors & giving Custom Error mes
Suhas Vengilat - 21 Jul 2006 12:22 PM - 1 message
Hi, I am working on an ASP.Net (2.0)  application with SQL 2K5. We need to display customised error messages for both business validation errors from the C# components as well as from the data base stored procedures. Could some ...
Score Error on building from server
^MisterJingo^ - 21 Jul 2006 11:05 AM - 1 message
Hi all, I have a website built in VS2005. If I store the site on my local machine and build it, it builds fine. If I put the directory holding the site files on a server (shared drive), open the site from that location and build it, I get the ...
Score Using customErrors (.net 2) in Web.config
stuart.bromhead - 21 Jul 2006 10:27 AM - 2 messages
Can you help!! I have put in my web.config: <customErrors mode="On" defaultRedirect="~/ErrorPage.aspx">    <error statusCode="403" redirect="~/ErrorPage.aspx"/>    <error statusCode="404" redirect="~/ErrorPage.aspx"/> </customErrors> ...
Score Customize Login Control
Andrew Hayes - 21 Jul 2006 10:20 AM - 2 messages
Added the Login and ValidationSummary controls to the default.aspx page of VS2005 web application. Set the DestinationPageURL to a different "members only" page, OnAuthenticate to my custom Authenticate event, and MembershipProvider to my custom provider. Converted the Login control to a Template and added an additional <asp:Label ...
Score Cannot connect to local host
Vino - 21 Jul 2006 10:18 AM - 4 messages
Dear All, I'm running my .net on win xp . When i open a new ASP.NET application, i get an error saying that - Cannot connect to local host on port 80. reasons : localhost access may be denied. Any one know what is the solution for this problem ? is this the ...
Score DropDownList Problems with no default SelectedValue
clickon - 21 Jul 2006 9:39 AM - 2 messages
I want to use the selected value of a drop down list to filter a data source. When i have done this before i have used a DataSourceControl and i have just made the drop down a control parameter, which works well.  However this time ...
Score An attempt to attach an auto-named database for file c:\inetpub\wwwroot\WebSite\App_Data\aspnetdb.md
Freddie - 21 Jul 2006 8:42 AM - 4 messages
hi, i try to get the asp.net 2.0 security controls to work with SQL Server 2005 Dev RTM, this is my connetion string in mashine.config <connectionStrings>      <add name="LocalSqlServer" connectionString="data ...
Score DATAGRID DROPDOWN PROBLEM
Savas Ates - 21 Jul 2006 8:37 AM - 4 messages
It is in my <EditItemTemplate> Tag.. <asp:DropDownList Runat=server ID="CIdeefixeSatis" SelectedIndex='<%# SelectMyIndex(DataBinder.Eval(Container, "DataItem.ideefixesatis")) %>' <asp:ListItem Value="True">Stokta Var</asp:ListItem> <asp:ListItem Value="False">Stokta Yok</asp:ListItem> ...
Score Managing many connection strings (ASP.NET 2.0)
Piotrek - 21 Jul 2006 7:49 AM - 3 messages
Hi all. I am developing a web application, which should be able to retrieve data from many databases. In Web.Config I created three named connection strings. My app consists of DAL, BLL and Presentation Layer. In GUI user shuld ...
Score WebFolder page->HTML page switch, how to?
fltcpt - 21 Jul 2006 7:22 AM - 1 message
Alot of people have asked how to create a link in HTML so that clicking it opens webfolder, and I guess it is using the anchorclick/folder property. I want to do the reverse, clicking on a folder (not file) opens up (in ...
Score ContentPlaceHolder and Javascript
staeri - 21 Jul 2006 7:19 AM - 3 messages
I want to catch the value in "hidID" when the form on the page is posted but I get an error message telling me "Object is required". <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolderLeft" runat="server">     <script language="javascript"> ...
Score Centere Panels
Thom Little - 21 Jul 2006 7:19 AM - 3 messages
In ASP.NET 2.0 I have a number of pages with panels that I want horizontally centered on the page. These are currently rendered correctly in Internet Explorer and Opera and incorrectly in Netscape, Mozilla, and Firefox.  In these browsers they are ...
Score Persisting dynamic controls
dougloj - 21 Jul 2006 7:10 AM - 2 messages
Hi, In my ASP.NET application, I want to be able to dynamically create RadioButtonLists and/or CheckBoxLists according to what is in my database.  I wrote routines to create RadioButtonLists and CheckBoxLists. Each routine pulls data out of my database, populates the respective control, and passes the ...
Score How to determinate if a value is digital
ad - 21 Jul 2006 6:56 AM - 3 messages
I want to  determinate if a value in a Text  is digital or character. How can I determinate it with Javascript ...
Score How to determinate if a value is digital
ad - 21 Jul 2006 6:56 AM - 2 messages
I want to  determinate if a value in a Text  is digital or character. How can I determinate it with Javascript ...
Score Uploading images files to server and resize the image
joe - 21 Jul 2006 6:54 AM - 2 messages
Any articles relating with Uploading images files to server and resize the image  by asp.net 2.0 ...
Score How do I validate the values entered for custom control properties?
Nathan Sokalski - 21 Jul 2006 5:11 AM - 3 messages
I have a custom control with properties named MinValue, MaxValue, and Value (all of which I have assigned a DefaultValue design-time attribute). The Value property must be between (or equal to) the MinValue and MaxValue properties in order to avoid a runtime error. I want to give an error during ...
Score user control with datalist
rodchar - 21 Jul 2006 5:06 AM - 1 message
hey all, i noticed something that i don't quite understand. i noticed when i place my user control (that consists of a datalist only) that just placing it on my web form and "running" the page the datalist shows up. i thought i have to ...
Score Connection to the server was reset when downloading files.
kslp - 21 Jul 2006 4:47 AM - 1 message
Hi, We have a .net web application. There is a page from which user can download pdf's. This download is working fine in development environment but failing in staging and production for files heavier than 7 MB. Is usually throws one of these 2 errors "Connection with the ...
Score Solution for posterity: GridView, Datakeys, and "Item has already been added. Key in dictionary: 'Ca
kenfine - 21 Jul 2006 4:45 AM - 2 messages
I got stuck today on an annoying problem involving DataKeys, datasources, and the GridView: I kept getting errors saying things to the effect of""Item has already been added. Key in dictionary: 'Con_ContentID' Key being added: 'Con_ContentID'"" I figured I would post the solution I eventually found, because Googling ...
Score Want source control system; suggestion for a one developer, MS-centric shop?
kenfine - 21 Jul 2006 4:35 AM - 9 messages
I need source control to serve just one developer: me. Can someone suggest a system that would suit my needs? I am the only person writing code, and I manage the servers. Many of the SC solutions out there seem premised around ...
Score Simple image processing component
Maxwell2006 - 21 Jul 2006 3:37 AM - 3 messages
Hi, I am developing a simple image upload asp.net page and I am looking for a simple image processing component to be able to change the image resolution of jpg images and also reduce the kilobyte size of them (optimise for web) ...
Score Atlas question
Chris - 21 Jul 2006 1:42 AM - 1 message
Is it possible to receive the results of an atlas remote method, withouth using the "disconnected" return handler? I want to run a remote function within a javascript, wait for the result to be returned to my variable, and then continue my calculation.  I do not want ...
Score Is order matter in Cookies?
jacksu - 21 Jul 2006 1:25 AM - 3 messages
I have one application in two servers, two servers returns the same cookie but with some elmenet in different order, Set-cookie: a=abc; Path=/; Domain=.abc.com; Secure another one is Set-cookie: a=abc; Secure; Path=/ ;Domain=.abc.com ...
Score Customize TableAdapter
Houston Lucifer - 21 Jul 2006 1:05 AM - 1 message
Hi all, i am using ASP.NET 2.0. I created a dataset using the designer and added a couple of table adapters to the dataset. The connection string was stored in the web.config for now. But, i want to pass a connection object at ...
Score QUERYING THE DATASET
sharmaajay - 20 Jul 2006 11:58 PM - 2 messages
hi all, i want to know whether we can make a dataextract function in global page(global.asax) though a query and.. then for each individual .aspx page can we query tht dataset instead of creating dataset for each page ...
Score What ContentType for text?
David Thielen - 20 Jul 2006 10:04 PM - 6 messages
Hi; I am writing the output of a page directly using IHttpHandler, IRequireSessionState and if it is a text file I set HttpContext.Response.ContentType = "text/plain". But when it displays I get an error telling me it's not a legal xml file. ...
Score TableAdapter using SProc Returning IDentity
Elmo Watson - 20 Jul 2006 9:57 PM - 1 message
Let's say I have a tableAdapter which uses an Insert sProc -- the last line in the sProc is a Select statement, returning the identity in code, I write something like: Dim myTA as (TableAdapter) label1.text=MyTA.Insert_sproc However, the label always gets 0, though the row is getting inserted ...
Score Gridview with multiline edit
roend83 - 20 Jul 2006 9:32 PM - 1 message
I am trying to extend the default gridview control to allow for editing of multiple rows when a button is clicked and no rows when the button is clicked again. When the button is clicked, I call the following method: ...
Score crystal report problem
akki - 20 Jul 2006 9:16 PM - 4 messages
Hi All, I am trying to host a site with an outside vendor which contains crystal reports. I am copying all the files but when I run the crystal reports i get the following error: "keycodeV2.dll missing or invalid" ...
Score How to expire an ASP.NET page?
Scott Shuster - 20 Jul 2006 9:07 PM - 5 messages
Hi, I've been searching and testing and have not yet found the answer I'm looking for. I have an ASP.NET (vb) application with an ecommerce function.  When the user submits the page, I DON'T want them to be able to click on the ...
Score invalid character--newbie
Middletree - 20 Jul 2006 8:33 PM - 2 messages
Teaching myself ASP.NET, using Microsoft Press book called ASP.NET 2.0 by George Shepherd. Ch. 2, it says to type the following code: <%@ Page Language="C#" %> <html> <body> <h1>Hello World</h1> ...
Score Javascript with Datagrid items.
tshad - 20 Jul 2006 8:15 PM - 2 messages
I need to do some work with Javascript and my datagrid controls. I want to do something like: ********************************************************* function CheckQuestion() {     var checkBox = document.getElementById('_ctl0_SecurityStandard');   if (checkBox.checked)   {    dropDown = document.getElementById('_ctl0_SecretQuestion');    dropDown.disabled = false; ...
Score Help:How to do the version control of ASP.Net application?
Hongbo - 20 Jul 2006 7:53 PM - 3 messages
Hi, I have a web site built in ASP.Net 1.1 running on production server. It's the version 1.0. Now I need to build the version 2.0 for this web site. The version 2.0 will be built based ...
Score Strange file access problem
Mr Seth T - 20 Jul 2006 7:50 PM - 2 messages
I have an .NET 2.0 web application that I am using to create, read, encrypt, and delete an XML file.  It all works great when I am testing it on the local machine that I am using as a web server, in debug and ...
Score using Asp.net panels
SAL - 20 Jul 2006 7:32 PM - 4 messages
Is there a setting in VS.net 2003 IDE that I can change, so when I add a PANEL to my ASP.net page and place controls on the PANEL itself, it will allow me to move the controls on the Panel where I want them? ...
Next »