|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Bill Cohagan -
4 Feb 2006 10:13 PM - 2 messages
I've built a small app based on the Personal web site template and it works fine on my development machine (within VS2005). When I Publish it to a Windows Server 2003 machine it *almost* works fine. There are two problems, ...
Jim McGivney -
4 Feb 2006 10:05 PM - 4 messages
I am a ASP.net 2.0 NewBee I have a simple website I developed in Web Developer Express. I test it with CTRL-F5 and it works. I have found out that I can not Web Copy it to my hosted web site. ...
Andy Sutorius via DotNetMonster.com -
4 Feb 2006 8:24 PM - 3 messages
I have a current website divided into 2 sections. Each section needs it's own sitemap and treeview. Is it possible to have 2 different sitemaps in a website? Everything that I have read says you create a web.sitemap file and stick it ...
jojobar -
4 Feb 2006 8:07 PM - 10 messages
In vs.net 2005 you can build the entire website, entire solution or a single page. The project I am working on has more than 1000 pages spread over 50-60 directories. We work on one or two of the directories most of the time. ...
dpomt -
4 Feb 2006 8:01 PM - 4 messages
I am facing some issues with the webforms DefaultButton functionality: #1 One text box ==> hitting enter works in IE but not in Firefox (1.5) #2 One text box and req. field validator ==> problem in IE #3 two text boxes ==> not even a postbak in Firefox. ...
Shaw -
4 Feb 2006 6:02 PM - 6 messages
We are going to update our ASP.NET 1.1 based applications to 2.0. After I installed VS Web Express, I immediately find the old web server controls, such as DataGrid and data object (adapter, connection, command…) are ...
BookerW -
4 Feb 2006 6:01 PM - 5 messages
I am not sure which forum I should post this on, but here is the problem. I have a front end web application(VB) on asp,net 1.1 framework. Inside of the code, I have the following lines to connect to the database ...
Oded Dror -
4 Feb 2006 5:34 PM - 2 messages
Hi there, I'm using VWD 2005 express, win xp pro sp2 I created a website with login.aspx page (not from the template) Integrated with Access database, Also I modify the web.config file everything work fine I put response.redirect to the log in with user session ...
Tony -
4 Feb 2006 5:30 PM - 7 messages
Every 10 seconds I need to search a SQL table for orders to print. The orders are created through WebForms on ASP.NET clients. The orders should not print until 10 minutes before they are due. The network printer will be available from the server running IIS and SQL ...
thebison -
4 Feb 2006 3:54 PM - 3 messages
Hi, As a relative newbie to SQL Server/ASP.NET I'm hoping someone here can help with my problem. I'm developing a timesheet application in ASP.NET C# using Visual Studio 2003 with a database built in MSDE. ...
Fabrice -
4 Feb 2006 1:38 PM - 3 messages
Hello Does a solution exist to get always the right path when you use Server.Transfer in web application (version 1.1) ? I want to rewrite my URL by use Global.asax and Application_BeginRequest Sub. But as i use server.transfer in my web application i get always the old ...
Øyvind Isaksen -
4 Feb 2006 1:21 PM - 6 messages
I have a page with an optional integer-field, and one asp:calendar control. I use a stored procedure to save the data in SQL Server. When all fields contains data, the code works great! But if the user dont ...
Jason Chan -
4 Feb 2006 12:53 PM - 2 messages
I newbie of XSL as well as .NET. I would like to ask can I create XSL extension function using .NET technology? So that I can use something like <myExt:myFunction()> in my xslt file. Any resource suggested? I tried to google it but cannot found any useful ...
J.Edwards -
4 Feb 2006 12:47 PM - 2 messages
I have a Type Converter working correctly from the designer end - it displays a list of certain object types, and allows one to be picked, and saves it to the property fine. The trouble I have is when I run the web page it doesn't have the property ...
c676228 -
4 Feb 2006 12:45 PM - 4 messages
Hi all, I have an event in user control email to handling email change when user want to change the input for email address. Here it is In email.ascx.vb: Protected Sub UpdateEmail(ByVal sender As System.Object, ByVal e As ...
Chris -
4 Feb 2006 11:56 AM - 5 messages
Hi all, I've built a website in VS2005 using ASP .NET. The problem I'm having is that images which are put in App_Data folder will only show in the designer. I'm trying to show images with the CSS "background-image:" tag. If I take ...
Anonieko -
4 Feb 2006 11:47 AM - 2 messages
Query: How to display progress bar for long running page Answer: Yet another solution. REFERENCE: [link] My only regret is that when click the browser back button, it loads the ...
John Rivers -
4 Feb 2006 11:26 AM - 24 messages
ASPX which means ASPX pages, the code-behind concept, User Controls, Web Controls etc. is very poorly designed and makes it extremely hard to develop professional quality web applications. ASPX is Microsoft's attempt to "dumb down" web application development ...
Paul Aspinall -
4 Feb 2006 8:36 AM - 4 messages
Can anyone point me to an article which shows how to control access to certain web pages, for different forms authenticated users. I would ideally like to decide if users can 'view' 'edit' 'create' or 'delete' on each page, and therefore some sort of status flag would be ...
Paul Aspinall -
4 Feb 2006 8:32 AM - 2 messages
Hi I have an application which will be used on a company Intranet, but will also be used by some external users (via Extranet). I want to implement Integrated authentication for the company employees, but any 'non-authenticated' users (ie. externals), must logon via Forms ...
Newbie -
4 Feb 2006 6:27 AM - 2 messages
Hi all, Anyone know how to build web application like this one: [link] I want to build a similar web appl like this using ASP.NET 2.0 If I'm not wrong, this appl consume RSS feeds, in this site from ...
ad -
4 Feb 2006 4:47 AM - 6 messages
I have a Textbox (Text) in a web form. I use this.SetFocus(Text1); to set the focus on Text1. How can I let the text in Text1 selected when the Text1 get focus? ...
James Woody -
4 Feb 2006 1:56 AM - 3 messages
Our company uses the profile feature, then for some reason I screw around with the web.config file and delete one of the profile keys. I then re-add that profile key. Woudn't all that profile information get lost permanently? ...
JJ -
4 Feb 2006 1:32 AM - 2 messages
I have an app and on one page I have Link buttons that will fire up a word doc or at least thats my goal. When someone clicks on a link button I need to find a word doc on server where app resides. I was ...
Jeff User -
4 Feb 2006 1:14 AM - 6 messages
Hello ..NET 1.1, VS 2003, C# & asp.net I have tried to follow msdn instructions and samples but I can not get an event to fire for this button on the datagrid. There has to be something obvious missing here, but after 2 days I am ...
James Woody -
4 Feb 2006 1:13 AM - 3 messages
I have listed the Orders on my page with a datalist. Now I need to append the OrderID onto the URL at this point [link] How do I get the OrderID out of the datalist. ...
JimC -
4 Feb 2006 12:18 AM - 2 messages
I'm working with a new ASP.NET Web host, a shared service sold by Hostik in Sacramento. (They may be buying their service from Lanset.) I created a test project just to make sure the thing was working, and uploaded four files: ...
craigkenisston -
3 Feb 2006 11:35 PM - 2 messages
I have a grid attached to an objectdatasource from which just one field is editable. For the update method I have a method with two parameters, the key of the record and the column to be updated. However, what's happening is that I am receiving an empty key of the ...
P. Yanzick -
3 Feb 2006 10:37 PM - 3 messages
Hello, I am creating an edit template for a FormView control, changing one of the textboxes to a dropdown box. The dropdown will be populated from a simple table with the primary key, and a description (i.e. a colors table, so there ...
domtam -
3 Feb 2006 10:19 PM - 4 messages
Hi all, Here is what I want: when a user clicks a <asp:button>, its event handler will do some server-side processing and then pop up a windows of another page. As far as I know, if no pop-up blocker is disabled, the button event ...
Mike -
3 Feb 2006 10:05 PM - 2 messages
Hello all, Is there a way to change the ItemTemplate based on the data that is being shown? For instance, I have a dataset, contains two fields (NAME, STATE). I want to show all the records from the dataset using a standard item ...
De kessé -
3 Feb 2006 9:54 PM - 3 messages
I have an aspx file loaded in VS 2005. I need to pass the following parameter to my page... "Page=dummy.aspx" how can i do that from visual studio while i am not controling the URL? ...
VB Programmer -
3 Feb 2006 9:39 PM - 5 messages
ASP.NET 2.0..... How do I get all users (in aspnet_Users) that are not in the "member" role (aspnet_Roles)? Thanks. ...
Ashe Sjedic -
3 Feb 2006 9:32 PM - 17 messages
In asp , you make a query string with one line. Now you have to click click click, add parameters edit templates dig thru the documentation type bunches and f*&^(cking bunches of code to just come up with item.asp?orderID=xxxx ...
Genaro Sanchez -
3 Feb 2006 9:10 PM - 7 messages
Hi group. I have 2 web applications. I start the first application with a default.aspx page. On a button click, it makes a reference to another application. I want to store 3 variables in the click event of the button ...
emman_54 -
3 Feb 2006 9:06 PM - 4 messages
Hi every one, I am trying to run a batch file using my asp.net application. I am using the Process class to run the batch file. When I run my web application, In the task manager, i could see cmd.exe with ASPNET as a ...
Douglas J. Badin -
3 Feb 2006 8:49 PM - 6 messages
Earlier this month, there was a posting about this without a definitive answer. If you place a Wizard inside a FormView's EditItemTemplate the bound fields contained within the View will display the data from the fields to which they are bound; yet they will return null values when the 'Update' ...
De kessé -
3 Feb 2006 8:35 PM - 3 messages
I have 2 ASPX files. One is the main, the other a smaller one which is the center part of the main ASP file. Now, how do I load the 2nd ASP into the first one? ...
Andy Sutorius via DotNetMonster.com -
3 Feb 2006 8:35 PM - 2 messages
After installing Sharepoint Portal Services I am no longer able to see my website. When I try I get Required permissions cannot be acquired. I have tried to put the Trust key in the web.config but that made things worse as ...
Shadow Lynx -
3 Feb 2006 8:28 PM - 2 messages
If this is not the most appropriate group for this question, please let me know. I noticed an odd priority difference in resolving names in VS 2005 (VWD Express) vs. the .NET 2.0 compiler (the one accessed from within VS). ...
Ashe Sjedic -
3 Feb 2006 8:15 PM - 2 messages
Hi, i'm stuck at the point where you click on the row (or button on the row, or better yet just a link on the row) and have it do something. Something like msgbox("you clicked on this") Am I supposed to use a datarepeater, a datadeleter, a gridrepeater a ...
akki -
3 Feb 2006 8:10 PM - 4 messages
I create link buttons dynamically in the code and give them IDs through which I can distinguish them.I want to know how to create a single event handler for all the link buttons that I create The event handler ...
Elliot Rodriguez -
3 Feb 2006 8:09 PM - 10 messages
WinXP Pro Let me preface this by saying I have developed with the .NET IDE since its release, and I consider myself reasonably savvy with it. I have a medium sized form with about 120 controls - 60 labels and the rest ...
tshad -
3 Feb 2006 8:07 PM - 2 messages
I have a field that I read from my database that is a bit field field into a textbox. The Trace on the variable (MyInfoCreated) shows it as "False" - as you can see from the error. I tried it with: ...
Alex D. -
3 Feb 2006 7:59 PM - 4 messages
does any body knows how to get the checkbox clicked in a checkboxlist using the SelectedIndexChanged event? The "EventArgs" dont help too much.. thanks, Alex. ...
CsharpGuy -
3 Feb 2006 7:42 PM - 6 messages
I have a radioList on my web form that has to be checked based on a data item from my database, how can I check one of the radio buttons in the list? example: my data is returned 1, 2, 3 ...
BlueSky -
3 Feb 2006 7:15 PM - 3 messages
Can any one refer me to some good online sample applications in Asp.NET written in C#? I am looking for some huge apps that have lots of features that I can learn from. ...
forumnewbie2006 -
3 Feb 2006 7:05 PM - 3 messages
Hello, How would you recommend embedding an html file in an ASP.NET 2.0 page? Essentially, I'm looking for the simplest & most light weight way to embed the content of an html file (from the file system) inside an ...
Richard -
3 Feb 2006 6:46 PM - 3 messages
I've been having alot of problems with asp.net 2.0's style sheet. When I apply a style sheet to a webform in the head tag (<link href="Site5.css" rel ="stylesheet" type ="text/css" runat="server" />), the webform does reflect ...
ericw3 -
3 Feb 2006 6:41 PM - 4 messages
I am testing the code snippets of John Peterson ( [link] ). I have WebForm2.vb as follows: Public Class WebForm2 Inherits System.Web.UI.Page Protected WithEvents Button1 As System.Web.UI.WebControls.Button ...
Dusty Hackney -
3 Feb 2006 6:31 PM - 4 messages
Hello, I use Try Catch statements a lot in my applications so that the app automatically e-mails me with any errors that the users are encountering. I was just wondering if there are any performance issues with using Try Catch ...
cartercc -
3 Feb 2006 6:24 PM - 2 messages
January, 2006. I do not intend to start any kind of flame war, but only to seek advice about different technologies concerning which I am mostly ignorant. I am the database manager for a unit of a major state university. A ...
GS -
3 Feb 2006 6:21 PM - 8 messages
Hello, I'm receiving The state information is invalid for this page and might be corrupted error message when running code below. This happens on second post back. Why is it happening? My webpage contains 2 dropdowns controls and I save information entered by user in ViewState variable containing array ...
MattB -
3 Feb 2006 6:03 PM - 3 messages
I have a user control that gets dynamically added to a page. It has a couple of validators that I programmatically set properties for. All of this works, but my problem is: When not in use, I make validators Visible property = False ...
Eamon Millman -
3 Feb 2006 5:17 PM - 3 messages
Greetings, I'm fairly new to the new ASP.NET 2.0 controls and I'm trying to get the TreeView control to display some non-xml/sitemap data I want to have in a tree format. To accomplish this I have followed the sample code provided on ...
achoo -
3 Feb 2006 5:11 PM - 2 messages
Is it possible to extend a Web service proxy so that it understands an HTTP refresh page? Explanation: * The Web service proxy was autogenerated by Visual Studio .NET 2003 from the Web service's WSDL. It inherits from ...
amitshinde02 -
3 Feb 2006 5:05 PM - 3 messages
Hi Experts, I have been struggling on this problem since last one month. I have a huge Excel sheet (Not well formatted) with around 10000 records or more. with around 60 fields. I want to transfer those rows in sql server as it is. The table in SQL ...
cnickl -
3 Feb 2006 4:41 PM - 11 messages
Hi, I have a general ASP.NET question. As far as I understand, if I install the Framework 2.0 I also get ASP.NET 2.0. However I don’t want to spent the money to buy VS 2005 right now. Can I write ASP.NET 2.0 Websites in VS 2003? ...
Pierre -
3 Feb 2006 4:13 PM - 4 messages
Hello, I have read somewhere that it is possible to add general reference to a project in VS. But I do not remember this article... I would like avoid adding on each page a "Imports myreference". How to do this ? ...
Andrew -
3 Feb 2006 3:35 PM - 6 messages
Hello, friends, Help please, this has driven me nuts: I am developing the default.aspx page. In this page, we allow a user to type user name/password, and then click on Submit button to login. <form name="form1" onsubmit="return isValidInput()" action="default.aspx" ...
ChainsawDude -
3 Feb 2006 2:49 PM - 2 messages
I can keep the session variables across application restarts by storing the session state in StateServer (rather than inprocess). However, the application variables are still lost! Please would someone say if they know how to keep application variables intact when the process restarts? ...
Henrry Pires -
3 Feb 2006 2:47 PM - 6 messages
Hello to all. I'm trying to diplay word, exel and pdf documentes inside the ie window. To show a pdf file i know that i have to set the property ContentType = "application/pdf". But I was unable to find the value to display exel files. ...
jojobar -
3 Feb 2006 2:45 PM - 4 messages
Hello, I am trying to localize an existing application (asp.net 2.0). using implicit as well as explicit localization. Asp.net 2.0 uses App_LocalResources folder for implicit localization. When this happens the tag values for Text, ToolTip etc. are not used from the aspx ...
tdavisjr -
3 Feb 2006 2:24 PM - 2 messages
I don't know if anyone noticed yet; but compiling websites in VS 2005 is a DOG!! It literally takes me like 1-2 mins to build a website or even start it with debugging. Is anyone else having this issue and is ...
Kevin Spencer -
3 Feb 2006 2:23 PM - 8 messages
For those of you who are concerned about the HTML output in your ASP.Net pages, the following link is to a new tool that you can add on to IE. It is much like the FireFox Web Developer Extension, and adds a number of tools to ...
booner -
3 Feb 2006 1:27 PM - 7 messages
I have a business component I've built in its .vb file. Compiled the .vb file and copied the outputted dll to the bin directory of my virtual directory. Now in my aspx page when I attempt to utilize the business ...
Pumkin -
3 Feb 2006 1:12 PM - 3 messages
Hey guys, It appears to be a very simple problem, but I just cannot realize why it is happening. I have a HTMLTable in which I put 10 labels. Now, I'm trying to parse the collection and to put text on labels. ...
JonSteng -
3 Feb 2006 1:09 PM - 7 messages
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free) I installed FrontPage server extensions to IIS on my computer while ...
CyberLotus -
3 Feb 2006 12:30 PM - 4 messages
Hi, I've created a web application and through this I want to import Excel data to database. Following is the code that I've written, ******************************************************************* string fileLocation = txtboxFileName.Text.ToString(); string sheetName = "Import"; string connectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data ...
washoetech -
3 Feb 2006 12:19 PM - 5 messages
Hello, I have a client that is feeding PDF files to me. They do not want me to link to their files since that can put a strain on their bandwidth. What they asked I do is download the file and store it on my server. ...
anand -
3 Feb 2006 11:48 AM - 3 messages
When create a new directory on a remote machine it works when impersonate="true" credential is given . Is there any other method that a proper access can be given to create a directory . iT would be helpful if i get the ...
Jose Antonio -
3 Feb 2006 11:42 AM - 3 messages
Hi, We have developed an ASP.NET 1.1 application which references strong named assemblies. The assemblies reside in the "bin" folder of the app, not the GAC. We want a way in which whenever we change the version of a strong named ...
CharlesA -
3 Feb 2006 11:35 AM - 4 messages
Hi folks, I'm using VS 2003 with Framework 1.1 I'm writing an intranet application that makes use of Datagrids I will be creating the columns declaratively (and not using autogenerate) I wish to tie various CSS styles with various columns particularly for ...
andrew.roberts -
3 Feb 2006 10:40 AM - 3 messages
This is my second post now on this subject has I seem to be getting no where and the problem is really starting to bug me now. I can get a datagrid into an editable state but then neither the Update or Cancel ...
zafzal@gmail.com -
3 Feb 2006 9:39 AM - 3 messages
Hello all, I have a textbox in my asp.net (vb.net) aplicattion, I need to assign it's value to a Variable of type DATE, but it's not a required field, so sometimes I want to send a blank field. ...
barry -
3 Feb 2006 9:13 AM - 4 messages
Hi Which IDE is used to develop project using .ASP and global.asa files, Visual Studio 2003 allows creating of C# projects which use .apsx , c# files, i have not been able to see any option to add or create .asp files to .aspx / ...
Benny Ng -
3 Feb 2006 9:12 AM - 5 messages
Dear All, Now my application is going to migrated into .NET v2. And it's already converted into v2 by Visual Studio 20005. (the auto convert tools) But when I goto compiled the application. Some error likes the ...
Reggie -
3 Feb 2006 8:17 AM - 3 messages
Hi and TIA. What I'm trying to do is create a DTS package in SQL Server(2K). What I then want to do is have my users locate the database(Access2K) file, upload the file to a virtual directory, and then ...
RedHair -
3 Feb 2006 8:05 AM - 7 messages
I plan to use ASP.NET to develop a blog or replicator site, I want to use [link][link] ....... to represent each user's personal blog. Here the user1, user2 .... mean (1) Virtual directory of IIS (2) Physical ...
Mark B -
3 Feb 2006 2:02 AM - 4 messages
I have a aspx form with a combobox drop-down to select 1 country from over 120 countries. On the next web page after that, I also have the same combobox so that the user can make a final confirmation of the data entered and also add some ...
Kevin Frey -
3 Feb 2006 2:00 AM - 2 messages
I've been spending considerable time thinking about the various implications that come into play when building a production-quality web application and this has prompted me to ask whether there are any best practices guidelines on achieving this. Particular questions I have are: ...
Mark Olbert -
3 Feb 2006 12:25 AM - 4 messages
I have some img tags on a master page which reference files in a top-level directory. They look like this: <img src="assets/test.gif" id="gnr" /> assets is a subdirectory of the website root. My problem is this: this kind of path reference in a master page won't work when the page using the master is not in the root ...
Chris -
2 Feb 2006 11:49 PM - 5 messages
I have an asp.net page say page1.aspx. The form in html code is <form id = "Form1"> And i want to disable all the fields of the form after some code steps. I had created a javascript funct: ...
John Dalberg -
2 Feb 2006 11:31 PM - 2 messages
I am getting "Input string was not in a correct format" error in a line like this: Int32.Parse(((DataRowView)e.Item.DataItem).Row.ItemArray[8].ToString()) Field #8 comes from a SQL Server stored proc. The stored proc returns a ...
Alexander Walker -
2 Feb 2006 11:20 PM - 4 messages
Hello I am developing a website that has a Web Service that I want to expose to Windows Forms based SmartClients when I try to add the web reference to the smart client I get the following message in the "Web services found at this ...
Rob R. Ainscough -
2 Feb 2006 11:11 PM - 6 messages
Does anyone know why two separate ASP.NET web application running under the same web server (IIS 6) would cause this error (Application Event viewer): "It is not possible to run two different versions of ASP.NET in the same IIS ...
Shimon Sim -
2 Feb 2006 10:42 PM - 5 messages
hi It should be easy but I can't make it work. I have DropDownList. I set first with text and value "Select". Then I add RequiredValidator and set it InitialValue to "Select" and I expect that the validator will not allow this value to stay the same but.. Validator never ...
GS -
2 Feb 2006 10:38 PM - 2 messages
Hi, I'm using buffering to write to client about progress of long running query, my question is how do I remove everything from browser screen what was written so far once results are ready. Right now Response.Write writes to output stream even before <HTML> tag is written so I can not really use <DIV> elements etc. ...
Diffident -
2 Feb 2006 10:28 PM - 3 messages
Hello All, I just finished reading an interesting article by Scott about App Domains: [link] Scott, I have a question about the section "Shadow Copies and Restarts". You talked about "Drain Stopped" and "Shadow Copy" concepts in this article. I ...
g -
2 Feb 2006 10:11 PM - 2 messages
I have a user control that contains a dropdownlist. Using a public property, I can get the selected item. However, I am unsure of how to use that same public property to set the selected item. Here's my code: ...
GregO -
2 Feb 2006 10:02 PM - 4 messages
Hi, I would like to find out how many sessions are currently active for my web site. I can't add any counters to the session start event , is there a way to access the ASP.NET engine and find this information out? Or is there ...
Carlos -
2 Feb 2006 9:54 PM - 2 messages
Hi all, I get: Object reference not set to an instance of an object when trying tomdo the following: sEvent = Request.QueryString["EventId"]; if (sEvent.Length == 0) Response.Write("empty"); Which instance, and how is it to be created. I just want to test when the ...
Richard Meetze -
2 Feb 2006 9:42 PM - 3 messages
Is it popssible to make aspx pages with the extension of asp? I am redisging an ASP site to .Net and we need to have the same links, I know I could just go to every ASP page and redirect them to the correct ...
Jason -
2 Feb 2006 9:41 PM - 2 messages
In VS2003, we we able to declare pages and controls without using the Language attribute. We specified that our default language was c# in the machine.config file and everything worked OK. In VS2005, this also works for run-time compilation. However, when we edit ...
Ashe Sjedic -
2 Feb 2006 9:15 PM - 2 messages
Imports Microsoft.VisualBasic Imports System.Data Imports System.Data.SqlClient Public Class Claim Sub getrecordset() Dim connstring As String ConnString = "Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Movie_Data.MDF;Integrated Security=True;User Instance=True" Dim dbconn As New System.Data.SqlClient.SqlConnection(ConnString) ...
Ashe Sjedic -
2 Feb 2006 9:08 PM - 5 messages
How can i use a connString out of the web.config file in another page? ...
Just D. -
2 Feb 2006 8:50 PM - 3 messages
All, I know that I can install 1.1 AND 2.0 on same machine at the same time, I'm working in the VS 2003 with my aspx projects and it works great even having 2.0. I'd like to install VS 2005 to migrate to 2.0, I guess that the VS2003 ...
Blue Streak -
2 Feb 2006 8:49 PM - 4 messages
SFX: Banging head against wall... *Thud! Thud! Thud!* Hello, folks. I am trying to get a web application to work on a Windows Server 2003 (standard edition) Intranet server. It uses a number of the IE ...
Joe -
2 Feb 2006 8:35 PM - 3 messages
Hello All: I have an xml document that contains <Control> nodes, each of which has a "name" attribute (i.e. <Control name="myControl" />. I want to find all of the nodes that have "Recipient" anywhere in the name attribute's value. So, ...
Diffident -
2 Feb 2006 8:35 PM - 2 messages
Hello All, I have been caching an object in a web app and I am running the web app on my localhost i.e., local machine which has its own IIS web server. Now my question is if I access web application from my localhost where would that ...
|
|||||||||||||||||||||||