Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score ASP.NET 1.1 and ASP.NET 2.0 performance for simple pages
Martin Rakhmanov - 25 Feb 2006 11:51 PM - 4 messages
Hello Simple ASP.NET page executed on .NET 1.1 and .NET 2.0 gives different processing times - 2.0 is slower. Why? Here is source code for the page: <%@ Page Language="C#" AutoEventWireup="true" Trace="true" Debug="false" ...
Score DAL - Accessing Output Parameters
Garth Wells - 25 Feb 2006 11:29 PM - 2 messages
Using an example in the Jan 2006 release of the Enterprise Library, I came up with the code shown below to create a DAL method for returning several columns of a single row. I place the output parameter values in a comma-separated string, and then split ...
Score RequiredFieldValidator disable on new page load
bdtmike - 25 Feb 2006 10:13 PM - 6 messages
I'm using VS2005.  I have a form that has fields and a required field validator control on it.  Everything works great except there's a behavior I'm trying to get working.  If a user is on a form and are in ...
Score setting an image-hyperlink width manually???
Daves - 25 Feb 2006 10:04 PM - 2 messages
my gridview should display a column with an image which also is hyperlinked... No problem with: <asp:HyperLinkField DataNavigateUrlFormatString="~/Groups/Default.aspx?group={0}" DataNavigateUrlFields="GroupID" /> but how on earth can I set the image width??? I can also use the Gridview's OnRowDataBound event to manually add the ...
Score Default sort column and order in Gridview?
Daves - 25 Feb 2006 9:38 PM - 3 messages
I have a gridview displaying News items and fetches the data through a (little complicated) sql stored procedure... The sorting seems to be done in the gridview since there is no sorting implementation in the stored proc (well actually it is sorted by DateIn DESC by default but still the gridview ...
Score Datagrid won't post variables if hidden
Nick - 25 Feb 2006 9:09 PM - 5 messages
For some reason, why does ASP.net only see variables that are 'DISPLAYED' inside a datagrid? Even if the Field is Databound, I cannot post the variable or use it in an updatecommand... it has to be visible?? I've tried putting the field on the page but making 'Visible = false' but it ...
Score Setting GridView SelectedIndex based on a row value
Jay Pondy - 25 Feb 2006 8:55 PM - 2 messages
I have a datasource with 2 columns PKID and Description. The datasource is bound to a sortable GridView where the PKID field is NOT visible. If the user has a row selected before the grid is sorted I want to select that ...
Score Script Explorer/Running Document not available in VS 2005
Ben Fidge - 25 Feb 2006 6:10 PM - 4 messages
Hi Is there a list of settings that must be configured correctly in order to use the Script Explorer in VS 2005? I'm trying to debug some javascript on one of my pages after upgrading from VS.NET 2003 to VS 2005. ...
Score Dynamic loading of Web User Controls into a Content/ContentPlaceHo
Wouter - 25 Feb 2006 5:58 PM - 2 messages
Hi, I hope somebody can give me a pointer to solve the following problem. I want to dynamically load a web usercontrol (ascx) into a content control of a content page which references a master page. I have tried to place a PlaceHolder control first in the content section and ...
Score Virtual Directory; ASP.NET 2.0; Development Server
anonymous - 25 Feb 2006 4:31 PM - 3 messages
Hey all,     Is there anyway to create a virtual directory in the new Development Server?     I have a image folder with about 2 gigs of images. I would like to store this elsewhere on my filesystem, rather then under the application because it cause problems. ...
Score The type initializer for 'MyClass' threw an exception.
ibiza - 25 Feb 2006 4:22 PM - 2 messages
Hi all, I have this class: Public Class KanaConverter    Private Shared kana As ArrayList    Private Shared romanji As ArrayList    Shared Sub New()       kana = New ArrayList       romanji = New ArrayList ...
Score file upload
AVL - 25 Feb 2006 3:03 PM - 2 messages
Hi, I've building a text editor..in which I've given the feature of uploading images.... I want to upload them from client machine to server machine....... I'm not using html control for uploading... In my text editor, users can paste the images directly.... ...
Score Hot to create file with VB.NET ? ? ?
merianosnikos - 25 Feb 2006 2:32 PM - 2 messages
Hello . . . I need some help . . . I already know to programming in VB6 and i starting the VB.NET I want to create a file that will contain other files. Something like ZIP files but not zipped  ! ! ! I want to copy a PDF file in it and i cant ? ? ? ...
Score access controls on another web user control
Giorgio - 25 Feb 2006 1:50 PM - 2 messages
I have 2 web users controls in a page and I would like to get or set the selected values of a few dropdown boxes and I also would like to know how to access functions that are on aweb user control X from a web ...
Score ASP.NET 2.0 / VS.NET 2005 ANNOYING BUG
André Silva - 25 Feb 2006 1:23 PM - 3 messages
"Unable to cast object of type 'ASP.masterpage_master' to type 'ASP.masterpage_master'. " Every time I make a change on the web site and run it this error occurs. To fix it I must rebuild entire web site which takes a lot of time. ...
Score Beginner ASP.NET help
Chris - 25 Feb 2006 12:39 PM - 5 messages
Hi all, I've built a site using ASP.NET (my first) and currently it has no content. The layout and design is done (only 4kb of images used). Testing it out on my webserver I notice a large load time for each page. On investigating, ...
Score How to change data displayed in one GridView depending on selection made in the second one? (ASP.NET
misiek - 25 Feb 2006 12:37 PM - 8 messages
Hi all. I have two tables in my database: TableA and TableB. Records in TableB contain foreing key to records from TableA (it is a relation one to many: one row from TableA could have many rows from TableB connected to ...
Score Can I use ASP.NET Web Admin tool as a part of my site?
va - 25 Feb 2006 9:59 AM - 2 messages
I need to have a designated admin user add, approve and remove users from the site.  They won't have VS 2005 instaleld on their machine.  I want to have teh Web Admin tool as part of my site but I want to avoid ...
Score FormView - FindControl
Paul Aspinall - 25 Feb 2006 9:46 AM - 9 messages
Hi I'm having trouble trying to use FindControl with a FormView, but can't seem to find what I'm doing wrong.... I have a TextBox in my ItemTemplate, and I want to assign a value to it, in ...
Score Invalid attempt to Read when reader is closed.
sivam.solai - 25 Feb 2006 9:07 AM - 2 messages
Public Function GetTopLevelThreadName(ByVal ThreadID As Integer) As SqlDataReader Sp_Datasql = "WS_Get_TopLevelThreadName"         SqlParam = New SqlParameter(0) {}         Try             SqlParam(0) = New SqlParameter("@ThreadID", SqlDbType.Int) ...
Score How can I use xlst in asp.net?
ad - 25 Feb 2006 8:46 AM - 2 messages
Hi, How can I use xlst to display a xml file  in asp.net? ...
Score Change in MapPath in ASPNET2?
Mark Olbert - 25 Feb 2006 5:16 AM - 6 messages
I'm running into a repeatable oddity in porting a bunch of ASPNET1.1 websites to ASPNET2. Calls like this: MapPath("/path/fromroot") result in exceptions under ASPNET2, but worked fine under ASPNET1.1. Changing the calls to: MapPath("~/path/fromroot") ...
Score Copy Web Site FTP Problem
Mark Olbert - 25 Feb 2006 1:28 AM - 4 messages
Sigh. Every other ftp client I've used lets me enter the path to the site, the user id and password, and connects.. but not the one in VS2005. Why does MS have to do everything differently? Here's the problem: when I try to connect (through Copy Web Site) via FTP, I get the error message "The ~/ directory does not ...
Score ASP.NET 2.0 Web Site: Where is the "release" Configuration?
va - 25 Feb 2006 1:13 AM - 6 messages
When I create a web site (or personal web site starter kit) I don't see a "release" version in the configuation manager like a default Winforms application has.  Does it not apply for Asp.net? ...
Score How to put Expand all and Collapse all button for a asp.net TreeView Control ?
vivek - 24 Feb 2006 10:23 PM - 2 messages
Well I have been using  the new Microsoft asp.net 2.0 TreeView Control in my application. I need to provide some kind of "Expand All" and "Collapse All" button. This button should not post the form back to the ...
Score Need help with CDONTS or other object to receive mail in a specific way
Vanessa Lee - 24 Feb 2006 10:20 PM - 3 messages
Hello, Is it possible to write a script using CONDTS object to read all emails from the SMTP IIS "Drop" folder without changing the username and email address in LogonSMTP? or is there completely another way to do it. Here is what I ...
Score How to exclude folders from project in VS 2005?
John Dalberg - 24 Feb 2006 10:15 PM - 2 messages
In VS 2003, I was able to exclude full folders from a project but I can't do the same in VS 2005. I can exclude files but not folders. I prefer to exclude at the folder level because the folder icon has visual indicator. ...
Score Multiple Web.config Files
Robert - 24 Feb 2006 9:45 PM - 3 messages
I am trying to run ASP.Net 2.0 pages within a ASP.Net 1.1 application. The 2.0 pages are located in a sub-directory of the 1.1 application. Once I create a new web.config file in the 2.0 folder the 1.1 applcation fails. I ...
Score AutoPostback
Bob Peek - 24 Feb 2006 9:19 PM - 3 messages
I have created a master page with a single asp:button that posts the page without page validation. On the content page, I have a variety of asp controls including text box, drop down list controls and user controls.  I also have a single button that ...
Score HTML Encoding in ASP .NET 2.0 Best Practices
Untitled - 24 Feb 2006 8:53 PM - 2 messages
I currently have a web application with hundreds of pages and controls. There currently is no HTML Encoding done anywhere. Data to the application come from all different places such as UI, WebServices, Remoting and listeners that log data. All this data needs to be shown ...
Score Avoid asp.net restart when change files .dat
MumHa - 24 Feb 2006 8:43 PM - 2 messages
My application has a subfolder where I put and change many files at runtime. On asp.net 1.1 it works very well, but on 2.0 the application is restarted when I change many files. How can I configure the asp.net to avoid monitor my subfolder? ...
Score Trying to stream PDF to IE!
Brent - 24 Feb 2006 8:29 PM - 2 messages
Problems streaming PDF back to Internet Explorer are well-described here:     [link] The solution, however, is elusive. I thought I was supplying all the required info with my code*, but it still doesn't work. Any help would ...
Score NEWBIE - Learning how to pull SQL not in Grid or Details view
Phillip Vong - 24 Feb 2006 8:20 PM - 2 messages
Sorry if this is a stupid question. I'm learning with  Visual Web Developer 2005. I've read and watched many videos on how to connect to SQL and getting the information in details view and grid view.  Can someone point me in the ...
Score Ideally, someone with lots of .NET - Omaha, Nebrsaka-Full Time Salary/ Compensation Range: $70 to
Balu - 24 Feb 2006 8:13 PM - 2 messages
Ideally, someone with lots of .NET - Omaha, Nebrsaka-Full Time Salary/ Compensation  Range: $70 to 75K plus benefits Hi Hope this mail finds you in the best of Health and Cheer. Please allow me to introduce myself. My name is Balu, working as ...
Score call exe from asp.net
CsharpGuy - 24 Feb 2006 8:09 PM - 5 messages
I need to call an exe that resides on a server on the network from a ASP.NET page. first, is this possible, and if so who would I go about doing it? What is need to do this and have the exe run when its called? ...
Score Multi-Developer ASP.net Project - Only 1 Project DLL?
Brian Patrick - 24 Feb 2006 8:06 PM - 2 messages
Our company is making the switch from ASP to ASP.net, but we've noticed a significant problem. With ASP, developers could check out individual pages, make changes and check those pages back in without affecting other developers. With ASP.net, developers can check out individual pages, but if they need to ...
Score Memory Leak only when compiled in Release mode.
BruceDM - 24 Feb 2006 7:49 PM - 2 messages
We have an webservice application that has a memory leak when the application is compiled release mode.  However, when the application is compiled in debug mode it does not exhibit a memory leak. We are running .net 1.1 compiled with VS 2003. ...
Score Displaying an Excel spreadsheet
Brooke - 24 Feb 2006 7:47 PM - 4 messages
I am new to ASP.NET, but have been programming for about 14 years (C# about 2 years).  My manager asked me to develop a web application that would allow employees to view a spreadsheet that is used to manage resources ...
Score StackOverflowexception
c676228 - 24 Feb 2006 7:41 PM - 7 messages
Hi all, I don't know what the exact meaning in my case for this exception to be thrown. When my program execute the following statement: item.NumPersonsOnTrxn = GetNumofPeoplePerTrxn(orderID, sProduct) The system.stackoverflowexception was thrown. The getNumberofPeoperPerTrxn is just a function defined as follow ...
Score Animated buttons control?
Ben Fidge - 24 Feb 2006 7:39 PM - 3 messages
Can anyone recommend any good controls to implement animated buttons. I want something that can perform the following: - Must initially display a static image - When clicked the button must seamlessly display an animated GIF while waiting for the postback to return ...
Score Server Side code withoout page refresh
seanmle - 24 Feb 2006 6:59 PM - 6 messages
Is it possible if I can call server side code without the page refreshing? Thanks, Sean ...
Score sqlreader.GetValue(sqlreader.GetOrdinal(columnname) problem
c676228 - 24 Feb 2006 5:48 PM - 6 messages
Hi all, I am stuck with this problem. the code is like this: Dim sqlreader As SqlDataReader = myCommand.ExecuteReader(CommandBehavior.CloseConnection) sqlreader.GetValue(sqlreader.GetOrdinal(columnname) give me the following in the watch window:     sqlreader.GetValue(sqlreader.GetOrdinal("enrolldate"))    Run-time exception ...
Score Workaround for row size limit on SQL server
akki - 24 Feb 2006 5:44 PM - 3 messages
Hi all, i am creating an ASP.net web appln which was working fine till now but suddenly I developed a new problem. when i am trying to insert data in a new row in one of my tables,it gave an error. the table has 1 column ...
Score Gridview default cell value???
Jon S via DotNetMonster.com - 24 Feb 2006 5:23 PM - 2 messages
HI all, I'm returning a dataset to a gridview control.  When the gridview asp.net control is populated from the returning dataset some of the cells remain empty.  This is expected as some data in the dataset is empty.  The cells ...
Score Attributes.Add("onclick", ... & window.Focus()
GD - 24 Feb 2006 5:19 PM - 3 messages
I have an ImageButton in a Repeater, and in the Repeater's OnItemDataBound event, I'd like to add some code that will let the ImageButton open a URL in a new window. This is what I have in my Repeater's OnItemDataBound event: ...
Score Datatable default values
Vik - 24 Feb 2006 5:14 PM - 2 messages
I use a dataadapter to create a datatable and retrieve/update data in SQL Server database. But the datatable does not receive the default values from a server table and the new records don't receive the defaults values. What may be wrong here? ...
Score multipart message from WebRequest (asynchronous)
KReichert - 24 Feb 2006 4:59 PM - 2 messages
How do you retrieve the streaming 'parts' of a multipart message from a WebRequest? Here is the situation. A WebRequest is submitted to a server (http://TheServer:80/GetMedia?ID=1).  This causes the server to push/stream a multipart message back to the client ...
Score ADAM and AzMan with ASP.NET 2.0
James Coleman - 24 Feb 2006 4:48 PM - 3 messages
After quite some time of troubleshooting, searching the web and posting to newsgroups, I have finally managed to use the ActiveDirectoryMembershipProvider and the AuthorizationStoreRoleProvider. The issue I am running into now however is I can not get the two to work ...
Score free asp.net 2.0 menu
G. Whiz - 24 Feb 2006 4:20 PM - 8 messages
What's a good one? thanks ...
Score LoadingData\DataGrid
gh - 24 Feb 2006 4:09 PM - 2 messages
I have a datagrid with four columns defined. First Name    Last Name    Phone  Select(This is a template column) At runtime I create a datatable and populate it. aTbl.Columns.Add("First Name", TypeOf(String)); ...
Score How tro use FindControl (C# or VB)
Paul - 24 Feb 2006 4:02 PM - 2 messages
I have an item in the aspx part of my page: <a id="PreviousPageNav" runat="server" > <asp:Image runat=server ID="PreviousImage" ImageUrl="~/Images/Nav/previous.gif" /> </a> that I  put in the header of a DataList. ...
Score SqlCacheDependency and Strongly Typed Datasets
chris - 24 Feb 2006 4:02 PM - 3 messages
Hello all, Background: Using .NET 2.0, Sql Server 2005, SqlCacheDependency is utilized successfully against SqlCommand objects elsewhere in the code (in other words I have successful instances of using SqlCacheDependency).  ASP.NET website built in 3 separate tiers: ...
Score what's the status with atlas?
Dica - 24 Feb 2006 4:02 PM - 7 messages
i wrote an app using ajax.net and i'm told that the hosting outfit wants $10 to set up the dll PLUS $10 every month to 'maintain it because it's a custom dll'. i've stated to look at atlas, but it looks like it's still in beta. ...
Score ASP.Net 1.1 Client Script
gn - 24 Feb 2006 3:41 PM - 2 messages
I have an asp.net page with client side javascript.  In the script I can get a control and read its properties by using document.getElementById('txtDBName').  But if I try to set any of the properties of this control it doesn't work; for example the code line ...
Score Database Connection Module
NH - 24 Feb 2006 3:41 PM - 3 messages
I have a module that handles creating a sql connection object as per below code. What do you think, is there a better way to do this? Imports System.Data Imports System.Data.SqlClient Imports System.Configuration.ConfigurationManager Public Module DBConnections ...
Score GridView: Row background color= red if row ID = 3
G. Whiz - 24 Feb 2006 3:15 PM - 2 messages
How would I do that? Thanks ...
Score class - save from page to page
G. Whiz - 24 Feb 2006 2:49 PM - 4 messages
How do I get a class to persist from page to page? ...
Score XSL Exception in C#
Tom Clancy - 24 Feb 2006 2:44 PM - 6 messages
I'm trying to transform an XML document via XSL and getting the following exception (which Google has never heard of): "Extension function parameters or return values which have Clr type 'ConcatString' are not supported." It's entirely possible I have a dumb typo in there, but both the XML ...
Score ASP.NET 2.0 Website -- Now What?
dm1608 - 24 Feb 2006 2:41 PM - 8 messages
OK -- I've basically completed my development of my ASP.NET 2.0 website. Unfortunately, it looks like crap. What is the best way for me to add some professionalism to my page?  Just having a form and some buttons and a hyperlink looks too much like a rookie. ...
Score Catch Error
Matías - 24 Feb 2006 2:32 PM - 3 messages
When I have an exception I use try { } catch(Exception e) {     print e.Message  (for example) } Now, I want to catch the error message and the line number of the error. How can I do that, I have to put numbers to lines???. Thanks for Your help. ...
Score How to protect downloadable files?
Hongbo - 24 Feb 2006 2:19 PM - 4 messages
Hi, We have a web site which needs user to login. After login, there are some files available for download on some pages. A typical link of such file is like this one: https://[link] ...
Score Bulk data in grid view [ASP.Net]
Sudha Pune - 24 Feb 2006 2:07 PM - 6 messages
I need to show 1 lakh record in my gridview.... If i use data adapter it will take more time to fill the dataset itself.... What will be the best way... I dont think so only with paging we can solve this performance issue... ...
Score MasterType conflicts with Theme
andrea - 24 Feb 2006 1:53 PM - 3 messages
Is there a reason for which using the MasterType directive to use the typed struct of a master page conflict with the @Page Theme directive? Thanks Andrea ...
Score Accessing Login Control's Button from Code-Behind
Jeff Lynch - 24 Feb 2006 1:53 PM - 2 messages
I'd like to add the following attributes to the Login control's Login Button to create a CSS rollover effect. How can I access the control's login button from the page's code-behind? LoginButton.Attributes.Add("onmouseover", "this.className = ...
Score asp.net 2.0 repeater own class
Alexander Widera - 24 Feb 2006 1:38 PM - 3 messages
hi, i get a list of  IDs from a sqlcommand. With each of this IDs i create an object of a class "XY". Each object and its properties should now be displayed in an asp:repeater. How can I make this? ...
Score Error: The process cannot access the file it si being used by anot
Adrian Turner - 24 Feb 2006 1:25 PM - 2 messages
I am just starting developing with .Net(Have used asp for years). I have created a very simple upload page which once uploaded opens the file(excel) and displays the data. If I Attempt to re-run using the same file I get the ...
Score vBulletin forum - similar.
Paul Aspinall - 24 Feb 2006 1:07 PM - 2 messages
Hi Does anyone know of an 'out of the box' forum software, similar to that of vBulletin which is unedr PHP? Thanks ...
Score System.UnauthorizedAccessException: Access to the path ...Temporary ASP.NET Files.. is denied.
Anbu - 24 Feb 2006 12:33 PM - 5 messages
Hi all, I have developed an application in VS .NET 2003 (framework 1.1) on a XP platform. It is working fine in that PC. Now, I setup new PC with same configuration for another develper. Whenever I execute the application it gives, Unauthorize Exception ...
Score Form authentication security question!
jens Jensen - 24 Feb 2006 11:13 AM - 2 messages
Hello, When my users logs in to my site, an MD5   hashed value of the password is sent to the server, and there the value is validated against a database. What if someone catchs my hash value and also send it to my server. Will ...
Score More of a CSS query
Mantorok - 24 Feb 2006 10:39 AM - 3 messages
Hi all I have a table with 1 row and 2 cells - in each cell is a hyperlink, what I want is when the user hovers over the hyperlink the current cell's background colour will change. Thanks Kev ...
Score Send mail using System.Web.Mail fails w/ m.BodyFormat=MailFormat.H
Ryan - 24 Feb 2006 9:50 AM - 4 messages
Hi, I receive an access denied error (see below) when attempting to send an email with BodyFormat=MailFormat.Html from an asp.net page.  Exactly the same code works fine in a console application, and also succeeds from the asp.net ...
Score One Report viewer and multiple reports
monskie - 24 Feb 2006 9:10 AM - 2 messages
Hello to all, I have a problem which could be trivial to you guys. This concerns opening  several crystal reports on the a crystal viewer on an ASPX page by calling window.open. My application. 1.) 2 webforms      - 1 main web form that filters that dataset ...
Score .NET 2: assemblies not loading pb
WT - 24 Feb 2006 8:09 AM - 5 messages
Hello, I have copied my web site to a test server(W2K3), this web site is using a reference to an assembly that wraps all the calls to 2 web services (MS CRM 3.0). This runs perfectly on my dev environement, but when I copy the web site ...
Score Visual Studio 2005 and Visual Basic .net 2003
Stewart - 24 Feb 2006 7:06 AM - 2 messages
Hi All, I have not yet seen Visual Studio 2005 and I could not collect much information on this. I just want to know whether Visual Stdio 2005 is enhanced Visual Studio ..net 2003 or is it Enhanced Visual Studio with Visual Basic 6.0. Is it ...
Score Sequence Order between Page Init and User Control Init
Tony Cheng - 24 Feb 2006 6:19 AM - 2 messages
Hello everybody, I got a aspx which have several user controls on it. My question is that what is the order of ASP.NET execute the page and user control ? does it like this : Page Init -> User Control Init -> Page Load -> User Control Load ? ...
Score simple doubt
nizam - 24 Feb 2006 6:08 AM - 2 messages
hi, i have an excel file. i want to convert that excel file into csv(comma separated values) file format. can u give me some idea. Thanks in advance , nizam. ...
Score Web Services project
Frank Rizzo - 24 Feb 2006 5:50 AM - 2 messages
Is there a way to create a web service project that has a proper project file (e.g. csproj), instead of having it be file based where whatever happens to be in the directory magically becomes part of the project? ...
Score DropDown Type ahead
Peter - 24 Feb 2006 5:46 AM - 2 messages
Does anyone know of DropDown box that has a type ahead feature like the WinForms version and it does not cost more than $100.00 ? Thank You. Peter ...
Score ASP.NET applications not working??
Naveen - 24 Feb 2006 5:40 AM - 2 messages
Hi, I'm new to deploying ASP.NET applications. So got a few sample apps like DotNetNuke and others and tried to run them on the webhost account i have. But every time it gives the same error -- Runtime Error ...
Score how to write sear engine pages in asp.net
jaffar - 24 Feb 2006 4:28 AM - 2 messages
hai,         i am developing search engine in asp.net , so how can i start the search engine and how can write code for search engine, it is like goole search engine, it is very urgent, ...
Score Trouble removing cookies
Nathan Sokalski - 24 Feb 2006 4:26 AM - 4 messages
I am having trouble removing cookies that I created with my site. Here is the code I am using to try and remove them: If Not Request.Cookies("username") Is Nothing Then Response.Cookies.Remove("username") If Not Request.Cookies("password") Is Nothing Then ...
Score Hosting an ASP .NET 2.0 web site with database
BobLaughland - 24 Feb 2006 4:21 AM - 2 messages
Hi There, I have an ASP .NET 2.0 web site with a MSSQL express 2005 database. What is the normal procedure to host that web site and database at a hosting site? I am hosting it at dotnetmart, but cannot quite figure out what setup ...
Score Webapp Architecture Problem
arthernan - 24 Feb 2006 1:58 AM - 2 messages
A client of mine wants me to build a custom web application. For security reasons he does not want to install a database client/api on his DMZ zone. He wants to have an application running in their LAN that ...
Score Menu background colors not set when CSS used.
Dick - 24 Feb 2006 1:47 AM - 4 messages
My simple example is shown below. Please can you explain why the BackColor of the menu's StaticSelectedStyle and StaticHoverStyle are not applied whilst the background-color of the tr and td's are applied via the style. Thanks. <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" ...
Score datagrid\checkbox
gh - 24 Feb 2006 12:32 AM - 2 messages
I am filling a datagrid at runtime with the values I want in the columns.  In some of the rows I would like to have a checkbox in the last column for the user to check.  Then when the user clicks the submit ...
Score Can't Update SQL Database Via GridView
A_StClaire_ - 23 Feb 2006 11:24 PM - 2 messages
hi all, I am using a GridView bound to an ObjectDataSource.  edit and delete functionality has been enabled.  my ObjectDataSource is tied to a TableAdapter that accesses three stored procedures - SPGetAllPrograms (Select), SPDeleteProgram (Delete) and SPRetireProgram (Update). deleting database records via clicking the GridView Delete button works ...
Score Datagrid
forlist2001 - 23 Feb 2006 11:07 PM - 2 messages
How do i find the type of control is datagrid? I have grid inside a grid. If I do typeof it does not work for datagrid. One more thing how do I read data back from grid? I can read the ...
Score security execption
CsharpGuy - 23 Feb 2006 9:56 PM - 4 messages
I have an asp.net (C#) web form that needs to run an exe off of a network drive and when i load the page i'm getting the following error message: The application attempted to perform an operation not allowed by the ...
Score filtering
VJ - 23 Feb 2006 9:45 PM - 2 messages
the problem i'm having is that i can't get the Sql statement set to search for Department or Last_Name%..         <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:dbPMAEventsConnectionString %>" ...
Score Two forms ?
Arsalan - 23 Feb 2006 9:40 PM - 2 messages
I have 4 textbox which in turn has 4 required validator associated with them. I want to make two separate login section in one page, how do I do that ? Problem is that the validator control fires the event when i press the ...
Score Application Variable disappears. v2.0
Frank_00001 - 23 Feb 2006 9:39 PM - 3 messages
I've migrated an application from VS 2003 to VS 2005.  It worked fine in 2003; but I've been having issue in 2005.  The latest is dealing with a DataSet that I have as an Application Variable.  It seems to disappear when ...
Score filtering data
vncntj - 23 Feb 2006 9:35 PM - 2 messages
the problem i'm having is that i can't get the Sql statement set to search for Department or Last_Name%..         <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:dbPMAEventsConnectionString %>" ...
Score Help me clean up my DB connection (trying to use parameterized query)
darrel - 23 Feb 2006 9:30 PM - 6 messages
I'm tring to modify an existing DB connection/query into a parameterized one. But, in doing so, I get an error stating that I am not defining the variable I am using in the query. This is what I have: ...
Score CrystalDecisions.CrystalReports.Engine.LogOnException: Logon faile
MMitchell - 23 Feb 2006 9:17 PM - 4 messages
i am having problems running a sub report in crystal reports using visual studio 2003. The first report fires one stored procedure in sql server 2005 and it has 2 levels of groupings then it runs a sub report using the group data. ...
Score Datreader GetSqlString /NULL
G. Whiz - 23 Feb 2006 9:07 PM - 3 messages
How am I to handle methods like GetSqlString when the data values are NULL. Am I supposed to test every time? ...
Score Runs on development machine, not on server?
Joe Befumo - 23 Feb 2006 7:59 PM - 11 messages
I'm trying to deploy a asp.net app that I developed in Visual Studio 2003 on an XP Professional machine. It runs fine on the development machine, but when I try to run it locally on the server (i.e., http://myserver/myappdir.) ...
Score XML Webservice Binary File load
jdhavo - 23 Feb 2006 7:41 PM - 2 messages
I'm trying to download an image file using XML from a web service. When the dialog box appears asking if I want to save the document or open it, If I click save and then open it, it works fine.  If I click ...
Score Can't install MSDN Library on VS 2003?!?!?
Rico - 23 Feb 2006 7:12 PM - 8 messages
I'm hoping this isn't another one of Microsofts ever depleating free help things, but I had to re-install Visual Studio 2003 Enterprise on a clean installation of Windows XP Pro.  When I hit the F1 Key, (no matter what I ...
Score css and skins in 2.0
jhcorey - 23 Feb 2006 6:57 PM - 2 messages
I made a change to my Styles.css file on my machine, but when I copy this to a server, I don't see the effect of the changes that I made. I'm using skins that associate different kinds of controls with ...
Score FormView not updating
MasterChief - 23 Feb 2006 6:36 PM - 2 messages
I have a FormView that won't update at all. I have looked at thing such as datakeys and making sure the update command is correct but I can't find the problem. Here is my code. Could the item_id (the primary key) ...
Next » 2 3 4 5 6 7 8 9 10