Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Renaming of controls in Asp.Net 2
C. Levasseur - 8 Oct 2005 9:34 PM - 11 messages
I would like to use client side scripting for enabling/disabling buttons (depending on values in other fields). This worked fine in Asp.Net 1.1 but in Asp.Net 2.0, all the names and the id's of the web and html controls are ...
Score Could not load type error
Owotide - 8 Oct 2005 9:14 PM - 2 messages
In trying to deploy a web application to another web server I get a "Could not load type 'CCC.Index' when trying to open the index.aspx page. I built the application on the development server before deployment. What else do I ...
Score Right justify text in textbox in web page
John Wilson - 8 Oct 2005 8:51 PM - 3 messages
How do I do this? John Wilson ...
Score CSS
Gilberto Pavanelli - 8 Oct 2005 8:44 PM - 3 messages
I dont know if this group is appropriated to this question..lets try... How can i use css to replace frame.....i mean in terms of content...... Can i use some template to make e.g. some div be constant in all pages? Or ...
Score Template database ASP.NET app.
Andrew Chalk - 8 Oct 2005 8:21 PM - 4 messages
I am planning on building my first ASP.NET application that accesses a database. Can anyone pont me at a template application to use as a basis for this? Many thanks. ...
Score Problem with databinding in a composite control
Charlie@CBFC - 8 Oct 2005 7:37 PM - 2 messages
Hi: I'm creating some composite custom server controls that combine user interface element and a validation control.  One such control combines a dropdownlist and required field validator.  The problem is when I want to use it on a form, how do I get a reference to the dropdownlist contained ...
Score XMLHttpRequest + XMLDOM
Trip - 8 Oct 2005 5:26 PM - 3 messages
Is possible to: a) save XMLHttpRequest object* (precisly: server response** which is in the form of xml) to the xml document(on the client side) by the help of JavaScript or b) directly load object*(his response**) into XMLDOM object(JacaScript or ...
Score Ann: OleDBProNet released for getting back server cursors on .Net platform
Lei Yang - 8 Oct 2005 5:17 PM - 1 message
Hi, All:         We happily announce that OleDBPro has been ported to MS dotNet platform at [link] OleDBProNet is a highly reusable module for developing high performance desktop and middle tier software on Microsoft ...
Score Why do PostBacks Work with JavaScript Disabled
Frankie - 8 Oct 2005 4:54 PM - 2 messages
Just doing some testing here to see what happens when JavaScript is disabled. I was told somewhere along the line that PostBacks would fail because they rely on JavaScript: function __doPostBack(eventTarget, eventArgument) {... But my page is still posting back just fine with JavaScript disabled (while ...
Score normal aspnet_wp.exe behavior?
Rusty Shackleford - 8 Oct 2005 4:37 PM - 9 messages
Is it normal behavior for the aspnet_wp.exe process to exit immediately after starting?  This is happening to me without any errors in the application event log.  No matter what ASP.Net application I run, I get a ...
Score Menus
Sandy - 8 Oct 2005 4:05 PM - 9 messages
Hello - I have a web app currently has regular links down the left-hand side of the pages.  They are attached to a database and put into an ascx so all I have to do is change the database info to change all links on all pages.  This works ...
Score z-order question
Loane Sharp - 8 Oct 2005 2:48 PM - 1 message
Hi there In my aspx page there are three semitransparent controls superimposed on one another: at the very back of the z-order (the background) is a Flash file; in the middle ground there is an asp.net calendar control; and in the front ...
Score Upload data
Mardy - 8 Oct 2005 2:46 PM - 2 messages
Hello I'm trying to determine the best way to allow users to import data from an Excel template to a sql server db via an asp.net page. I'll have about 4 or 5 users that will need to create about 10,000 records ...
Score displaying records with many fields
Lisa Calla - 8 Oct 2005 1:45 PM - 6 messages
Hi, I need to display records with lots of fields.  When placed in a grid, a row of data will scroll off the screen.  Not exactly what I'm looking for.  I've also used a datalist, which allows multiple lines for a single row of data ...
Score Reading an Excel file - missing first record....
Stu - 8 Oct 2005 12:33 PM - 5 messages
Hi, I am using the following code to read the data from an Excel spreadsheet. It runs basically OK but it skips the first row of the spreadsheet. Does anyone know how to either read the first line or (*hack warning*) insert a blank ...
Score ASP.Net 1.1 and 2.0 Coexist?
JJ - 8 Oct 2005 12:29 PM - 7 messages
Hi,   I am wondering can I run asp.net 1.1 web apps and asp.net 2.0 web apps on the same box? If possible how does the web server realize what framework to use when calling up a particular web app? Is there any settings that I have ...
Score help sql connection
Mike - 8 Oct 2005 12:19 PM - 2 messages
Hi, I've added a new user as ASPNET in my laptop (where I am the only user) and I'm using this connection string: "Data Source=(local);Initial Catalog=Orchestra;User Id=ASPNET;Password=boby" but it's giving me this error when tring to ...
Score System.InvalidCastException: Specified cast is not valid.
Jimmy - 8 Oct 2005 11:25 AM - 2 messages
Hi I get the this error when i run my code: private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here this.DataGrid1.DataSource= this.DataSource(); this.DataGrid1.DataBind(); } private ICollection DataSource() { DataTable dt = new DataTable(); ...
Score sql connection
Mike - 8 Oct 2005 9:50 AM - 2 messages
Hi, I've added a new user as ASPNET in my laptop (where I am the only user) and I'm using this connection string:  "Data Source=(local);Initial Catalog=Orchestra;User Id=ASPNET;Password=boby" but it's giving me this error when tring to access any table in my Orchestra ...
Score Access Global.asxc of parent project from child project
Raed Sawalha - 8 Oct 2005 7:45 AM - 2 messages
I have Solution with multiple project as following hierarchy Parent         Child         Child         Child the parent is the ONLY one has the Global.ascx , now im in case i need to ...
Score Changing the width/height when using Hyperlink.ImageUrl
Nathan Sokalski - 8 Oct 2005 5:08 AM - 2 messages
I am using the ImageUrl property of the Hyperlink control to create a graphical Hyperlink. However, I want to change the size of the image I am using, but the generated HTML places the width/height properties in the anchor tag rather than the image tag. Obviously I could write code to ...
Score Fellas.......need help
Chris - 8 Oct 2005 4:19 AM - 7 messages
Hi, I created a COM+ component which I am able to access with remote clients, however, I am unable to execute the component form a webservice. When I run the webservice I get The page cannot be displayed HTTP 500 - Internal server error ...
Score Need help with direction on ASP.NET project
Peter - 8 Oct 2005 1:54 AM - 5 messages
Howdy, I have alot of programming experience but do not have alot of experience with ASP.NET web pages. What I am tasked to do is build a web page that has alot of marketing survey questions. You know the usual radio controls etc. Anyway I need to dump the ...
Score Your Favorite RegEx Library?
clintonG - 8 Oct 2005 12:47 AM - 2 messages
Want to give up your most treasured posession? Post the URL for your favorite RegEx library you've found most useful for validating form input. <%= Clinton Gallagher          METROmilwaukee (sm) "A Regional Information Service" ...
Score Dynamically creating CSS
Nathan Sokalski - 8 Oct 2005 12:18 AM - 2 messages
I have a User Control (.ascx & .ascx.vb) for which I need to dynamically specify certain CSS stylesheet properties. Because the controls that I use in the .ascx file do not list style as one of their properties (they list ...
Score Weather Service Webservice Issues
sduncansca - 7 Oct 2005 11:59 PM - 4 messages
Hello     We have been using the the National Weather Service webservice([link]) for a while. A couple weeks ago they made some changes and moved the url of the wsdl([link]). ...
Score problem in multi-user asp.net
Deep Silent Ocean - 7 Oct 2005 11:45 PM - 2 messages
Hi All I am developing one Portfolio Management application where there is single database shared by all the traders. I have developed web-based application for this. I want to make this multiuser application. Following is the architecture of the application ... ...
Score Help using delegates to call form function from a control
keith.walter - 7 Oct 2005 10:36 PM - 2 messages
My first asp.net app is almost "done" and I am stuck.  Here is my situation:  I have a "mother" page add_customer.aspx and a"child" user control add_group.ascx.  On the mother page is an "add group" button ...
Score Where can I find this in Asp.Net?
Shapper - 7 Oct 2005 9:52 PM - 2 messages
Hello, Is there something similar to PHP Live but in Asp.Net? [link] Thanks, Miguel ...
Score Viewstate and user control
Hardy Wang - 7 Oct 2005 9:42 PM - 2 messages
Hi all,     I have a main ASPX page, and a control ASCX page, there is a Repeater control in ASCX page, and several drop down boxes in main page. These drop down boxes will trigger postback.     In the ASCX page, if I put code like ...
Score Getting an exception "Keyword not supported: 'provider'."
vvenk - 7 Oct 2005 9:24 PM - 3 messages
Hello: I am trying to acccess an Gracle 10g database from within an ASP.NET application running on a Windows 2003 server. I have tried both the following connections strings: "Provider=msdaora;Data Source=MyOracleDB;User Id=UserName;Password=asdasd;" ...
Score Need help with datagrid
Joe - 7 Oct 2005 9:23 PM - 3 messages
Hi,  I have a datagrid in a asp.net page and for some reason I can’t seem to control the width of “FAQ Description” column in particular.  If the text is long then I want it to wrap but the column extends to accommodate the text in ...
Score Printing from server with barcode font
Aaron Bronow - 7 Oct 2005 9:03 PM - 2 messages
I have an asp.net application which loads a Crystal Reports ReportDocument, passes in parameters for selecting data from the report's database connection, renders the report for previewing on the client then allows the user to print the report on a networked printer. ...
Score using html files to build .net app
Paul - 7 Oct 2005 9:01 PM - 5 messages
Hi still testing the idea of using html files for forms and then integrating this into a net app. I tried a small form with a button but noticed all I could do with the button is to right click and select run at server.  This ...
Score summary dilemma
rodchar - 7 Oct 2005 8:59 PM - 3 messages
hey all, i was wondering how you would do this. i have a webform with a summary page on it. The summary page tells you the followng: # of Employees Unchanged # of Employees Underwriting # of Employees Approved On the bottom of the summary table is a grid of employees. initially, i load ...
Score Nested repeaters -- accessing data from outer repeater
jeremystein - 7 Oct 2005 8:52 PM - 2 messages
With nested repeaters, how can I access the outer repeater's DataItem from the inner repeater? Here's a snippet from my aspx: <asp:repeater id="OuterRepeater" runat="server" onItemDataBound="PrepareInner">   <ItemTemplate>     <h1> ...
Score binding datalist to dataset with two datatables
Alex S Moore - 7 Oct 2005 8:51 PM - 3 messages
I built a dataset with two datatables and added the relation.  The example in the help text for datatable class seemed sufficient.  Binding a datalist using the dataset for datasource and the parent datatable name as the datamember does not work for me. ...
Score Looking to hire a developer
Joe Fallon - 7 Oct 2005 8:29 PM - 13 messages
My company is looking to hire an ASP.Net developer. We have many Fortune 500 clients. The candidate must be willing to work in our Red Bank, NJ office. Desired skill set includes the usual list of technologies: ASP.Net ...
Score Drag from one listbox to another listbox
bh_jodokast - 7 Oct 2005 8:28 PM - 1 message
It's pretty easy to do a drag from one listbox to another listbox when using Windows.Forms, but on the web, forms are handled differently. My plan is to use two listboxes and a DHTML HTC file to change the cursor (like if you drag out of bounds the cursor changes to "nodrag") ...
Score CSS to webcontrols
Roger Moore - 7 Oct 2005 8:01 PM - 8 messages
Hi all, I have a beginner's question: If webcontrols are rendered to suit different browsers using different HTML syntax for each, how can I create a unified CSS stylesheet to them (using the cssStyle attribute). What I say is that I need to know which HTML tag i'm applying the style to, ...
Score DetailsView field value at runtime
Stu - 7 Oct 2005 7:56 PM - 2 messages
I have a DetailsView that is bound to a SqlDataSource, works fine. After this is bound, I want to get the value of one of the fields (by name) at runtime, what property in the DetailsView do I access? Thanks! ...
Score open window & close prior window
klynn - 7 Oct 2005 7:51 PM - 1 message
I have a server side button which I added an OnClick event to using myButton.Attributes.Add("OnClick","myJavascriptFunction()") Well, I want myJavascriptFunction to open a new window. But, I want it to close the previuos "same" window if it was open and then open the window ...
Score a little help please...
rodchar - 7 Oct 2005 7:35 PM - 2 messages
hey all, i apologize for this repost, but can someone please help me with writing some javascript for my radiobuttonlist control. all i want to do is when the radiobuttonlist control is clicked is to populate a texbox on the same webform with the value that was selected. ...
Score RE: Push Alert to Browser
Ric - 7 Oct 2005 7:21 PM - 1 message
Technically, you can not 'really' push from the server. However, if someone browses to a site you own, you can do a managed pull. On IE (with xmlHttp), you have to poll the server, which can consume alot of resources. ...
Score SQL, XML, Nested Datagrids and the like
David Lozzi - 7 Oct 2005 7:06 PM - 2 messages
Hello, First, I apologize for the cross group posting. I have a calendar to create in ASP.Net, using VB. Basically, the calendar will display each event, and each event has a list of dates. For Example: Event 1 date1, date2, date3, ...
Score using SqlDataSource with parameter that is filled in other control
Stu - 7 Oct 2005 7:00 PM - 1 message
I have a GridView that pulls straight from a table. This uses SqlDataSource1. SqlDataSource2 grabs data from the same table, but only 1 row to fill a DeatilsView, this SqlDataSource2 uses a ControlParameter to get the SelectedValue from the initial GridView to isolate the 1 row. ...
Score Carrying Objects
tshad - 7 Oct 2005 5:59 PM - 4 messages
I have a User object that has all the information on the object (firstName, LastName, email, userName, password, address, gender, dob etc). I want to only carry in a session variable the logon information (firstName, LastName, email, userName, password). Is it best to just carry all the information or create a different object ...
Score Objects in session variables
tshad - 7 Oct 2005 5:54 PM - 8 messages
Can I directly access an object member from an object I have saved as a session variable? I am carrying a session variable for my user information as separate session vaiables for each (firstName, lastName, email, userName etc). I already have a User class and am thinking of saving the object in a ...
Score asp:ListBox multiple selections
Chris Kettenbach - 7 Oct 2005 5:41 PM - 6 messages
Good morning, Does anyone happen to know if there's a way to make an array of the selected items in an asp:ListBox? I know you can loop through and check the selected property, my question is how do you know how large to ...
Score Access to public variables defined in Global.asax.vb
vvenk - 7 Oct 2005 4:53 PM - 3 messages
Hello: I have defined public variables in Global.asax.vb that are initialized in the application_start event. How do I reference these variables in other ASP forms? For example, if my variable is goTest, I thought I can reference it as Global.goTest but I see ...
Score Difference between <asp:textbox> and <input runat="server">
Jaime Stuardo - 7 Oct 2005 4:49 PM - 4 messages
Hi all... Both controls are server side. The former has more properties. Both may have associated events that are ran at server. Which one are recommended to use? is performance an issue? in what case I can (or must) use the second? ...
Score Printing - strings cut
Just D. - 7 Oct 2005 4:46 PM - 2 messages
Do we have a chance to ask IE do not cut the string in the middle if we print something out? It's annoying to see the first half of the string on one page and the rest on another page when we print a multi page site. Or ...
Score CompareValidator with Dates
THaskell - 7 Oct 2005 4:40 PM - 4 messages
I am using a comparevalidator to make sure that a date for a scheduling app is not in the past. <asp:CompareValidator id="cvSD" runat="server" ControlToValidate="txtStartDate" ErrorMessage="Dates cannot be in the past." Display="Static" Operator="GreaterThanEqual" ...
Score What causes 'Thread was being aborted' error
HLady - 7 Oct 2005 4:37 PM - 7 messages
I have been googling and cannot seem to find the answer I seek so I turn to the group. I have an application where I have been receiving 'Thread was being aborted' error ocasionally. In production I have received it at least 3 ...
Score so just hoew do you go about reading an rss feed?
WebBuilder451 - 7 Oct 2005 4:28 PM - 6 messages
is there ant place where i can learn the basics of reading an rss feed and enumerating through the values? just want to start at the bottom, no frills. thanks ...
Score DataGrid Columns Created at Run time
Gary Blakely - 7 Oct 2005 4:24 PM - 1 message
In the program below, the web page has dataGrid1.  the only thing that has been done to it at design time is to check the "Create columns automatically at runtime" checkbox - nothing else. The code below does indeed create the visual grid as expected.  Furthermore ...
Score Dropdwonlist problem
David Sagenaut - 7 Oct 2005 4:16 PM - 3 messages
I have four dropdownlist controls.  All the controls are binding to one table.  However, the second control has filter (where clause) based on the value in the first control, and the third control has filter based on the ...
Score Deploy to remote server
Jeffrey Jones - 7 Oct 2005 3:46 PM - 2 messages
Hello all, I hope I am posting to the right forum. I have made my very first ASP.NET web app and am trying to deploy my baby to a remote server. All I know about my remote server is that it has frontpage extensions ...
Score Unauthorized Access
needin4mation - 7 Oct 2005 3:41 PM - 2 messages
Hi, I have a asp:hyperlink column.  If I put my NavigateURL to [link], that is to say, an IP Address, I get Unautorized Access.  If I put the name of the computer, http://myServer, it works. ...
Score Does anyone have an ActiveX control for browsing Directories
JackO - 7 Oct 2005 3:35 PM - 4 messages
I have tried to use the file field HTML object in my code buy I cannot get the code to recognize the name property ("myfile") of the object.  It says: Name 'myfile' not declared.  I have set the property Name to 'myfile' but I ...
Score how can I transfer the login information from classic asp to asp.net, without exposing the password?
bill - 7 Oct 2005 3:24 PM - 4 messages
I need to open a asp.net web form from a classic asp page, and  pass a username and password to the asp.net page.  The username and password exist as session variables in the classic asp application. ...
Score strange session behavior
js - 7 Oct 2005 3:14 PM - 1 message
In my project I have both ASPX and classic ASP.  Four things in question are the entry page(Main.aspx), the logon page(logon.ASP), .Net Session, legacy ASP Session.  The Main.apsx contains a Logon button (ImageButton) and a Logout button (ImageButton). ...
Score How do I compile an ASP.NET page without Visual Studio?
needin4mation - 7 Oct 2005 3:05 PM - 5 messages
I work in Visual Studio, but not everyone where I am at does. Sometimes, however, they may have to make minor adjustments here and there.  Since the code is c#, behindform code, if they make an adjustment to the .cs source, how can they compile it so they will see ...
Score Internal connection fatal error.
May - 7 Oct 2005 2:34 PM - 1 message
Hello, We got this error (Internal connection fatal error) from our application and at the same we got "server application unavailable" error on the browser. I looked at the line that was provided by the stack trace and it appeared that ...
Score FTP Transfer
Roger - 7 Oct 2005 2:32 PM - 2 messages
Anyone know of way to perform safe FTP transfer without enduser knowing it's happening? ...
Score A first time in an ASP.NET application.
Tony - 7 Oct 2005 2:29 PM - 3 messages
Hello All,   I've run into something I've never had to worry about in all the asp.net applications I've created so far. Up until now every database application I've created has had database username/password info compiled right into the ...
Score Center text in a label
kpg - 7 Oct 2005 2:22 PM - 4 messages
Here's an easy one. I have an asp:label on a web page. How do I center the text in the label? ??? TIA kpg ...
Score Accessing child controls of a nested repeater control
Charlie@CBFC - 7 Oct 2005 2:05 PM - 2 messages
Hi: I'm laying out a hieraracical report by nesting repeater controls.  I'm using panels to expand/collapse detail sections.  To access a panel in a nested repeater, I use the following code.  The problem is I can get a ...
Score REAL asynch XmlHttp with IE
Ric - 7 Oct 2005 1:59 PM - 6 messages
I created a page in ASP.Net (with no buffering) that does the following: Output line #1 FLUSH {wait 1 second} Output line #2 {wait 1 second} Output line #3 FLUSH ......etc If I browse to the page, you can see that the response comes back as a ...
Score loading dinamically webforms
josepm - 7 Oct 2005 1:51 PM - 4 messages
Hello, My doubt is arround webforms and its load programatically. I have a class derived from System.Web.UI.Page (clsWebForm), with their own properties and methods. Inside another webform I instanciate clsWebForm, filling their properties, but how can I load the webform inside the web explorer? ...
Score question about image property
Kevin - 7 Oct 2005 1:50 PM - 2 messages
hi guys,       when you have an image file on your system. let's say that you right click on it to see its property. if you go to summary tab, you see a bunch of property setting, such as ...
Score anyone understand the templateprinter?
Franck - 7 Oct 2005 1:29 PM - 4 messages
Hello, I'm looking for a way of giving some arguments to the client's printer I've found that link but [link] I didn't understand much of it? ...
Score BackColor attribute in HyperLink doesn't work in Firefox
Steve Ford - 7 Oct 2005 1:27 PM - 3 messages
I have a datagrid that contains the following template column: <ItemTemplate>     <asp:HyperLink ID="partyColour" Runat="server" BackColor='<%# System.Drawing.Color.FromName(DataBinder.Eval(Container.DataItem, "PartyColour").ToString()) %>' NavigateUrl='<%# Request.ApplicationPath + ...
Score Can not sort datagrid
Joe - 7 Oct 2005 1:26 PM - 5 messages
Hello, I have a datagrid in an nested html table (one table inside of another table) and have set the allowsSorting property to true.  I've created in the code-behind a method (Sub - I'm using VB.NET) that handles the SortCommand ...
Score Detail Errors not showing
Joe Van Meer - 7 Oct 2005 1:19 PM - 4 messages
Hi all, I wanted to make a copy of an app I am working on at work for work at home, but seem to have missed something to let me display the detailed error messages whenever i run into an issue. The page does nothing. ...
Score parameters
Adis - 7 Oct 2005 12:44 PM - 1 message
Hi, My purpose consists on filtering the fields "years" and "clients" of a project WinForm, in a similar way to as I make it without any problems in a previous project ASP.NET.  The filtering task must be on the server side because my database is very ...
Score Finding out the domain name
UJ - 7 Oct 2005 12:25 PM - 5 messages
I have a need to know what the domain name is when I'm running a site. Essentially the problem I have is that I let the user build a web page and then I display it using a IFRAME. But the IFRAME wants the entire path, not ...
Score building an Href link ??
serge calderara - 7 Oct 2005 11:45 AM - 2 messages
Dear all, I have a wrb application wich reads data from an SQL database and store them in a dataset. The dataset is then attached to a datagrid object I need to have a functionnality that when a user click on any data of the ...
Score COpy and paste?
Daniel - 7 Oct 2005 11:30 AM - 4 messages
Hi everyone, Does anyone know which control allows user to copy any data(text/non-text) from external source and paste in the X control. The X control will display everything just like the copied object format wihout changing anything. ...
Score DataSet and SearchResultCollection
Ryo - 7 Oct 2005 10:29 AM - 6 messages
Hello ! I want to know if there are an easy way to put a SearchResultCollection (resulting of a query on Active Directory) into a DataSet ? Thanks; ...
Score When will be Atlas ?
Jarod - 7 Oct 2005 9:26 AM - 7 messages
Hey When will be final version of Atlas available ? I mean this new AJAX librabries for ASP.Net. I read a few articles about it and sounds really interesting! Jarod ...
Score Web Site Deployment
Stuart Ferguson - 7 Oct 2005 9:21 AM - 2 messages
I am currently in the process of learning ASP.Net using Visual Studio 2005 and have the following question regarding deployment to IIS. If i use the Publish Web Site menu option within the IDE the aspx files are copied up to my specified location which is fair enough however ...
Score Disable Postback event of Button
Arvind P Rangan - 7 Oct 2005 9:12 AM - 5 messages
Hi, Has anybody worked on disabling postback event of button event in webforms. As it does not have a property of autopostback how do we make it disable. I tried few article but they have given example of disabling the button not ...
Score InfoPath 12: Replacement for ASP.NET web forms?
MJ - 7 Oct 2005 9:09 AM - 5 messages
A question for InfoPath and ASP.NET experts: What do you think about the future of InfoPath and ASP.NET WebForms? Is InfoPath 12 going to replace ASP.NET WebForms? If not, in which types of applications would ASP.NET WebForms be more appropriate than InfoPath and vice versa? ...
Score PDF Generation Component?
Chris Ashley - 7 Oct 2005 9:02 AM - 2 messages
Can anybody recommend a PDF generation component? There seem to be quite a few out there at the same price point so it's difficult to get an idea of which is the best without trialing them all. Regards, Chris ...
Score PDF Generation Component?
Chris Ashley - 7 Oct 2005 9:02 AM - 1 message
Can anybody recommend a PDF generation component? There seem to be quite a few out there at the same price point so it's difficult to get an idea of which is the best without trialing them all. Regards, Chris ...
Score Carriage returns in XML Excel sheet created using XmlDocument and XmlTextWriter
st - 7 Oct 2005 8:40 AM - 2 messages
Hi, I've a routine that exports a DB query to Excel by building an XmlDocument and saving to a XmlTextWriter. I'm having trouble with carriage returns in a mailing address not showing up in the final Excel sheet. ...
Score problems with windows basic authentication
sefe dery - 7 Oct 2005 8:30 AM - 4 messages
hi ng, i try to create a asp.net 1.0 website on windows server 2003(Servername: ServerX) with iis 6.0. PROBLEM: The user should login with his windows credentials in basic.aspx and automatically redirect to his own files. ...
Score Internet explorer(IE)/ASP.NET
benji - 7 Oct 2005 8:30 AM - 4 messages
How can I set up my IE to view files with extension .aspx ? ...
Score very urgent-display html data
samir dsf - 7 Oct 2005 8:08 AM - 2 messages
hi this is kinda urgent ... i will insert some data in html format..i just need to know how to disply it back.its urgent...so if anyone can suggest pls tell me i simply need to know that if i store it in bold or something ..then how ...
Score advice for creating document on server
Franck - 7 Oct 2005 8:01 AM - 2 messages
Hello, I need to implement the following features: I need to create a document on whatever format word, pdf … A simple one; few field taken from a DB. This document should be printed on a client specified printer (on intranet) ...
Score Debug / Release Version
Max - 7 Oct 2005 7:20 AM - 2 messages
What are difference from debug version and release versione of an assembly ? Thanks ...
Score Security Dialog box in Internet Explorer
pradeep_TP - 7 Oct 2005 6:11 AM - 7 messages
I am facing a strange problem with my web site. Afer reinstalling the web application on the web server, I am getting a dialog box for each page. The dialog box has the following information. "This page contains both secure and nonsecure items. Do you want to display ...
Score disable scroll
rodchar - 7 Oct 2005 5:06 AM - 9 messages
hey all, can someone please tell me if you can disable the scroll button for a dropdownlist. For example, when you select an item in a dropdownlist and it still has focus and you accidently hit scroll wheel on your mouse the ...
Score How to identify which row to be selected in itemtemplate column under gridview?
ABC - 7 Oct 2005 4:38 AM - 2 messages
I wrote a gridview with a itemtemplate column which contain two linkbuttons that will raise event if user clicked button.  But I don't know how to identify which row or datarow to be selected.  How should I do? ...
Score How to enable file download in ASP.NET 2.0?
ABC - 7 Oct 2005 3:46 AM - 2 messages
How to enable file download in ASP.NET 2.0? ...
Score PostBackUrl cannot work for file link.
ABC - 7 Oct 2005 1:58 AM - 7 messages
I write the code as: <asp:LinkButton ID="LinkButton2" Text='<%# Eval("Title") %>' PostBackUrl='file://<%# Eval("path") %>' runat="server"></asp:LinkButton> But It don't work to download or open file when I clicked. ...
Score .net compatibility resolved in 2.0 ?
Jon Paal - 7 Oct 2005 1:54 AM - 11 messages
In version 1.x .net websites came in multiple versions. As illustrated by the sample starter kits, we saw the Visual Studio versions did not work with the code developed from just the SDK. Can anyone tell me if this incompatibility will be resolved in 2.0, or are we still faced with multiple versions of applications  ? ...
Score IE7 Benchmark
jim_bowery - 7 Oct 2005 1:00 AM - 2 messages
Could someone with IE7 beta please run this benchmark and report the results here? [link] ...
Score Time Tracker Starter Kit for ASP.NET 2.0 Performance (Survey)
Artificer - 7 Oct 2005 12:55 AM - 1 message
I have been studying the Time Tracker Starter Kit for ASP.NET 2.0 and I think is a really interesting sample application but I wonder if the design is appropriate for middle size and enterprise size applications. I am developing an application that will run on the internet and that ...
Iis