Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score PickList question - dot net newbie
ronblack - 16 Apr 2005 11:54 PM - 2 messages
How can this be done in asp dot net ? Page 1 has a textbox and an image button next to it. clicking the image pops up a new window (page 2) with a list of names - user selects name page 2 closes - posting the selected name in the text box. ...
Score linking Style sheet in User control
Gopalan - 16 Apr 2005 11:34 PM - 4 messages
Hi I want to use the <link href="...." type="..."> tag inside the .aspx file. This style is used by the user control (converting an existing aspx file to ascx file) which are added to this aspx page. Please tell me where to put it. It is not working properly now. ...
Score How to get logged in user from another app?
John Dalberg - 16 Apr 2005 11:11 PM - 2 messages
I have an Intranet asp.net application that opens multiple frames in its main page. Authentication to the Intranet app is forms based. The app is third party closed source. One of the frames can display other apps which I ...
Score Changing the look of a dropdownlist
John - 16 Apr 2005 11:03 PM - 2 messages
Hi all, Is there any way in which I can change the look of a dropdownlist (the arrows and borders and . . .)? Regards John. ...
Score Question2
Manny Chohan - 16 Apr 2005 7:56 PM - 4 messages
I converted the C# code from 4guysfromrolla into vb.net. When i try to compile it, i get the following error: A namespace does not directly contain members such as fields or methods Here is the code i have: Imports System ...
Score Question
Manny Chohan - 16 Apr 2005 7:20 PM - 2 messages
Guys, How can i write the following CS code in vb .net if (ctrl != null)        {          _listctrl = (ListControl) ctrl;          return (_listctrl != null);   ...
Score Advanced: How to create the regular asp.net web application on Windows Server 2003?
whidbeywave - 16 Apr 2005 4:21 PM - 3 messages
Hello All, I have been bounced on a new issue this time. My problem is, I have a configured SharePoint Team Services 2.0 installed as default website, which prevents the creation of any new ASP.net projects or even working ...
Score ASP.NET 2.0 Beta 2 Is Where?
clintonG - 16 Apr 2005 4:19 PM - 4 messages
What section of MSDN Subscriber downloads? Is ASP.NET 2.0 Beta 2 supposed to be used with Visual Studio 2005 Beta 1? Anybody read the licensing requirements yet? Is the 'go live' available? I just feel brain dead or at least I am finally aware of it ;-) ...
Score Response.write="And I say, "How are you?"."
nsj - 16 Apr 2005 4:08 PM - 5 messages
How shall i use quotation marks within another in asp.net? ...
Score Dynamic dropdows appending not replacing second dropdown items
seanmayhew - 16 Apr 2005 3:17 PM - 2 messages
Im attempting to get the vaules for the second drop down on index changed of the first. This works fine. However rather than just replacing the values of the second drop down with the new values its just appending them. On each post back. ...
Score Transaction using data from multiple Web Forms ?
Saket Mundra - 16 Apr 2005 12:16 PM - 4 messages
I have multiple web forms in my application. The user after logging on is directed to form1 where he enters information desired. Once finished he is directed to form2 and the same procedure goes on till form6. After user has ...
Score Unload events
TR - 16 Apr 2005 11:26 AM - 3 messages
I'm coming to asp.net with mainly a desktop application background, and would be grateful if someone could explain what is meant by "unload" in asp.net . It's not the same as unload in a desktop application context. What ...
Score Validation
James T. - 16 Apr 2005 10:56 AM - 2 messages
Hello! I am using user controls to customize the layout of my page. There are two user controls with some input fields and standard validation controls. My problem is that every time I am trying to validate the data in one of the ...
Score Execute EXE from ASP.NET
wdewebserver - 16 Apr 2005 10:13 AM - 3 messages
Hi Can anyone tell me how to run an EXE from ASP.NET? I have an EXE that connects to an Oracle database and generates a PDF file (using Report.NET) based on the results from the database. I cannot get the PDF running when ...
Score How to display with different font color
ad - 16 Apr 2005 7:36 AM - 2 messages
I use a dataGrid to list the scores of students. If the score is less than 60, I want the score display with font of red. The other will display with blue  font. How can I do that? ...
Score Beta 2 is available for MSDN subscribers
Riki - 16 Apr 2005 7:06 AM - 10 messages
https://msdn.one.microsoft.com/Subscriber/1033/Default.asp ...
Score Can I change the code of uploaded website using Visual Studio.net
zubair - 16 Apr 2005 6:48 AM - 2 messages
Sir I have I'm given a task to debugg and add some functionlity to a big website containing hundreds of ASP.net pages, C# is the language used. Please anyone help me that: If I change the bussiness object (e.g. *.cs or *.aspx.cs) files, do I need ...
Score Re: Do You Want To Know For Sure That You Are Going To Heaven? The reason some people don't know for
mikegordge - 16 Apr 2005 2:58 AM - 2 messages
RonGrossi382***@yahoo.com wrote: No death in heaven but you have to die to get there? hmm No sorrow in heaven and yet you have to say sorry to get there. No sickness in heaven and yets lots of sick people get there. ...
Score Adding Tables dynamically??
grawsha2000 - 16 Apr 2005 2:42 AM - 3 messages
Hello, How can I add a table to asp.net page dynamically with Code Behind style. I still can't find a way of doing it. This really causes me a big problem when I deal with records from database as I need to construct ...
Score OLE version of microsoft applicaton block data access??
guoqi zheng - 16 Apr 2005 12:27 AM - 3 messages
I used microsoft data access application block a lot. It make data access task much easier. However, it is only available for SQL client, does anyone has a OLE version?? regards, Guoqi Zheng [link] ...
Score question on "true image resizing" article
Rudy - 15 Apr 2005 10:10 PM - 4 messages
Hello, I'm hoping went through Scott Mitcell's article on true image resizing. Looking through the article, it's not clear where to put the "GetThumbNailImage" method [link] Thanks! Rudy ...
Score Webserver with 2 processors
RayAll - 15 Apr 2005 9:59 PM - 7 messages
I'm having a webserver with 2 processors .I read an article somewhere that state mamangement on 2 processors in an ASP.NET application is different with one processor.Is that right? Thanks ...
Score Adding value to dropdownlist
Manny Chohan - 15 Apr 2005 9:24 PM - 3 messages
I have a dropdown bound to database. I need to add Select one to the first index of drop down list. How can i do this? Thanks Manny ...
Score Transfer data between pages
Fernando Lopes - 15 Apr 2005 9:12 PM - 5 messages
Hi there. There's a way to transfer data between pages but: - Not using Session - Not use Querystring Tks. Fernando Lopes ...
Score Urgent : Viewstate and dynamic controls !ONCE AND FOR ALL PLEASE!
John - 15 Apr 2005 9:12 PM - 7 messages
Hi all, I need finality on this once and for all please. I have a main page which contains a couple of placeholders and within these placeholders, depending on what the user presses, I load different user controls. This loading of user controls is done within the code-behind of ...
Score Preventing overload of SQL hits
Greg Collins [InfoPath MVP] - 15 Apr 2005 9:04 PM - 2 messages
I'm designing a series of ASPX pages (actually one page with a series of parameters) which call a SQL SPROC to update a visit count. This is great right now because the pages are not visited very much. I anticipate eventually having a large flow of traffic through these pages. My worry is that if I eventually have 100,000+ visiters to these pages per day, I'm going to overload SQL by calling the SPROC per visit per page to perform an increment to the visit count. ...
Score Firing off validations when I want to, not on every function....
David Lozzi - 15 Apr 2005 9:00 PM - 4 messages
Howdy, I have a page that has fields which have validators. What I want to do is only validate the fields when the Next button is pressed, not every time a function is called. The users are allowed to search for data before they ...
Score Forms Authentication Problem
MB - 15 Apr 2005 8:35 PM - 2 messages
Hi guys, I've been experiencing a problem here with forms authentication. When I am on one of my wesite's http (non-secure pages) everything works fine. However, I am using a Shared SSL provided by my hosting company. ...
Score Session State from ASP.net to ASP?
mavrick101 - 15 Apr 2005 8:31 PM - 5 messages
Hi, Is it possible to set Sesssion["somevar"] in asp.net and retrieve it in an ASP page Session("somevar")? both existing on same page? Thnx ...
Score Alignment of Controls(Header & Footer) on Web Form
Saket Mundra - 15 Apr 2005 7:42 PM - 3 messages
I have a webform in which i have used Image Control for displaying Header & footer. I have noticed that when i open the same webform in differnet IE windows having different settings for toolbars, status bar and Text, the ...
Score Problem exporting datagrid with numeric values to Excel
NancyA - 15 Apr 2005 7:23 PM - 2 messages
I am using the following code to write data from a datagrid to an Excel file:         Dim tw As New System.IO.StringWriter         Dim hw As New System.Web.UI.HtmlTextWriter(tw) ...
Score asp.net
dave - 15 Apr 2005 7:00 PM - 2 messages
I am just learning to create web apps with asp.net.  However, when I go to create a new asp app, it says that it can't find the URL/server at the given address.  It then goes on to say that I need IIS (Internet Information ...
Score Resource protected by Form based aythetication
david - 15 Apr 2005 6:59 PM - 6 messages
I can not figure out what is the problem that I can protect ASP.NEt form resource but not some other type of files, for example, images. All my aspx forms located in Demo folder and image files located in a ...
Score Load Excel to SQL Server using .NET
Rich Ulichny - 15 Apr 2005 6:54 PM - 3 messages
Not sure if this is correct newsgroup but I figured I had to start somewhere. We need to build a Web based application to allow users to choose an Excel file from their hard drive (or other mapped drive). At that point the ...
Score Mail Attachments
Andrew Robinson - 15 Apr 2005 6:52 PM - 3 messages
Using SmtpMail and MailMessage, is it possible to create an attachment without writing out a physical file? The data that I need to attach is pure text, but I would like to generate my email and attachment dynamically all in memory. ...
Score Fullscreen Mode
John Bankhead - 15 Apr 2005 6:47 PM - 2 messages
Is there a way to detect if the browser is in full screen mode?  I see several posts about how to set fullscreen mode and how it cant be done, but nothing about how to detect it. ...
Score using RegularExpressionValidator and RequiredFieldValidator together????
Brian - 15 Apr 2005 6:35 PM - 3 messages
I need to use both of these to validate a field on a form.  I have both of them side by side (RFV then REV).  When the first one gets triggered, it looks fine, but when the 2nd one gets triggered, there is ...
Score ASP.NET & XML
Scott Schluer - 15 Apr 2005 6:31 PM - 2 messages
Hello, Assuming I generate an XML string using ASP.NET, how do I push that XML to a remote site (i.e. [link])? Scott ...
Score Cannot get Client Side VBscript variables to ASP.NET page
ChucRock - 15 Apr 2005 6:25 PM - 3 messages
Hi, I have the following code where there is some client side VBScript that does something and needs to pass a variable back to the ASP.NET page.  When the page is updated through a postback, the information is lost.  ...
Score How to get path of root web site when app is two levels deep?
John Dalberg - 15 Apr 2005 6:18 PM - 2 messages
I have an asp.net app that is in a folder which is two levels under the website root folder. The website has a login.aspx which is in the root folder. How do I get the relative path to the web site root folder (not the curent ...
Score from bitmap to stream?
creepwood - 15 Apr 2005 6:02 PM - 3 messages
I'm trying to load and image into a DB and alongside the image also a thumbnailed version of the image, but somewhere in my code, the stream doesn't take the thumbnail data. When I just change toe bitmap.save() ...
Score How to access DB and allow FORM POST?
Brett - 15 Apr 2005 5:56 PM - 4 messages
Say I have a chat page.  The bottom has a FORM text box with send button. The middle and upper part of this page display the chat text.  A user submits their chat text and sees it displayed in the chat area.  The text ...
Score disable items in CheckBoxList
sql - 15 Apr 2005 5:33 PM - 2 messages
Hi all,    I am using a CheckBoxList control on my aspx page that I bind to an array at runtime. After I databind it, I check two of the items in the CheckBoxList controls. Now I also need to disable these two items so that ...
Score H1 and Asp:Textbox
Gonçalo Boléo - 15 Apr 2005 4:57 PM - 3 messages
I have a textbox control inside an H1 tag. It's possible to make the textbox as its text like H1? thanks, Goncalo Boleo ...
Score protected and private
yurps - 15 Apr 2005 4:46 PM - 2 messages
what is the difference between class members which are marked with these....? I wonder because I have a namespace with a few different classes... I want to use a method from another class...currently it only works with public...but that means anybody can use this method and I don't ...
Score Start a Program from an ASP Page?
Charles A. Lackman - 15 Apr 2005 4:32 PM - 6 messages
Hello, Is there a way to start a program on the client computer from an asp page? I.E. The user clicks a button, and word starts up.  (of course if they have word on their comp.) Thanks, Chuck ...
Score APS.NET, IIS cannot connect to SQL Server box
Chris Lane - 15 Apr 2005 4:27 PM - 3 messages
Hi, I am using the following connection string format in an ASP.NET 1.1 application to attempt to connect to a SQL Server on another machine. Data Source=ServerName;Initial Catalog=DBName;User ID=username;password=pwd;persist security info=True; ...
Score Need help with a regular expression!
David Hearn - 15 Apr 2005 4:15 PM - 4 messages
I am trying to use RegEx.Match to locate some text in an HTML file. I am trying to find everything between <map> files so that I can grab the coordinates. The map files looks like this: <map name="Map4"> ...
Score ArrayList of my objects
Neven Klofutar - 15 Apr 2005 3:30 PM - 5 messages
Hi, I'm trying to use Contains method, but I have some problems ... // create SqlDataReader SqlDataReader dr = .... // create collection of myObjects MyCollection myObjectsColl = new MyCollection(); while (dr.Read()) {     // Creating myObject     // Sometimes I create myObject using identical values of dr["a"] and ...
Score Designer locking mdb file... (file and dir GRANTS FULL CONTROL FOR "EVERYONE")
Praveen - 15 Apr 2005 3:20 PM - 2 messages
Here is an easy issue to reproduce: 1) Create a new project. 2) Drop a DataGrid control into the Page. Also drop a OleDbDataAdapter into the page. 3) Select "Configure Data Adapter..." and pick the NWind.mdb (for example). Go ahead and run through the wizard, selecting a table via sql query. Note ...
Score Classic ASP Problem in VS.Net 2005
Corey Gaspard - 15 Apr 2005 2:52 PM - 2 messages
I'm working with a web site that has both ASP and ASP.Net. When I open the web site with 2005 and try to edit classic ASP files, I'm having problems getting VS to recognize the classic ASP is really vbscript ...
Score role based security and
david - 15 Apr 2005 2:45 PM - 9 messages
I have the following questions to ask. For example, there are two roles, A and B to grant to users UA and UB respectively. UB in not in role A and UA is not in role B. A can access to Apage and B to Bpage by typing their passwords, resp.. ...
Score HTTP Post Authentication
Chris Fink - 15 Apr 2005 2:40 PM - 11 messages
Looking for some general design recommendations on an authentication scheme for B2B transactions inbound via an HTTP Post Listener ASPX page that reads the binary stream from the request body.  I would like to add an authentication process that validates the incoming transaction prior to ...
Score Export datagrid to excel sheets
VK - 15 Apr 2005 2:17 PM - 2 messages
Hey,    I have some nested datagrids, which I would like to export to a excel. Exporting is not a problem  - however I would like to export the nested data into different sheets on the same excel page. Is that possible. Basically I just ...
Score image as form background
Carlos - 15 Apr 2005 2:09 PM - 4 messages
Hi all, just wanted to know if an image can be used as the background for a form, and what is the technique to do it. Thanks,           Carlos ...
Score GridView Rows collection Refresh within an event
Shafia - 15 Apr 2005 2:07 PM - 2 messages
Hi, I need to refresh the Rows collection of my GridView  within a tree  event OnCheckChanged. I call the following for that void OnCheckChanged(....) {     ...................    ObjectDataSource1.Select();     GridView1.DataSourceID = "ObjectDataSource1";     ........................... ...
Score Response.Redirect after Response.Flush
Glen Wilkin via DotNetMonster.com - 15 Apr 2005 2:00 PM - 3 messages
Is there a way I can call Response.Redirect after I've done a Response.Flush? I send some html to load an animated gif that plays whilst my page loads, it has some extensive database calls to process. However, when I try to ...
Score Access files via a file share
Roger Twomey - 15 Apr 2005 1:54 PM - 3 messages
I have two servers; Windows 2000 IIS Windows NT 4 [Interactive Voice Response... Telephone system] I have a web application which needs to be able to access the voice files on the IVR system. Here is what I have tried: ...
Score CGI Error w/No Touch Deployment Application
Anil Kripalani - 15 Apr 2005 1:53 PM - 4 messages
I have a .NET Windows Forms application that I launch from a web browser. The user clicks an HTTP link from an ASP.NET page that launches a .NET exe (All .NET 1.1).  The application runs fine so long as I change the IIS ...
Score How to get info about the site visited before my site?
jensen bredal - 15 Apr 2005 1:48 PM - 3 messages
Hello, I think i have once seen how to do this, but now when i need it, i do not remenber how to get this info. I beleived it was a property of HttpContext but not so sure anymore. Many thanks in advance ...
Score SQLHelper & sorting
Goober - 15 Apr 2005 1:21 PM - 2 messages
I have an application that I need to sort the results of a datagrid, when a user clicks on a particular column. The application uses SQLHelper in it.  Is there a way to call the stored procedure and sort the results on it, using SQL Helper?  I can do this ...
Score GAC versioning issues
Juan de Ituarte - 15 Apr 2005 1:04 PM - 2 messages
Hi there, I have a problem with an assembly deployed in GAC. First of all, a little scenario description: We develop (small) WEB apps that use an assembly for connecting with our databases. This assembly has evolved from 1.1 to 1.3 version. ...
Score I need some help here
Chris - 15 Apr 2005 12:35 PM - 6 messages
Hi, I am storing dates in sql server in this format 2005-04-13 22:22:16.353 My asp.net app is passing the date as string like this 4/13/2005 to the foll sp create proc test( ...
Score Dataset - determine if no records are returned
Sandy - 15 Apr 2005 12:10 PM - 5 messages
Hello - I have a button that when clicked displays a dataset in a datagrid.  I need code to simply display a label instead of the datagrid if no rows are returned. Is there a simple way to put this in an If statement or do I have to ...
Score Newbie question: migrating "global variables" from ASP to ASP.NET
Andreas Hofmann - 15 Apr 2005 11:38 AM - 2 messages
Background: We've been using ASP to power our companys intranet ever since around 1998, and over time we've developed quite a lot of separate web-applications for different problems. Lately our IT has migrated to Windows 2003 Server and IIS ...
Score Typed dataset
Trond - 15 Apr 2005 10:48 AM - 2 messages
I have a class MessageController that has a method GetMessagesDataset that connects to a database SPROC. When done it returns a dataset. Then in my ASP.NET for i do this: msgController = new MessagesController(); DataSet dsMessages = new Dataset(); dsMessages = msgController.GetMessagesDataset(); ...
Score Random "The IListSource does not contain any datasources" and more (Crashing a live site at random,
Lars-Erik Aabech - 15 Apr 2005 10:39 AM - 2 messages
Hi! We've got an ASP.NET application that runs swell on development PC's and one live production server. Another prod. server though crashes a couple of times a week. Either something that should be bound reports that column X ...
Score How to kill all sessions when working with ASP.NET Session State Service?
Andreas Klemt - 15 Apr 2005 10:03 AM - 2 messages
Hello, how can I kill all running sessions when working with ASP.NET Session State Service? Is there any VB.NET code for that? Thanks for any help in advance! Andreas ...
Score Setting Focus to a Control - Web
Glenn T. Kitchen - 15 Apr 2005 9:21 AM - 5 messages
Hello All, Does anyone know how to set the focus to a textbox control on Page_Load? Thank you, Glenn ...
Score Style Sheet Asp.Net
Colin Graham - 15 Apr 2005 8:14 AM - 4 messages
I there i was wondering if someone could help me. i have created a style sheet in asp.net and dragged it onto my screen thus creating my lines of code in the html. I do not however seem to ...
Score Change mouse pointer
Oscar - 15 Apr 2005 7:53 AM - 2 messages
Hello!!!! Does anyone know how to change the mouse cursor (from "auto" to "wait" for exemple) in the server-side of our ASP.NET page? Thanks!!!! ...
Score Performance
simon - 15 Apr 2005 7:39 AM - 5 messages
I have asp.net 1.0 application. It runs on powerfull server but it's still very slow. It uses also sql server in background. I would like to set computer and windows 2003 server that my application has all resources and is high priority aplication. ...
Score Are satellite assemblies only for ressource ?
Olivier Matrot - 15 Apr 2005 6:27 AM - 4 messages
I would like to broke up an ASP.NET project in several assemblies. The goal is to link aspx files with a specific assembly. This way you could put functionnality in various DLL and choose to distribute or not the peaces of ...
Score file permission assignment
William Cheung - 15 Apr 2005 5:07 AM - 2 messages
Hi,     my web page is design for manage some file these on such WebServer, what permission should i assig for these file? thx. William ...
Score Smtp Fields
Nitin - 15 Apr 2005 4:40 AM - 2 messages
How can I specify the SMTP server, username and password  in a mailmessage in asp.net regards, nitin ...
Score cdosys
Nitin - 15 Apr 2005 4:00 AM - 4 messages
how can I send email using cdosys in asp.net Regards Nitin ...
Score ASP.NET 2.0: "hello world" page fails with "Failed to map the path
randy collins - 15 Apr 2005 3:57 AM - 6 messages
I've installed Visual Studio 2005 Beta from the MSDN cd dated Aug 2004, which installs the 2.0 framework and ASP.NET 2.0.  I write a simple aspx page containing <HTML><BODY>Hello world</BODY></HTML> and place it in ...
Score where is the javascript code that does clinet side validation?
Dee - 15 Apr 2005 1:11 AM - 3 messages
Hi Where is the javascript code that does the client side validation? Thanks Dee ...
Score Row height in datagrid
Sandy - 15 Apr 2005 12:05 AM - 2 messages
Hello - I have a datagrid with scrollbars and paging.  I have tried setting the row height of the header, pager, footer and Itemstyle.  Everything functions great until I hit the last page when the last page consists of less rows than ...
Score Clearing a DataGrid
tshad - 14 Apr 2005 10:59 PM - 3 messages
How do I clear a DataGrid? I have 2 datagrid (DataGrid1 and DataGrid2).  They are the same, except for a couple of extra fields that DataGrid has for detail. I only display one DataGrid at a time.  The problem is that even when one is ...
Score databinding at runtime.
Al Smith - 14 Apr 2005 10:57 PM - 2 messages
I kind of understand how the below works, however I am trying to do it at runtime vrs design time. <asp:TextBox id="TextBox1" runat="server" Text='<%# StateList.SelectedItem.Text %>'></asp:TextBox> So what I really want to do is something like I show below. ...
Score HttpWebRequest 410 Status Code - Username + Password are correct
Noel Volin - 14 Apr 2005 9:44 PM - 6 messages
Anyone who can help here is much appreciated.  I am trying to programmatically log onto a website.  I am using the code provided in VS for the AuthenticationManager Class example ( ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfSystemNetAuthenticationManagerClassTopic.htm ...
Score Yikes! Where is that initialization code in ASPNET 2.0?
PinoyDotnet - 14 Apr 2005 9:41 PM - 3 messages
I am just starting 2.0, so I have this In ASPNET 1.X there is a method called InitializeComponent() which clearly wires in the Page_Load method to the Load event, like this:      private void InitializeComponent() ...
Score Session from asp to aspx
Meir Rudovsky - 14 Apr 2005 9:35 PM - 4 messages
I have asp page which has  iframe to host aspx page. Since , the main application (asp page)  has session values , i need these values be passed to aspx page in iframe. But, i found out that session cookies are not the ...
Score PHP question
Arsalan - 14 Apr 2005 9:23 PM - 3 messages
I'm sorry, i know this is not the right place to post it, but as an ASP.NET guy, i have no clue how to run PHP under windows XP ? What web server do i need, how do i configure IIS to run it. ...
Score Datagrid Question
Manny Chohan - 14 Apr 2005 9:14 PM - 3 messages
Hi Guys, I am programming in VB .net. I have a datagrid with template column. Each row as Checkbox and a Linkbutton in it. I have defined onCommand for Linkbutton. I am having trouble figuring out how to find if the checkbox is ...
Score Dynamic CheckBoxList???
Jack Black - 14 Apr 2005 9:07 PM - 3 messages
Using VS.Net 2k3 to build ASP.Net app with VB code-behind pages... Hi, all!  I've been struggling with getting a dynamically-generated CheckBoxList generated.  I've finally been able to get the list generated, but now there are two problems I haven't been able to ...
Score ASP.Net Performance better with IIS 6.0 in IIS 5.0 isolation mode
John McGuire - 14 Apr 2005 9:00 PM - 2 messages
We have an web application about to go live with a customer. The app is ASP.Net 1.1 Framework with an Oracle DB backend. We have done performance tests on a W2K (IIS 5.0) test web server at our site (database is running on ...
Score Server.GetLastError
VK - 14 Apr 2005 8:40 PM - 4 messages
Hello,    I am trying to get the last occured error via the following code: Sub Page_Load(...) Dim zero As Integer = 0 Try   Dim err As Integer = 10 / zero Catch ex As Exception End Try Response.write(Server.GetLastError.Message) ...
Score Hide / Show Details
Greg - 14 Apr 2005 8:36 PM - 2 messages
Hello, I am trying to display order ids and order details (order items). I would like to give the user Hide/Show option to either display or hide order details. The page would look like: Expand All   Collapse All ...
Score UML Modeler
Chris Fink - 14 Apr 2005 8:33 PM - 3 messages
Any recommendations on good UML modelers for .NET?  Does Microsoft Visio have a good toolset for this? ...
Score Q: sum grid column
JIM.H. - 14 Apr 2005 8:24 PM - 2 messages
Hello, I have a datagrid in my C# application, and three of the columns are actually $ amount, how can get a total amount per column? Thanks, Jim. ...
Score Sending emails
VK - 14 Apr 2005 8:24 PM - 2 messages
Hello,    I am trying to send one simple email. However each time I try this I get the following error: The message could not be sent to the SMTP server. The transport error code was 0x80040217. The server response ...
Score Q: select value in dropdown list
JIM.H. - 14 Apr 2005 8:23 PM - 2 messages
Hello, I usee this to find string sD in drop down list and select the value. dllSP.SelectedIndex = dllSP.Items.IndexOf(dllSP.Items.FindByText(sD); Can I get FindByText work with wildcards? So dropdown list has xyzt, and if sD is xyz, I need to select xyzt. Right now it does not select since is ...
Score cheap and reliable ASP.Net web hoster
VMI - 14 Apr 2005 8:22 PM - 5 messages
Are there any reliable and cheap ASP.Net hosters? I'm looking for a web hoster that supports ASP.Net (required) and has access to SQL Server (preferably for free) and mySQL.  Obviously, their up-time should be pretty ...
Score DataReader... and ...
John Smith - 14 Apr 2005 8:03 PM - 2 messages
I am using .NetFramework 1.1. and SQL2K. I am calling a stored procedure and it has multiple results set and some output parameters. If the output parameter does not meet certain condition, I am quitting the stored procedure (SP) by calling "return" statement which results ...
Score Session("passed") = Session("passed") + 1 error
dee - 14 Apr 2005 6:50 PM - 10 messages
Hi My code complies the following line:     Session("passed") = 1 but puts wiggly error line under the second  Session("passed") in the following expression:     Session("passed") = Session("passed") + 1 Why? Thanks Dee. Session("passed") = Session("passed") + 1 ...
Score Size vs Width in ASP.net
Elmo Watson - 14 Apr 2005 6:01 PM - 2 messages
In HTML - for a textbox (input), I would use the 'Size' Attribute In an ASP.Net TextBox - I use 'Width' - - (like 200px) However, for other browsers - Other than IE - the size attribute isn't added - - I can add it, but in able to get the sizes correct, I need some ...
Score Best practices to deploying ASP.NET applications.
recoil@community.nospam - 14 Apr 2005 5:58 PM - 2 messages
I am looking around for alternatives to remote deployment of ASP.NET projects. We currently use batch scripts to automate our remote deployment because VS.NET's Copy Project features plain and simply do not appear to work in the real world. I was wondering if other people ...
Score What did visual studio do?
dee - 14 Apr 2005 5:52 PM - 3 messages
Hi I'm working on a sample application that was working and ceased to work. I get the following error: Compiler Error Message: BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.Recipe15_9_aspx' Line 1:  <%@ Page Language="vb" AutoEventWireup="false" ...
DAL
Next » 2 3 4 5 6 7 8 9 10