|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Andreas -
4 Mar 2006 11:31 PM - 6 messages
Hello, I have the following problem: I want to add to my site (test.aspx) one (1) UserControl (customer.ascx) several times - dynamically with a placeholder. As well I want to hand off different variables (i.e. Session variable) to the ...
BobLaughland -
4 Mar 2006 11:15 PM - 2 messages
Hi All, I am having problem with the code below. <asp:RadioButtonList ID="RadioButtonList1" runat="server" OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged"> The OnSelectedIndexChanged event doesn't occur when you select a new item on the radiobuttonlist as you would expect, but it occurs when 'a ...
Daflookie -
4 Mar 2006 11:02 PM - 3 messages
For one reason or another I am unable to access Session contents in my asp.net application via the global.asax's Application_Error event. I can pull this exact code snippet below out of global.asax and place it in a ...
Bill Cohagan -
4 Mar 2006 10:21 PM - 7 messages
Is it possible to have a validation control whose ControlToValidate is in fact a hidden control? When I try this I find that the validator apparently does not fire. If I make the control Visible="true", then the validator fires as expected. ...
anon2005 -
4 Mar 2006 10:16 PM - 4 messages
I'm writing an installed for my application that uses a SqlMembershipProvider. I'd like to have the installer automatically set up the required roles and users for the application, but I can't quite get this to work from a web form. Anyone have tips/ideas to get ...
Andreas -
4 Mar 2006 10:05 PM - 2 messages
Hallo zusammen, ich kämpfe seit Tagen mit folgendem Problem und habe bisher leider keine Lösung gefunden. Vielleicht kann mir jemand helfen: Ich möchte auf einer Seite (test.aspx) ein bestimmtes UserControl (Kunden.ascx) dynamisch per LoadControl mehrmals einbinden. Dabei soll ...
mensuur -
4 Mar 2006 9:56 PM - 2 messages
hi, i just wanted to know, what is the difference between a .aspx and a .mspx file? i cant create .mspx files in VWD express. is that important? ...
Christian Hofmann -
4 Mar 2006 9:29 PM - 5 messages
Hello, How is it possible to use a hyperlink webcontrol inside a label webcontrol? I am using resources for globalisation. Now I have a text like this: Please click here to open that document. "here" would be linked and should be a hyperlink webcontrol. But that is not ...
Toufik -
4 Mar 2006 6:38 PM - 4 messages
Hi, Just to play with asp.net, I've created a web project and a simple aspx web form that contains aweb controls and html controls When I open it in the browser, I see the html controls only, can't see any ...
Progman -
4 Mar 2006 6:37 PM - 6 messages
<body id="body" style="background-image:url(../../Pictures/System/CountryMosaic.JPG)"> how do i get/set body.style from asp.net? ...
stine -
4 Mar 2006 6:08 PM - 5 messages
Recently installed 2.0 framework. Running one site under 2.0 and every day at about 7:00 p.m. I get one error in the event log, 1000 indicating w3wp.exe faulting. After running debugdiag it indicates an error with "webengine.dll" ...
et -
4 Mar 2006 5:18 PM - 7 messages
On my main page, I have a hyperlink that opens a new window in the search window (target=_search). I would like that search window to have a hyperlink to return back to the original window, how can I do that? ...
keys4worship -
4 Mar 2006 5:13 PM - 3 messages
One of my users called yesterday and asked me to look into a problem on a datagrid. Everytime she clicked on a row to edit, another row would appear in it's place. After a little analysis it appeared that this ...
Fred Nelson -
4 Mar 2006 5:13 PM - 18 messages
Hi: I have written several web applications that obtain their connection strings from the web.config file. This is very easy to use and it makes it easy to move an app from development into production. I'm in the process of writing a site that will have lots of traffic so ...
JIM.H. -
4 Mar 2006 3:01 PM - 5 messages
Hello, My database stays in a remote site and I have access it through VPN. I would like connect my current Windows based Asp.Net application with this database. What are my options? Can I connect remote database with SqlDataAdaper, will ...
r2destini -
4 Mar 2006 7:54 AM - 2 messages
Hi Friends, I am new to .Net. So I don't know much. I am facing a problem in updating database through ADO.Net I am creating the dataset and there is no problem in the updation and deletion or insertion in the dataset but when I am updating the ...
sridev -
4 Mar 2006 7:36 AM - 2 messages
Hai all, I am working in ASP.NET. I my page I am having two user controls as usercontrol1, usercontrol2 In usercontrol1, i am having two anchor control and i will load the text for anchor control dynamically. In usercontrol2, i am having decription for the anchors in ...
Benny Dein -
4 Mar 2006 7:19 AM - 3 messages
Hi I wan't to begin studiyng asp.net and visual studio and need some advices regarding which package to buy. First question: Is the 2005 version in this moment well functioning without lot of bugs to stroggle with? Next: Will it be enough to buy the educational version of the 2003/2005 ...
batista -
4 Mar 2006 6:41 AM - 2 messages
Hello all, I currently have a webpage which has a grid and using webservice.htc im updating its content after every 5 seconds. Now I want to add two forms at the bottom of the page.One of them contains a gird which I want to be updated(and only that grid) when a ...
Learnicus -
4 Mar 2006 5:36 AM - 2 messages
Why has Global.asax become a script file in 2.0? I cant find any documentation on the rational for this change? Lenny ...
Amit Maheshwari -
4 Mar 2006 5:31 AM - 7 messages
I have my aspx page on which i am creating <input type=text> on client side using javascript. Now when i submit my page i need to access these controls to get the value entered by the user. ...
kevin.koehne -
4 Mar 2006 4:55 AM - 4 messages
I'm having a problem building a solution in VS2003 (.NET 1.1) on Windows XP. I get the error: "Unable to open Web project 'projname'. The file path 'C:\app-1.6.0.600\solution\projname' does not correspond to the URL ...
John -
4 Mar 2006 2:34 AM - 3 messages
how to manipulate image in asp.net v2.0? i mean load image from database and save it back to database? ...
HK -
4 Mar 2006 12:12 AM - 7 messages
I have ASP.NET 1.1 websites. They will need to access a SQL 2005 database. Do I have to upgrade the whole web projects to ASP.NET 2.0 in order for them to access SQL 2005? If so, anyone have any good URLs for upgrading 1.1 ...
Bahman -
3 Mar 2006 11:29 PM - 3 messages
Hello! Something is removing the onclick events from all our buttons and commenting out the __postback javascript functions from all pages everywhere. dropdowns continue working. Something does 'not' want to run dot net on our clients. The problem is on any workstation. The code does the same on any webserver. ...
Buddy Ackerman -
3 Mar 2006 10:47 PM - 4 messages
What is a 999 error and how can I troubleshoot it? It's not an error code that IIS will allow a custom error page for. --Buddy ...
Ian -
3 Mar 2006 9:56 PM - 3 messages
Hiya, Hope this isn't too stupid a question :) I can bind an objectdatasource to a gridview very easily (and there's a thousand tutorials of this on the net). BUT! I just want to get at the data so I can say put it in a label.text, or ...
williamfrenette -
3 Mar 2006 9:44 PM - 4 messages
To add record into my grid I use the footer way like explain here : [link] But i dont want a Add button on each row so i call the showfooter with ...
Dabbler -
3 Mar 2006 8:57 PM - 5 messages
Is there a way to let the user select a gridview row by clicking anywhere in the row (e.g. on any column)? The gridview would be readonly and I would like to bring up a detailview of the row the user clicked on. ...
Chris Davoli -
3 Mar 2006 8:52 PM - 2 messages
I'm using IndexOf on my strings to find if there are certain words contained in a string. Well, this works fine except when I'm looking at an empty string, because the return value is zero based index. With an empty string it ...
jcochran -
3 Mar 2006 8:25 PM - 3 messages
I have a web form that I need to add a code behind to in asp.net 2.0. I created the form without the code behind in the first place. How do I add the code behind after the fact? I cannot find a way to do it in ...
Joe -
3 Mar 2006 7:44 PM - 2 messages
Hello All: I have a user control that is composed of a lable and a textbox. When I populate the textbox, I set its id property to a unique value so that I can use the FincControl page method later to retrieve the value that the user ...
Stephen -
3 Mar 2006 7:23 PM - 5 messages
Hi, Can someone give me suggestions on how to validate emails that are entered into a textbox? the problem is that they can enter any number of emails say the textbox is called Notificationlist and has 10 email addresses, i need to read this and ...
Mostro -
3 Mar 2006 6:54 PM - 4 messages
I recenty deduced that .Net 2.0 makes OMA stop working on my exchange server, uninstalling 2.0 and leaving 1.1 fixes my problem. Is .Net 2.0 neccessary? ...
Sai -
3 Mar 2006 6:42 PM - 4 messages
Guys, I have used .NET required filed validator and regular expression controls in my ASP.NET app. Everything works well locally. When we moved to Network it only works in FIREFOX browser it does not work in IE. Anybody has a clue why this is happening. ...
rlrcstr -
3 Mar 2006 6:39 PM - 6 messages
I was trying to use a DataList control bound to a business object using an ObjectDataSource object. But the update event on the ObjectDataSource was never being triggered. I tried using the same object with a GridView and a ...
avf -
3 Mar 2006 6:34 PM - 2 messages
hi all. in my code i bind a few dropdownlist boxes's lists, datasource etc. i bind the Selectedvalue property, and everything is fine. then one bright day, WITHOUT ANY CHANGE TO THE DATABINDING CODE, i started getting "System.ArgumentOutOfRangeException: Specified argument was out ...
bill -
3 Mar 2006 5:49 PM - 2 messages
What's up with inheritance in code behind? Is it reliable, or should I skip it and forget about using inheritance in web forms until they get it right? I'm using VB.NET 2005 I have a web form named wfBase.aspx. ...
luis molina Micasoft -
3 Mar 2006 5:47 PM - 3 messages
hi, i have a problem with a web farm. an application asp net 1.1 that works in different servers doesnt works in the web farm (4 servers balanced). The error it says is "System.Web.HttpCompileException: External component has thrown an exception" ...
CsharpGuy -
3 Mar 2006 5:06 PM - 2 messages
I'm reading an excel file using C#, and it has a date column formatted like: MM/DD/YYYY, I have code that is getting me the year but its also returning me 12:00 so it looks like this: ...
Bill44077 -
3 Mar 2006 4:48 PM - 3 messages
Hi, I am trying to iterate though the controls on a content page that has a master page so I can disable text. If it weren't on a content page it is simple: foreach (Control c in Page.Controls) ...
Andy -
3 Mar 2006 4:47 PM - 3 messages
My users need to store and retrieve various files (pdfs, docs, jpegs etc). I am developing an asp.net 2.0 web application, with SQL server backend. I've been looking at my best options and am quite new to web ...
Felix_WafyTech -
3 Mar 2006 4:46 PM - 4 messages
Hi, I would like to create something similar to "The Code Project" message thread. You can see what I'm trying to explain by clicking on the link below: [link] ...
Pedro Bernardo -
3 Mar 2006 4:35 PM - 2 messages
I know it has been a long time from the last thread but i'm having this problem to .. Dim Cache As New System.Net.CredentialCache Dim credential As ICredentials = CredentialCache.DefaultCredentials ...
christianhaynes -
3 Mar 2006 4:31 PM - 4 messages
Hi, I've been working on a problem for the last couple of days trying everything ive found but with no luck. The problem is: I have create a com callable .net assembly which is called from an asp page. This works fine until the assembly that uses another third-party ...
Chris Marsh -
3 Mar 2006 4:08 PM - 6 messages
How the heck do we kill references in the "Recent Projects" section of this page. I have a bunch of tests that I need to remove from the list, it's just rather anoying. Thanks! ...
Mathieu [Marti-IT] -
3 Mar 2006 4:03 PM - 4 messages
Hi all, in creating a C# ASP.NET library to create professional applications with. In searching for a good reporting tool to create and distribute my applications reports with. Does anyone know a good reporting tool for .NET? Thanks in advance! ...
Tim_Mac -
3 Mar 2006 4:01 PM - 3 messages
hi, i am trying to find the best way of making a single .aspx page available to any web site on an IIS 6 server. without having multiple copies floating everywhere. previously i have used a hardlink for the file and junction point for ...
Amie -
3 Mar 2006 3:52 PM - 2 messages
I had exactly the same issue before, and it had to do with different versions of client-sided validation script .NET embeds. You can copy your WebUIValidation.js from dev machine (in aspnet_client folder) to production server, or reinstall it on the production server. ...
steven scaife -
3 Mar 2006 2:50 PM - 3 messages
I am new to dotnet and i am wanting to create an asp.net site. I have created a page that i will use as a basis for my other pages. I have converted some old inc files into user controls and imported them and i have ...
Laser Lu -
3 Mar 2006 2:19 PM - 7 messages
Thanks for looking at this post:) Does anyone knows how to make the asp.net process runs in the UserInteractive mode? I just want to show some Windows Forms in my asp.net application on the server side to capture and display application monitoring messages, as ...
mateo -
3 Mar 2006 1:58 PM - 4 messages
Hello i would like to have advices on an ASP.NET 2 application that i must develop. I'm new to ASP.NET, i am more of WinApp developper, so if there is some experienced folks out there all advices are welcome. ...
moi -
3 Mar 2006 1:15 PM - 3 messages
Hello, How to put a Dropdownlist in Datagrid with Visual Web Developer (Asp.net 2) ? Here's there a good sample on internet to show me ?? thanks a lot !!! ...
gayatri_choda -
3 Mar 2006 11:39 AM - 2 messages
Hi, I am calling a pop -up ( a jsp page) window with the Window.open method from the parent ( a jsp page) . My pop-up window contains some input fields. Now on clicking the "Ok" button in the pop-up all the ...
Joe -
3 Mar 2006 10:56 AM - 4 messages
Hello, I am facing a problem in an ASP.NET application that I have written. When hosted under IIS6 under Default Website, connected users are being disconnected unexpectedly within a time less than the Session Time Out (which is set to 60 minutes in Web.Config and in IIS). ...
kingski -
3 Mar 2006 10:56 AM - 8 messages
Any idea about this ? [link] "Can any one help me as i am building a shopping cart and it supports multiple currencies but while sending confirmation mail o customer it does ...
CowBoi -
3 Mar 2006 10:52 AM - 3 messages
Hello there.. i've got the following problem when i tried to run CrystalReport in The parameter 'C:\DOCUME~1\GNSW05\ASPNET\LOCALS~1\Temp\temp_70a7fa98-5a3f-4e72-9ff1-0f0b333db84a.rpt' could not be found. please anyone help me! thanks ...
Imran -
3 Mar 2006 9:32 AM - 4 messages
Hi, How can I persist a webpart that is added to a page using the webpart managers addWebPart method in asp.net 2.0. My intention is to give the user the ability to load a predetermined collection of web parts by ...
Mirek Endys -
3 Mar 2006 9:01 AM - 4 messages
I have DataList as part of DataList item. DataList in DataList. The parent DataList working well including Edit command, that shows Edit template and correctly bind the data into edit template (where is the child DataList).... But in case I want to make Edit in this child DataList it is not working... ...
Lupakkiotto -
3 Mar 2006 8:43 AM - 4 messages
HI! Is it possible for a select command in a gridview to cross-page postback? How to do it? I don't find a postbarckURL property... Thank you in advance. Marco ...
Laser Lu -
3 Mar 2006 6:50 AM - 12 messages
Hi, Does anyone know whether the ASP.NET process is running as a WindowsService? If it is, then what's the ServiceName? Thanks for any replies:) ...
Spotnick -
3 Mar 2006 6:39 AM - 3 messages
I have no idea why, but since I'm trying to recreate my website using ASP.NET 2.0 I've encountered so many performance issues that I'm about to give up and continue using v1.1 Seriously, how can a page that is not that complicated be so long to render ...
qwe85 -
3 Mar 2006 6:21 AM - 2 messages
hi could anyone tell me how to allow my visitors to upload video clips
to the website using asp.net Thank you
--
qwe85
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
aroraamit81 -
3 Mar 2006 6:15 AM - 4 messages
<ItemTemplate> <asp:HyperLink CssClass="LinkShort" Runat="server" NavigateUrl="TeamUsers.aspx?TeamID=<%#((System.Data.DataRowView)Container.DataItem)["Team_Name"] %>"> <%#((System.Data.DataRowView)Container.DataItem)["Team_Name"] ...
Learnicus -
3 Mar 2006 5:04 AM - 2 messages
Hello, Nothing seems to make any sense anymore. I created a new website which creates a _Default webform. I did nothing to this webform and then created another (Default2) and made it inherit from _Default. If i open Default2 i get errors in the error list and cannot build it. If i ...
Learnicus -
3 Mar 2006 4:50 AM - 5 messages
No matter where i choose to create a new application VS2005 tells me that a webiste already exists there. Any ideas? Lenny ...
news.microsoft.com -
3 Mar 2006 4:33 AM - 3 messages
ASP.NET 2.0 Is it possible to set more than one ValidationGroup to a Button? I have two sets of controls on a Web page, into two different ValidationGroups. I would like when the user clicks on a specific button, ...
Alex C. Barberi -
3 Mar 2006 2:46 AM - 3 messages
I have this code to get the messages from a mail server, but whenever I try to connect it gives me the error "Cast from string " " to type 'Double' is not valid." Why is it doing this? Here is a sample of the vars I pass to the connect procedure: ...
Dragon -
3 Mar 2006 2:25 AM - 3 messages
How to use the Login Control ? What is Membership provider ? Any Examples ? ...
RobertS -
3 Mar 2006 1:12 AM - 4 messages
I'm trying to figure out what I need to do to configure IIS 5.1 on XP Pro to work when referencing WebResources.axd. For example, I have an aspx script that works fine when run from Visual Web ...
Vishal Gupta -
3 Mar 2006 12:00 AM - 2 messages
[Message not available] ...
contactrahul -
2 Mar 2006 10:31 PM - 2 messages
[Message not available] ...
Benton -
2 Mar 2006 9:24 PM - 2 messages
Hi there, As subject, how can I set a gridview to show no header at all? Thanks, -Benton ...
walter -
2 Mar 2006 9:17 PM - 3 messages
Hi there, I'm wondering if it's possible to store the .net resource in database instead of resx file? Our site is a multi-lingual site ,storing text in resx file give us a burden on the website deployment since the text is ...
chitrasai -
2 Mar 2006 9:16 PM - 3 messages
Hi, I am trying to write to file which is on a unix box. But it gives me an error that " Asp.net is not authorized to access the requested resource. To grant Asp.net write access toa file, right click the file in explorer,choose ...
deborder -
2 Mar 2006 8:48 PM - 2 messages
HI all, I have multiple websites that need to use one codebehind that why i compiled the codebehind as class. i was planed to put the dll file in one of the filesystem directory and declare it in my machine.config : ...
Amie -
2 Mar 2006 8:44 PM - 4 messages
Hi, My .NET application has a script that checks whether an image file on a remote server exists using File.Exists. path (\\servername\foldername\image.jpg) or virtual directory (../foldername/image.jpg) within my application. When I moved the app to a test server (Server B), it still works fine. ...
Andrew -
2 Mar 2006 8:26 PM - 2 messages
Hello, friends, We need to put COM components in our .aspx pages. Could anyone please recommend some reference papers/links or sample source code as a good start point? Thanks. ...
CsharpGuy -
2 Mar 2006 8:09 PM - 10 messages
Ok, here is my scenario, I have an asp web app that i'm converting to .net. The app reads files and loads the data into SQL db, now, in my file it has numbers like, 125.25, 3363.33, 69.00, and when the asp version uploads the ...
walter -
2 Mar 2006 7:55 PM - 3 messages
Hi, when I add a new page in my asp.net 2 project and put some controls there, everything works fine until I move the code behind into App_Code folder.--When I compile , it tells me that control "not exist in the current ...
Jeremy Chapman -
2 Mar 2006 7:44 PM - 3 messages
I have a System.UI.Web.WebControls.Style object populated and I want to get the html that it would generate. For example a label would generate <span class="test">text</span> the class="test" comes from the Style object. How ...
kbrandl -
2 Mar 2006 7:26 PM - 2 messages
I am using InProc, Cookieless Session State in my ASP.NET application -- like this: <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;user id=sa;password=" cookieless="true" timeout="20"/> ...
antonyliu2002@yahoo.com -
2 Mar 2006 7:06 PM - 35 messages
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access Connection granted to "127.0.0.1". 3. Relay only allow "127.0.0.1". ...
ibiza -
2 Mar 2006 7:03 PM - 4 messages
Hi all, I am currently developing in asp.net 2.0 and I was at first impressed with the numerous login and user controls they provided to ease the task of managing users. But I am starting to think it's an hassle for certain tasks...here's my ...
Laura K -
2 Mar 2006 6:57 PM - 7 messages
This is probably a simple question but I want to make sure I am doing it right. I have a spoc with two select statements which results in two tables. Very Basic --------------------------------------------------------------------------------- @strProductCode nvarchar (50) select * from tblProducts where strproductCode = @strProductCode ...
gregory_may -
2 Mar 2006 6:06 PM - 5 messages
I need to develop a web component that will interface to a piece of hardware. I would like to distribute a component that can be included inside of customers web applications. This web component needs to have UI ...
Gerry A -
2 Mar 2006 5:41 PM - 2 messages
A sub in class A needs the value of a property in class B. What's the best way to get it. ...
GS -
2 Mar 2006 5:11 PM - 2 messages
Hi, I have GridView on my page. How do I retrieve items in current page on GridView? It works only with first page but when I click on next page in GridView it's collection of DataKeys for whatever reason do not change and stays the same as I did not use paging. ...
Alan Silver -
2 Mar 2006 5:10 PM - 4 messages
Hello, I have a set of user controls that all use the same code-behind file. The first line of each of the ascx files looks like... <%@ CodeFile="ShowCategory.cs" Language="C#" Inherits="ShowCategory" %> and the top of the code-behind (ignoring the "using" statements) looks ...
Phillip N Rounds -
2 Mar 2006 5:02 PM - 4 messages
I'm writing a user control which has two states: Active & InActive. I additionally am required that there to be only one active control per page, and all logic has to be contained within the control. ...
DiLwALi -
2 Mar 2006 4:46 PM - 3 messages
Hello, I am pretty new to asp.net and have been given the task to create and internal website. There is a drop down list on the site and a submit button. The user selects a report from the dropdown and clicks on the button - ...
Iain -
2 Mar 2006 4:32 PM - 4 messages
I'm writing a server control which is a navigation bar. My prototype uses id based styles to control the layout and dynamics. Is there any way I can override asp.net's processing of the ID so that the ...
|
|||||||||||||||||||||||