Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Are there any ASP.NET 2.0 newsgroups available through Outlook Express (not web based)?
Jacobus Terhorst - 14 May 2005 10:52 PM - 6 messages
Are there any ASP.NET 2.0 newsgroups available through Outlook Express (not web based)? ...
Score Asp Hyperlink and Datalist Question
Leon - 14 May 2005 9:37 PM - 10 messages
What Am I Doing Wrong? Code Will Not Run, I Can't See The Error! Thanks. <asp:datalist id="DataList1" runat="server"     RepeatColumns="4">     <ItemTemplate>      <asp:HyperLink ...
Score Opinion: SS2005 & VS2003
Tina - 14 May 2005 6:53 PM - 5 messages
Is it safe and productive now for production applications to be developed using SQL Server 2005 and VS 2003?  Are they "ready for prime time?" Thanks, T ...
Score exporting crystal report to Excel
Mustufa Baig - 14 May 2005 6:49 PM - 3 messages
Hi everybody, I have an ASP.NET website where clients can view their monthly billings by selecting different options. One of the option is the way they want to see the report i.e. whether they want to see it in PDF or EXCEL etc etc..... ...
Score DropDownList: SelectedItem is always top item
Sam C - 14 May 2005 5:55 PM - 4 messages
Hi, I have an ASP.Net page which has a DropDownList on it.  The DDL is populated via a method which is called from the Page_Load if IsPostBack = False. When the form is submitted the SelectedItem of the DDL (as retrieved from ...
Score DIV Question ?
Stan Sainte-Rose - 14 May 2005 4:41 PM - 7 messages
Hi, How to remove the div  tag that VS adds. This div seems to wrap the viewstate variable : <div> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEwMDUyNjYzMjhkZPaLtX/KEmygoeFARPC9zkhTTeTP" /> </div> I usually use div for designing my webpage like this : ...
Score Web Page Header and Menu
poifull - 14 May 2005 4:09 PM - 5 messages
Hi everyone, I would like to develop a header and HTML menu system for most of the web pages on my web site.  What is the best solution for this scenerio?  (HTML Control, Server Control...) Thanks for your response ...
Score "Stream was not readable" error when deserializing object from viewstate
ce - 14 May 2005 2:44 PM - 3 messages
Being a newbie regarding serialization and memorystreams, I was trying to see if i could improve page performance (avoiding going to the db on a postback) by saving my serialized business object in viewstate and getting it back from the client on a postback. But the last line of the sample code ...
Score EditCommandColumn not genereting correct events
Jaime - 14 May 2005 2:34 PM - 4 messages
Hi all, I have a datagrid with 2 databound columns and one EditCommandColumn, now when I press the edit link, the correct OnEditCommand event is generated and my user defined function is called (I'm sepcifying the name of the function ...
Score SQL Server DB, Home Page with multiple user controls
Nick - 14 May 2005 12:57 PM - 4 messages
Hi, I am working on an eCommerce site, and the home page is split into multiple sections (user controls), whose data is provided from the database. Potentially this page will be cached, but its not a user story yet, but I am ...
Score using global.asax
John M - 14 May 2005 10:01 AM - 13 messages
Hello, On Microsoft Visual Studio .NET 2003, I want to use some global elements, that can be used in each one of my pages. i.e I put a oleDBConnection on global.asax.vb How can I use it (the oleDBConnection on global.asa.vb) at the other aspx ...
Score Dynamically setting the target frame
Steve Harrison - 14 May 2005 9:23 AM - 2 messages
I have a simple ASP page with two buttons. When the first button is pressed I want to update a label on the same page, but when the other button is pressed I want to display a new page, and show it in a different frame. ...
Score Request bound to a Session?
Andreas Zita - 14 May 2005 9:18 AM - 3 messages
Hi Is a Request bound to a certain Session or are they independent of each other? If they are bound, how can I know to what Session? /Andreas Zita ...
Score Connecting to SQL Server installed on Windows 2003
Ansari - 14 May 2005 6:48 AM - 2 messages
hi gurus; I m building an asp.net 1.1 application on Windows XP Machine. I m getting error message "SQL Server does not exists or Access Deined" when I want to establish connection to a sql server 2000 installed on ...
Score XML and EOF
Elroyskimms - 14 May 2005 5:46 AM - 3 messages
I'm not sure if this issue is related to XML or it is strictly ASP.Net, so I apologize if I have cross-posted incorrectly. I have an ASP.Net page (written with VB.Net) that returns XML in ...
Score Composite Controls, eventhandlers and knowing which control caused postback
Martin - 14 May 2005 5:34 AM - 4 messages
Hi, I have created a composite control that has a number of standard asp.net controls on it that can themselves cause postbacks. What i need to do in my composite control is to determine which consituent control caused a postback. ...
Score Enable controls dynamically
Ed Chiu - 14 May 2005 3:12 AM - 2 messages
Hi, Is there a way to set webform controls to visible/invisible dynamically. Say I have a textbox cann txtFirstName, I know the following statement can set it visible: txtFirstName.visible = true Here is difficult part, I am tring to set the controls visible based on the ...
Score Problem with UrlMappings
Peter Larsson - 14 May 2005 1:09 AM - 2 messages
I'm testing the 2.0 Beta, I'm using Visual Web Developer Express Edition, running on windows 2000 server. When I run my site with the built in web-server the UrlMappings work great, but when I run them in IIS they only give me 404:s. ...
Score Redirecting to a page with a querystring and an anchor reference
DonnyW - 14 May 2005 12:17 AM - 4 messages
I am working on an application that displays a list of items (biglist.aspx). With each item, there is a link that takes the user to another aspx page for updating the specific details of that item (updatedetails.aspx). That page ...
Score postback twice
abcd - 14 May 2005 12:03 AM - 2 messages
I have a web page and have some web controls , all controls are set for AutoPostBack = true. When the page is initially loaded why its loaded twice... I am checking if (!IsPostBack) I am wondering why it goes twice in this .... ...
Score Uploading graphics.
Scott M. - 13 May 2005 11:55 PM - 4 messages
How can I give a client the ability to upload a graphic to a server and then have the server store it on its hard drive? Thanks. ...
Score Reading IP....
John Smith - 13 May 2005 11:55 PM - 6 messages
Which is the efficient statement in .Net Framework 1.1 to read the IP address of the browser? Thanks, Smith ...
Score link text box to datasource
John M - 13 May 2005 10:30 PM - 4 messages
Hello, Is there any way to link a "textbox" element, that is on the aspx page, to a field on database ? Need sample code, please. Thanks :) ...
Score style sheet and @import
Stan Sainte-Rose - 13 May 2005 10:18 PM - 2 messages
Hi, I m trying to use the Visual Web Developper 2005 Express Edition Beta and I have a question about the style sheet. I use to use this syntax with my asp code <style type="text/css" media="all"> ...
Score DropDownList Control
I am Sam - 13 May 2005 10:16 PM - 2 messages
I have two DropDownList controls in a web form and I need to test which control has changed without wrapping it in a SelectedIndexChange Event.  How do I go about this issue?  I have tried the following which works sort of but ...
Score Dynamically Adding Controls
Nathan Sokalski - 13 May 2005 9:48 PM - 7 messages
I am trying to dynamically add controls to my page, but am having trouble with controls such as buttons. I have been able to add simple controls such as Label controls, because they can be placed anywhere. I have managed to ...
Score HttpException (0x80070005): Access denied to 'c:\inetpub'
Dave F. - 13 May 2005 9:14 PM - 3 messages
I just installed my ASP.NET app on a Win 2k server. I installed the files in a folder on D: and setup a virtual directory in IIS Default web. We had to install the Framework 1.1 and SP on this computer.When I attempt ...
Score Replace characters in a Dataset?
Dave - 13 May 2005 9:12 PM - 2 messages
I get XML data from a data that sometimes has html tags embedded around text content (<P>, <PRE>, <B> etc.). I want to strip out all of their HTML formatting such as the <PRE> tags.  ...
Score Emailing from app - Help!
Sandy - 13 May 2005 8:43 PM - 4 messages
Hello - I am attempting to email error messages to myself in the event of an error.  I am using the following code:   Dim mail as New MailMessage()   Dim ErrorMessage = "The error description is as follows:  " & ...
Score viewstate error
Hillary Hill - 13 May 2005 8:35 PM - 2 messages
I am getting the following error. Ths steps are 1. A Page with Datagrid and literal control. 2. View state is the default one for all the controls. (Not changed). 3. When user clicks the HTML button, I am redirecting the user to ...
Score border of a listbox
helpful sql - 13 May 2005 8:32 PM - 2 messages
Hi all,    How can I hide the borders of ASP.Net ListBox control? Thanks in advance. ...
Score ASP.net Call Server Side Coce via javascript
André - 13 May 2005 8:17 PM - 2 messages
Hi, how do you call a server-side button (onclick event) in javascript in ASP.net (VB.net or C#) Server code is in Code behind. Thanks, André ...
Score Calling an APPLET from an ASPX Webform
Henrique Fleury - 13 May 2005 7:58 PM - 2 messages
I need to call an APPLET from my webform. Does anyone know if it works, if I´ll have any problem. Please, i appreciate if anybody help me. ...
Score ASP.NET 2.0 Beta 2 Membership. Help!
lanem - 13 May 2005 7:51 PM - 4 messages
Has anyone gotten the membership stuff to work in Beta 2.  I am going through examples/walkthroughts on this stuff, and it just doesn't work.  All the examples are using beta 1, so I was wondering if something has changed, or if ...
Score Q: SQLDataAdapter fails
JIM.H. - 13 May 2005 7:44 PM - 3 messages
Hello, While creating SQLDataAdapter, when I select all the fields in the table, wizard gives me error by saying generate SELECT statement failed, when I select only e few fields it works fine. What is problem? Thanks, Jim. ...
Score Best practice
Diffident - 13 May 2005 7:41 PM - 7 messages
Hello All, Best coding strategies for calling stored procedures from ASP.NET. As you are all aware that accessing a property is expensive than calling a method. For example in order to call a stored procedure which accepts 2 input ...
Score preview uploaded file
Tarren - 13 May 2005 7:32 PM - 2 messages
Hi there: I have figured out how to take the uploaded file from the form input and save it into the database, but I am wondering (and looking for examples) how can I stream the image back to the browser directly from the form ...
Score Search with drop down list
Rudy - 13 May 2005 7:31 PM - 5 messages
Hello! I have 4 diffrent drop downlist.  I want a user to select a value from a drop down list, and place it in a SELECT statement. How would I put that value in the select statement. And if the user selects two items, one item ...
Score Excel Workbook in IE
Jerry J - 13 May 2005 7:16 PM - 2 messages
I am sending Excel reports to web clients.  Excel opens in internet explorer displaying multiple sheets. It is pretty simple to do and works well. To do it, a client clicks a link to an ASPX page that first generates Excel.htm ...
Score Good book on beginning with ASP.NET 1.1
dw - 13 May 2005 7:15 PM - 5 messages
Hi, all. I know you've had this question only a million times before, but here it goes: I have access to Books 24X7, the online computer book resource. Do you recommend any books for beginners with strong ASP experience? In other words, someone who already knows Web development, just ...
Score td tag generating faulty code
Naveen K Kohli - 13 May 2005 6:35 PM - 2 messages
I have created a user control using asp:table control. The control generates a single column menu controls with 5 rows. each row is supposed to have a image in link tag. The problem is that ASP.Net framework generates closing ...
Score RequiredFieldValidator and UserControl
DougS - 13 May 2005 6:24 PM - 3 messages
I'm attempting to put a RequiredFieldValidator next to a text box on a user control. There will be a dozen of these controls added dynamically. At runtime I get this error: Unable to find control id 'txtValue' referenced by the 'ControlToValidate' ...
Score Multiple buttons validate different controls????
msnews.microsoft.com - 13 May 2005 6:09 PM - 5 messages
I have 2 datagrids. Each with an add record in the footer. How can I just validate the fields in that datagrid without validating the fields in the 2nd datagrid. Any examples??? ...
Score new windows popup blocker
Jachu - 13 May 2005 6:07 PM - 4 messages
Hi, when i want to open in a new windows a url,  use this code. Private Sub btnF_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnF.Click         Response.Write("<script>") ...
Score asp:button in C# class
Lam - 13 May 2005 5:32 PM - 8 messages
I want to dynamic generate a asp:button in C# class, not in the HTML code so that it can call the methods in the c# class, it didn't show the button Can anyone help? Thanks a lot ...
Score Using javascript client from ASPX page
John M - 13 May 2005 4:53 PM - 4 messages
Hello, In Visual Studio .NET 2003, How can I use javascript/vbscript (client code & server code) from ASPX page, javascript is an external file, (MyJavascriptCode.js). Need sample code, please. Thanks :) ...
Score ASP.net PropertyGrid
Jon - 13 May 2005 4:52 PM - 2 messages
Hello all, Does anyone know of a good PropertyGrid control for ASP.net? There's one available for Windows but I can't see to find one for web. Thanks, Jon ...
Score Error passing values from one pahge to another
Chris - 13 May 2005 4:51 PM - 9 messages
Hi, I have two froms (form1 and form2). I want to be able to pass values from form 1 to form2 and be able to use those values leter in form2. This is my code for form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As ...
Score Error msg says "Web server not using ASP.Net ver 1.1" - Problem
Rich - 13 May 2005 4:51 PM - 6 messages
I loaded visual studio.Net 2003 on a windows XP workstation, and I was able to run aspx applications.  Later I loaded JBuilder 2005 (Enterprise Java builder 2005) which runs the Tomcat 5.0 web server (and some other servers - ...
Score Closing the session between asp and asp.net application.
Hillary Hill - 13 May 2005 4:40 PM - 3 messages
I have a login page written in ASP. Once the user logs in to the system, by clicking the certain link they can navigate to the purchase module written in ASP.Net. In the purchase module the user can logout. ...
Score uploading and retrieving data into an Sql Image field
Arlyn - 13 May 2005 4:35 PM - 2 messages
I am using an sql Image field to store bother binary and text data.  It works for all types I tested except PDFs.  Anyone have experience storing pdfs in image fields. ...
Score Returning the index number of listbox
Maziar Aflatoun - 13 May 2005 4:09 PM - 3 messages
Hi, Does anyone know how I can return the index number of a ListBox? Ex. How do I use lbxMyListBox.Items.IndexOf  to search for the item that has a Text="Name" Thanks Maz. ...
Score How to display crystal report via webform..
Mustufa Baig - 13 May 2005 3:49 PM - 4 messages
I would to be able to display crystal report  via ASP.NET by using CrystalViewer Web Component and by exporting as well. Thanks. ...
Score I don't want to postback
Jaime - 13 May 2005 3:47 PM - 5 messages
Hi all, I'm not sure if this is the correct forum, but here goes. Is there a way to not post back after a button (actually imagebutton) is clicked? I have something like: <asp:ImageButton ID="something" ImageUrl="pic.gfx" Runat="Server" ...
Score datagrid selected item
rodchar - 13 May 2005 3:26 PM - 5 messages
hey all, when you first load a page with a datagrid item on it, is the first record always selected by default? if so, is there a way to have it where nothing is selected by default? thanks, rodchar ...
Score Why does my asp.net application now get "Server Application Unavailable"
Robert Halford - 13 May 2005 3:24 PM - 2 messages
On 4th May at 7.45 in the evening my asp.net web sites stopped working on my development server. The page that appears says: Server Application Unavailable The web application you are attempting to access on this web server is ...
Score how do you do this?
rodchar - 13 May 2005 3:10 PM - 3 messages
hey all, i have a datagrid and i want to have it where if you click on an item an expanded row of information is inserted between the selected record and the following record? how would i do that? thanks, ...
Score Session and Requests
Andreas Zita - 13 May 2005 2:15 PM - 3 messages
Hi! I'm trying to make an xml-log of application, session and requests of my asp ..net app. I was trying this layout: <Application start="..." end="...">     <Session start="" end="">         <Request> ...
Score xml problem in .net
helpful sql - 13 May 2005 1:41 PM - 5 messages
Hi all,     In my code, I need all "datasetMPI" nodes in an array. Here is a portion of my xml file: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?mso-application progid="Word.Document"?> ...
Score Session not available in Visual Studio IDE
Axel Dahmen - 13 May 2005 1:31 PM - 3 messages
Hi, after I've added a property to my web page I can't open it in Visual Studio Designer anymore. I get the error message "File couldn't be opened in Web Forms Designer. [...] enablesessionstate page directive required to use ...
Score ASP.NET account trying to access SQLServer
Andreas Schubert - 13 May 2005 1:29 PM - 3 messages
Hello newsgroup, I've got an issue here, which I cannot resolve. Please help. I created a small ASP.Net application with a crystal report. When I try to view the report, I get the CrystalDecisions.CrystalReports.Engine.LogOnException -error. ...
Score Asp.net wont validate form
Adrian - 13 May 2005 1:29 PM - 3 messages
Hi everyone I have a web form where the validation works pefectly I copied the file, renamed it, and all of a sudden the validation stopped working(on the copied form). I have two panels on them. Both have validation ...
Score Response.Redirect Error in Custom Class
Joe Rigley - 13 May 2005 1:26 PM - 8 messages
Hi, I have a custom class with a public method.  I want to perform a repose.redirect if an error occurs in the public method GetUserRoles. Unfortunately, Visual Studio 2003 is throwing an error when I try to do ...
Score ASP.NET User control browser unable to gain focus
ASP.Net programmer - 13 May 2005 1:07 PM - 3 messages
I have a very weird problem with an ASP.NET page I developed in Visual Studio .Net 2003: The page has an asp panel which contains a user control (to keep it in a certain place). The User control contains a HTML grid layout panel to ...
Score RequiredFieldValidator
Jim Reynolds - 13 May 2005 1:00 PM - 3 messages
Hi, Is it possible to use a RequiredFieldValidator at runtime. I have tried and it apears to ignore the field to valdate propertie Jim ...
Score Issue with Multiple Submit Buttons
Matt - 13 May 2005 12:56 PM - 2 messages
Hi, I have a web form where a user can enter child parts for a given parent part. On the top of the page is a text box and a sumbit button labeled "Retrieve Child Parts". When type some part number and press enter all child parts for ...
Score User information in the web request
Vadym Stetsyak - 13 May 2005 12:44 PM - 4 messages
Hi there! Is it possible to retieve user nt name from the web request? This question arose while thinking about authentication system implementation in the asp.net. I want to make authentication process transparent for the user. E.g. if the ...
Score SessionID Changes in production machine....help
Reza Solouki - 13 May 2005 12:30 PM - 6 messages
Help, I posted another thread here asking help because I was losing my session information(got no response). After a lot of searching on different sites I discovered that my sessionID changes everytime I submit. It doesn't happend with running it inside the visual studio, just when ...
Score Programatically set the Page Title and/or Hidden Form Field?
Paul - 13 May 2005 12:15 PM - 15 messages
I want to set the page title and/or a form hidden field programatically through ASP.Net. I do not want to use something like... <% sTitle ="My Title" %> <html><title><%=sTitle%></title>..... ...
Score Obtaining what Web Server is running the WebSite
Wayne Gibson - 13 May 2005 9:34 AM - 4 messages
Hi, Is it possible to determine what web server is running a website, if so how? Also is it possible to determine if the web site is running locally or remotely. Thanks Wayne ...
Score How to change all the website's file to *.htm ?
Kylin - 13 May 2005 9:25 AM - 4 messages
I use the *.Aspx files to show the News ? But In big website , the news are often showed by htm ? how to change it ? ...
Score Sharing a web-project
Mantorok - 13 May 2005 9:24 AM - 8 messages
Hi all We have an ASP.Net project (and the Solution) under source-control. Here is the example - I create the Solution, I create an ASP.Net project and then check it all in to source control, now, when another user pulls down ...
Score parameters in search
Eirik Eldorsen - 13 May 2005 9:20 AM - 5 messages
I'm trying to use parameters in a search, but I can't get it right. Before I add parameters this works: string cmd = "SELECT * " + "FROM MyTable" + "WHERE Title LIKE '%" + keyword + "%' Here my code with parameters that don't work: ...
Score How to bind data from database access to drop down list control?
Joey Liang via DotNetMonster.com - 13 May 2005 8:47 AM - 2 messages
Hi all,        I am new to ASP.NET, i have met some problems in binding data from a table of database to a dropdown list control. Anyone knows how to do it?if possible can rougly write the codes or any tutorials regarding this...Thanx ...
Score Marker in ASP.Net
Wannabe_Geek - 13 May 2005 8:35 AM - 2 messages
Do we have something in ASP.net like freemarker for java.(freemarker.sourceforge.net) The idea is to use simple HTML file as template for the site and replace the Marker tags with appropriate content. Iam able to do it up to a certain extent. But I would like to replace these ...
Score Scrollable grid with locked header/left columns?
Cristof Falk - 13 May 2005 7:24 AM - 2 messages
Is there an easy way to have a scrollable grid where you can lcok top lines or left columns for headings? It seems like you have to purchase this, which we'd rather not do. We're most interested in VS2005, but ...
Score Credit card validation
Sandy - 13 May 2005 4:50 AM - 8 messages
I need a credit card validator.  Is there reliable code already written that anyone knows of?  I have come across a few things; i.e. the Luhn-10 algorithm, but don't know if that still applies or is obsolete and ...
Score asp.net 2.0 and database
Aaron - 13 May 2005 3:04 AM - 3 messages
I was testing the personal homepage starterkit. I am amazed how easy it was to install. It looks like the file structure is quite different from 1.1. how exactly does asp.net 2.0 manages database files? I know the db files are in the App_Data folder, and the system protects this ...
Score Tough Problem: Anonymous Posting Enabled Forum
W. Jordan - 13 May 2005 2:13 AM - 7 messages
Hello Gurus, I am developing an ASP.net forum in our intranet. The design specification requires that the forum provides a way for the users to post anonymously. Here's the structure of the database table which stores the threads in a forum: ...
Score Sending Email
Daniel Groh - 13 May 2005 1:17 AM - 2 messages
Hi, How do I send email with properties stored in my web.config ? Does someone has any example ? How should the web.config be ? Wich statements ? I don't find any examble in Internet, can someone please help me ? Thanks in Advance ...
Score Need help with a form
Joe - 13 May 2005 1:16 AM - 2 messages
Hi, I have a form and when user submits the form I would like start downloading the file as if user clicked on a hyperlink and also refresh the form. Four things I am trying to accomplish when a user submits the by clicking on the ...
Score Need Advice
Shapper - 13 May 2005 12:40 AM - 2 messages
Hello, I created a Content Management System for my clients. In its homepage I want to display some news. I need to have the news in my web site's database or maybe in an XML file. What is the best way to access it from multiple web sites? ...
Score Master Pages
MadCat - 13 May 2005 12:26 AM - 3 messages
I am trying to use Nested Master Pages, I have a some Methods like GetVal() in the root master page and a method GetSubVal() in sub Master Page. I try to implement the SubMaster in a content Page, i am not able to see the Methods ...
Score Carrying data for a Datagrid from page to page
tshad - 12 May 2005 11:42 PM - 6 messages
Is there a way to carry data that I have already read from the datagrid from page to page? I am looking at my Datagrid that I page through and when the user says get the next page, I have to go to the database to get the next page.  Is there ...
Score Repeater, conditional logic
Rasika WIJAYARATNE - 12 May 2005 11:42 PM - 3 messages
Hi I have bound data to a Repeater control. How can I do something like this (below is the desired logic only, it doesn't actually work): <ItemTemplate> <%if (Convert.ToBoolean(DataBinder.Eval(Container.DataItem, "IsShowImage"))) {%> ...
Score Prevent menu or hyperlink clicks during postback
Mark Lauser - 12 May 2005 11:06 PM - 3 messages
I have an ASP.NET (Framework v1.1) page that takes 10-20 seconds to load.  There are hyperlinks, drop-down menus, and buttons.  When the user performs an action, we want to prevent them from clicking on anything until the ...
Score Default Unit for Font Size
JohnSmith90 - 12 May 2005 10:50 PM - 5 messages
Wheh I make the following statement, what is the unit for the font size. <td colspan='1' bgcolor='#F4F4F4'><font face='Verdana' size='1'><b>TestData</b></font></td> ...
Score debugging javascript code
John M - 12 May 2005 10:31 PM - 15 messages
Hello, In Microsoft Visual Studio .NET 2003, How can I debug javascript/vbscript codes (client side) ? Thanks :) ...
Score resizing window without Javascript?
Eych - 12 May 2005 9:51 PM - 4 messages
is it possible to resize the browser window at run-time without javascript? thanks... ...
Score Visual Studio .NET has detected Web server is not running ASP.NET 1.1
Rob R. Ainscough - 12 May 2005 9:25 PM - 2 messages
I've tried to resolve this problem using the following method: [link] Also tried this: [link] ...
Score page cannot be displayed
RalphB - 12 May 2005 9:05 PM - 2 messages
When I try to run an ASP.NET application with an error, I don't get the error message displayed on the current page.  Instead I get the standard "The page cannot be displayed...HTTP 500 - Internal server error".  I've tried running the same app on other machines and it responds with the proper message. ...
Score POST AND REDIRECT IN C#
ranjinisrao - 12 May 2005 9:01 PM - 4 messages
Hi I am not sure if this is the correct group  post this message. I need to pass account details, and also amount on my page to a third party site. The third party site doesn't do any price checks. ...
Score BC31019: Unable to write to output file error after installing .net framework
ewoiruweo - 12 May 2005 8:22 PM - 2 messages
After installing .net framework on a 2000 server for the first time this message appears when trying to open a basic default.aspx page: BC31019: Unable to write to output file 'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET ...
Score developing ASP.NET/Webservices without local IIS
cyberstrike - 12 May 2005 8:12 PM - 6 messages
Hi guys, my company was wondering if it's possible to develop ASP.NET/Webservices easily using a IIS installed on a server instead of installing IIS locally on the development boxes. Can you develop for ASP.NET/Webservices without IIS installed on your local box without having to ...
Score Displaying the all the name-value pairs of the session object?
Diffident - 12 May 2005 8:00 PM - 4 messages
Hello All, I want to display all the name-value pairs of the session object....how can I print them out? i.e., suppose once a user logs in I set a session variable login time Session["logintime"] = "2pm" and Session["logouttime"]="10pm". So ...
Score File transfer useing <a in VB
DrWho - 12 May 2005 7:46 PM - 9 messages
I have a need to allow a user to transfer or download a file from an ASPX screen. I know that it is an easy function HTML using <a code. My ASPX is written in VB. Thanks ...
Score winform control hosted in IE, FileIO security exception. Please he
Moe - 12 May 2005 7:14 PM - 2 messages
I have a winForm control that contains an openFileDialog. I am using this control in a webForm by enbedding it using an <object> tag. I need to access some information about the file on the client. I strongly named my control assembly . ...
Score State of Dynamically Created controls on PostBack?
Amelyan - 12 May 2005 6:42 PM - 6 messages
How can I get state of dynamically created controls (RadioButton, CheckBox, TextBox.Text) on post back when I click submit button? The only way I know is by traversing Response.Form enumberator; Response.Form.GetEnumerator(), etc.  while, identifying specific controls by ...
Score 'Access is denied' to third-party dll
Bill Borg - 12 May 2005 6:36 PM - 3 messages
Hello all, I am trying to use Alvaro Mendez' remote scripting. I thought all I needed was to include the dll in \bin, but when I run I get a configuration error: access is denied to ams.web.remotescripting (the name of the dll). I haven't ...
Score How? Granting elevated privileges to a web service / kill a process
Lee Gillie - 12 May 2005 6:21 PM - 2 messages
I need to be able to kill a process programmatically under ASP.NET.  IIS runs under the local system account. The user accessing the web is using anonymous access. We would prefer NOT to grant elevated security to the proxy used for ...
Next » 2 3 4 5 6 7 8 9 10