Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score SQL Server does not exist after moving to new Sql Server
Geoff - 14 Jan 2006 10:44 PM - 4 messages
All my pages come up with "SQL Server does not exist or access denied" after moving to a new Sql Server with a different name. None of my pages come up even though I am addressing the servername by IP Address. I can access the ...
Score Access database maintenance
VB Programmer - 14 Jan 2006 10:02 PM - 4 messages
For those that use Microsoft Access as their website's database... Do you do maintenance on it on a regular basis, such as "Compact and Repair"? Do I have to worry about it becoming to big or corrupted? It's a shopping cart db. ...
Score IIS won't recognize Default.aspx
David Veeneman - 14 Jan 2006 9:44 PM - 10 messages
I'm just getting started with ASP.NET, using VS 2005. As an exercise, I opened the root web site in VS 2005 and created a simple welcome page. I saved the page as Default.aspx and made sure that name was the first name on ...
Score FrontController problem
Luis Farzati - 14 Jan 2006 8:01 PM - 3 messages
Hello, I'm working on a frontcontroller implementation. I want to listen a series of requests like the following: GET [link] POST [link] ...
Score Maintaining "ViewState" Going to Another Page and Back
Steve Murphy - 14 Jan 2006 7:57 PM - 3 messages
I have an application where I need to leave a page, perform some processing, and then return. On return, one set of fields will be updated, but the remainder should remain in the state they were in when the user left. ...
Score Generating PDF
Steve Murphy - 14 Jan 2006 7:52 PM - 4 messages
I have some forms and reports that I need to generate in PDF? What is the best approach for this: Crystal Reports to PDF MS Office to PDF Directly to PDF Thanks. ...
Score MS Office Integration
Steve Murphy - 14 Jan 2006 7:49 PM - 2 messages
I have an existing project that will require some MS Office integration. Can I add that to a the existing project, or do I need to add a new MS Office project? Also, is just Word and Excel supported? I'm working with .NET 1.1. ...
Score Custom validator
Giuseppe Esposito - 14 Jan 2006 7:33 PM - 7 messages
I don't know if it's the right name: I try to explain what I want to do. Follow me. Wb.config file permits user to create personalized section. The section can be read throught your ConfigurationSection's derived class ...
Score Inline vs. Code-behind?
David Veeneman - 14 Jan 2006 5:18 PM - 3 messages
Is the VS 2005 'New Web Page' dialog supposed to have a checkbox to select between inline and code-behind coding? I don't see the checkbox, although it's mentioned in several tutorials. How does one select between the two? ...
Score Visual Studio 2005 Asp.net Convert wizard
Anders - 14 Jan 2006 1:04 PM - 6 messages
Hi We have a rather large asp.net 1.1 project. We have considered til convert 2.0 in the near future. We have done a couple of test conversions using the build in Migration tool which pop up when opening a asp 1.1 solution file. ...
Score Dynamically Loading user control
Beegee - 14 Jan 2006 10:07 AM - 2 messages
Hi Happy 2006 I want to load the user control dynamically. I want to change to different usercontrol page to the same place holder accordingly. If there is no way to do so anyone please suggest me how to evaluate a ...
Score How to show variable on webpage?
brett - 14 Jan 2006 6:45 AM - 6 messages
I'd like to display a string variable on a webpage depending if the URL has "localhost" in it or not.  The string variable will have line breaks and this text: <script type="text/javascript" language="javascript"> ...
Score Session Authentication Authorization
jack - 14 Jan 2006 6:34 AM - 3 messages
HI i have tried different types of form based authentications but im not able to get how to make a  session level authorization. im a begginer and im not able to make that difference off like what is form based ...
Score ASP.Net prefers Firefox?
Jim - 14 Jan 2006 3:40 AM - 4 messages
I had Firefox set as my default browser, but I wanted to change back to IE when testing my webservices. Easy enough....(in IE) Tools>Internet Options>Programs then check "Internet Explorer should check to see whether it is the default browser".  I ...
Score How to I know the previous page is clicked to forward the current page?
ABC - 14 Jan 2006 3:17 AM - 3 messages
How to I know the previous page is clicked to forward the current page? As our web site have many methods to enter the web page, I need to know the users clicked which link or which part of page to enter the web page. ...
Score How to I know the previous page is clicked to forward the current page?
ABC - 14 Jan 2006 3:13 AM - 3 messages
How to I know the previous page is clicked to forward the current page? As our web site have many methods to enter the web page, I need to know the users clicked which link or which part of page to enter the web page. ...
Score How to write a server events for 'Document' object of a ASP.NET page?
ABC - 14 Jan 2006 3:00 AM - 2 messages
If there have a page which have unknown '<div>' label or may be no any controls.  I want add 'onclick' events to call server event to do something. But there are no any events of 'Document' object on properties windows under ...
Score Prerender changes get lost after Page.RenderControl
John Dalberg - 14 Jan 2006 2:21 AM - 2 messages
I am trying to send a webpage with datagrids as an email so I use the code snippet below. In one of my datagrids, I reformat some rows in the datagrid's Prerender event. The code behind of the page displays the page ...
Score PLS HELP: Simple adding data to db in ASP.NET 2.0
VB Programmer - 14 Jan 2006 1:21 AM - 3 messages
Is there any example that shows how to do something like this (the simplest way) in ASP.NET 2.0... 1. Simple webform (called "AddProduct") with several textboxes (txtProductName, txtProductPrice, etc...) and 1 save button. 2. Click Save button and the data is inserted into the Addresses table. ...
Score 403 (Forbidden) Error
David Veeneman - 14 Jan 2006 12:33 AM - 2 messages
This page is for the google crawler and requires no response. I had a problem accessing web sites in ASP.NET using VS 2005. When I launched an ASP.NET web site, from Visual Studio or from my browser, I got a ...
Score Utilising windows security dialog on www
Martin Robins - 14 Jan 2006 12:18 AM - 2 messages
Many sites these days offer secure areas that, when accessed, pop up the windows authentication dialog instead of their own log-in page. Is this simply a case of using Windows Authentication or do you need to do more than this? ...
Score Compiler Error: [No relevant source lines]
clintonG - 14 Jan 2006 12:17 AM - 3 messages
Compiler Error Message: CS0006: Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\MyProjectName\331c872a\fd27ed37\App_Code.wg0_ken7.dll' could not be found [No relevant source lines] That's the only error I get when VS2005 goes boom. This is really bugging me ...
Score output cache question
merrittr - 13 Jan 2006 11:20 PM - 2 messages
This might not be the forum for this but oh well... I have a web app that writes fields into a PDF document, it then displays a link to this document via an anchor tag.  Here is where I ...
Score ASP 1.1 and SQL 2005
JohnZing - 13 Jan 2006 11:14 PM - 3 messages
Hi, I have a server with some ASP 1.1 Applications and MSDE 2000 I need to install an ASP 2.0 application and i want to install also SQL 2005 Express Question: It's ok to remove MSDE 2000 and install SQL 2005 Express ...
Score Is this static method threadsafe?
Diffident - 13 Jan 2006 10:51 PM - 4 messages
Hello All, Following is a static method. Can you please tell me if this is threadsafe...why? If it is not threadsafe...why? Thank you. public static string GetCachedApplicationWideObject(string HashtableKey)         {             //Cache["DefaultSampleQPage"] holds the hashtable ...
Score VWD 2005 Express: "copy web site" creates multiple publishform (2.0)
sck10 - 13 Jan 2006 10:40 PM - 2 messages
Hello I am using Visual Web Developer 2005 Express.  Whenever I use the "copy web site" function, it creates a "publishform" button on my task bar that doesn't go away.  So if I publish 3 different times, it creates 3 ...
Score Trap the Maximum request length
Giuseppe Esposito - 13 Jan 2006 10:24 PM - 3 messages
Ok, don't think to reply me "check the web.config" or something like that. I know about it. The case is I wrote an HttpModule that perform the upload by chuncking the stream and rebuilding the file in the ...
Score CompareValidator for dates > than today
tshad - 13 Jan 2006 10:07 PM - 3 messages
I am trying to check the date of my field to check if it is greater that today, but I am getting an error. I am using :         <asp:CompareValidator runat="server"          ControlToCompare="RequestedStartDate" ...
Score Advantages of Static Vs Instance methods?
Diffident - 13 Jan 2006 10:01 PM - 5 messages
Hello All, Can anyone please list me the advantages or disadvantages of instance and static methods in terms of performance be it either memory consumption or CPU utilization or any other parameters. Thank you. ...
Score Use validationSummary to display error message in user control
c676228 - 13 Jan 2006 9:49 PM - 3 messages
Hi, I have several user controls like email, phone,ssn etc. each has it's own validation message in its user control already. When I bring all those user controls in an aspx page, I would like to display a summary error messages using validation summary in an aspx page, ...
Score What is better for a web page????
NATE - 13 Jan 2006 9:11 PM - 3 messages
I'm designing a web application but I don't know what component are better to access the data from Internet.. I think the unbound components give me more performance, but what about the bound components... ...
Score session values
George - 13 Jan 2006 9:11 PM - 2 messages
I'm having a problem with sessions. Basically, my site has a place where a user logs in, and they're taken to a page with the order details and items from their shopping cart. This order detail page checks a session variable to ...
Score this should be easy...
purdy_ra - 13 Jan 2006 8:41 PM - 2 messages
really simple. the DBA gives you a field called txtEntry. it's an integer field in sql 2000. make a form that has the txtEntry field and validate that only integers are passed thru on that form when you save it. ...
Score Download multiplefiles
Jatin - 13 Jan 2006 8:31 PM - 3 messages
Hey guys Can anyone help me. i am streaming a file from the server to the client. I using the response.outputstream, it works like a charm. I want the user to be able to download multiple files. i.e. the user chooses ...
Score maxRequestLength and Action cancelled
Jorge - 13 Jan 2006 7:42 PM - 3 messages
Hello! I'm using asp.net 1.1. When i post a file larger than the value specified by maxRequestLength, i get an "action cancelled" error page in internet explorer. How can i gracefully handle the error? I don't want to to enlarge the ...
Score Images inline with blog contents - HOW??
Neo Geshel - 13 Jan 2006 7:31 PM - 11 messages
I am seeking to hand-roll my own blog in ASP.NET 2.0 and SQLExpress 2005. Why? Because I can. Because I will gain experience. The one thing that has me stumped at square one is inline images. That ...
Score Modify ASP.NET 2.0 client validation
lambertb - 13 Jan 2006 7:07 PM - 2 messages
Hi everybody, I was wondering how I could change the behavior of client-side validation with ASP.NET 2.0. What I would like to do was done by someone else, but with ASP.NET 1.x here is what I would like to achieve : ...
Score checkbox problem
PJ6 - 13 Jan 2006 7:04 PM - 4 messages
OnPreRender if I add this... Me.Attributes.Add("onmousedown", "alert(this.checked)") I get 'undefined', at least in IE. Everywhere I look "checked" is supposed to be the property to retreive the value of a checkbox... obviously I've missed something. Someone want to give me a clue? ...
Score mail merge?
phil2phil - 13 Jan 2006 6:58 PM - 5 messages
hi, i wanted to know if it's possible to build an asp.net mail to automate mail merge with ms word documents.  i already have the ms word document created with the merge fields, currently we go through the mail merge ...
Score Creating new directory on the server
rsimlote - 13 Jan 2006 6:57 PM - 4 messages
Hi   I am developing a site, where the users upload images to the user's (/images/<username>) directory on the server. I am able to upload the file only if the directory already exist on the server, but for that I ...
Score datagrid error
rogo - 13 Jan 2006 6:47 PM - 2 messages
I'm having a problem getting the dataset to fill the datagrid.  Below is the error page. Thanks for any help. -------------------------------------------------------------------------------- ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '.'. Description: An unhandled exception occurred during the execution of ...
Score Block tooltips in Treeview's checkboxes
Mark - 13 Jan 2006 6:47 PM - 2 messages
Hello, I am using the new TreeView in ASP.Net 2.0. I am using its PopulateOnDemand feature. The problem is that the treeviews +/- images, and any checkboxes, have the tooltip set. If the node contains HTML, then the tooltip shows the raw HTML, ...
Score Creating CSV
P K - 13 Jan 2006 6:35 PM - 3 messages
I create a CSV file after looping through a datatable. All is fine except in the first two lines of the CSV I get this- <!--METADATA TYPE="ASP_DEBUG_INFO"                ...
Score Maintaining ASP.NET Sites
Raymond - 13 Jan 2006 6:28 PM - 28 messages
They say it's easier, but has anyone tried maintaining an ASP.NET site without the source code of the dlls? This was not a problem with classic ASP, all the code was almost always just in text files, easily viewable and most importantly ...
Score High memory in a ASP.NET application - how to monitor, what can cause?
Ravi Ambros Wallau - 13 Jan 2006 6:22 PM - 3 messages
Hi:     We have an ASP.NET application that has a memory consumption issue - it's go up to 150 MB in a few time (some hours).     The application uses two Microsoft Application Blocks, the User ...
Score Class based on singleton pattern and instance methods in that clas
Diffident - 13 Jan 2006 6:05 PM - 6 messages
Hello All, I am designing a class based on singleton pattern. Inside this class I have multiple instance methods. My question is since there will be only one instance of this class at any instance of time in the whole application there ...
Score RollOver and onMouseOver?
Rob R. Ainscough - 13 Jan 2006 5:59 PM - 5 messages
I'm using .NET v1.1 with ASPX web page. I'm trying to have a RollOver hyperlink that will change images on an image control and update the text in a Label control.  I've got the image swapping ...
Score How use newest userid in auto INSERT (2.0)
VB Programmer - 13 Jan 2006 5:55 PM - 3 messages
I have a table called 'MyUsers'.  Some fields are as follows: UserId (p key to tie it to aspnet_Users), MyAddress, MyCity, MyState, etc... After I do a Membership.CreateUser to add the new member to aspnet_Users I want to run the Insert command from my SqlDataSource, using the new UserId. ...
Score question re: date format in RSS news feeds
Milsnips - 13 Jan 2006 5:55 PM - 2 messages
hi there, i am trying to get some feeds into my site, but am having problems with the converting the date format of "pubDate" into a datetime variable: <pubDate>Wed, 28 Sep 2005 08:00:00 UT</pubDate> ...
Score v2.0 Form POST - The state information is invalid
Chris - 13 Jan 2006 5:26 PM - 2 messages
This scenario used to work with v1.1 Take a simple html form from [link] and post to [link] with a few form fields. On submittal, you will get an error. ...
Score Strong typing for user controls
Ryan - 13 Jan 2006 5:09 PM - 6 messages
I'm a lot confused when using user controls in ASP.NET 2.0. How do I cast a varaible to the type of a user control... for example: Me.PlaceHolder1.Controls.Add(Page.LoadControl("~/App_Controls/ctlApplicationHome.ascx")) ' now, this doesn't work... why? ...
Score Only allow enter key in MultiLine textbox
ian - 13 Jan 2006 4:35 PM - 6 messages
Hi, I am currently using a Javascript function to dissallow the enter key on my ASP.NET (2.0) web page, as follows: function fnTrapKP(){     if (document.all)     {         if (event.keyCode == 13) ...
Score delegation question
russell.lane - 13 Jan 2006 4:08 PM - 2 messages
I'm building out a pretty standard n-tier ASP.Net web application.  The stack includes application/presentation, biz logic, and data access layers on top of an SQL server back end. We want to use impersonation and delegation to forward the user's Windows ...
Score HELP - Listing Shared Folders
nuggies - 13 Jan 2006 4:00 PM - 2 messages
I'm developing an ASP.NET 2.0 (C#) application in which I need to display the available shared folders on the server.  The shared folder paths need to be in UNC format (i.e., \\servername\share) and need to be clickable links. ...
Score sending email
VJ - 13 Jan 2006 3:49 PM - 4 messages
I'm trying to send e-mail to two accounts... and didn't know if this portion of the syntax was correct? emailMsg.From = "v*@aol.com;" + Session["Email"]; ...
Score Newbie... Unable to create a new Web Application Project
Billallan_98272 - 13 Jan 2006 3:46 PM - 2 messages
XP Pro w/ Service pack 2 VB.net 2003 INstalled prerequisites, VB.net, MSDN library. Tried to create a new Web Application. I get an error message that states A connection with the server could not be established. I've clicked on Help and none of the paths has corrected my ...
Score Deriving from MembershipUser and ASPNET Config Tool
Mark Olbert - 13 Jan 2006 3:12 PM - 10 messages
I'm reposting this in case it got lost... The ASPNET Configuration tool does not appear to be able to handle derived MembershipUser classes. Even the simplest possible derived class (one which merely wraps MembershipUser itself, duplicates its public constructor but adds ...
Score ASP.net and thread safety
Simo - 13 Jan 2006 3:02 PM - 5 messages
hello, can anyone please tell me if the following structure is thread safe visit.cs class Visit : System.Web.UI.Page {     //Variables     IVisitProtocol m_oVisitProtocol     public void Configure(IVisiteProtocol oVisiteProtocol)    { ...
Score Dot Net or Javascript problem???
B. Chernick - 13 Jan 2006 2:52 PM - 4 messages
I have a problem and I'm not sure whether it's Dot Net or Javascript so I'm posting here. I have a web page with a text field and a custom validator.  The validator points to a javascript function.  The idea is to prevent saving of entries ...
Score MSWord
Peter - 13 Jan 2006 2:25 PM - 7 messages
I have to write a ASP.NET application that creates MSWord document from a template and populated with data from the webpage. (Templates can reside on the server or client's hard drive.) What is the best way to do this? ...
Score C++ 6.0 dll work with asp.net
Andy Sutorius via DotNetMonster.com - 13 Jan 2006 2:21 PM - 3 messages
I have asp.net 2.0 What steps do I need to take to get a c++ 6.0 dll to work within the project? I assume regsvr32 and drop it in the bin folder? Those are assumptions. Details please. Thanks! ...
Score DataGrid, Edit and the Enter Key
Newbie - 13 Jan 2006 1:32 PM - 5 messages
Hi Everyone, ASP.NET  1.x I have a problemette ! I have a datagrid on my web form. When the user hits the enter key whilst any editable field on the form including those in the datagrid itself, it ...
Score ASP.NET Embedded Resources
Grant Harmeyer - 13 Jan 2006 12:42 PM - 3 messages
I have a project where I am required to embed a few images and CSS files in the assembly (v1.1) and read them out at runtime. I know that this can be done using an HttpHandler/.axd file (like the one used for FreeTextBox ...
Score Very Strange Problem! (Derived Controls) - Help!
Sosh - 13 Jan 2006 12:16 PM - 2 messages
Hi, I'm pulling my hair out trying to work this out.  Pehaps I am missunderstanding something - hopefully someone can shed some light on this: 1) I have a class library that contains a bunch of custom web controls.  Two ...
Score Help on LinkButton vs PushButton ??
serge calderara - 13 Jan 2006 12:05 PM - 2 messages
Dear all, If I used the following code on a datagrid object <Columns>                   <asp:ButtonColumn Text="Events"  ButtonType=LinkButton  ...
Score Asp.net 2.0 caching and images
Alex Greenberg - 13 Jan 2006 11:53 AM - 4 messages
Hi, I'm having a strange problem: I have a product.aspx page where the admin can change product properties, including the JPEG.  The JPEG will always have the same name: eg. 120.jpg and in the same location. ...
Score Architectural assistance needed!
news.microsoft.com - 13 Jan 2006 11:39 AM - 3 messages
Hello, I need to build statistics for a small asp.net web site. People basically come to search in a book database through the site. The statistics should reveal how often unique users search the site. Are there tools that can be used for these task. Which ones? ...
Score populate a dg column based upon the value populated to another row in the datagrid
Mike P - 13 Jan 2006 10:23 AM - 2 messages
Is it possible when populating a datagrid to populate a dropdownlist column based upon the value populated to another row in the datagrid? (i.e. I have a drop down which I want to populate differently for each row with user names based upon a UserRegionID which is also a column in ...
Score Common functionality across pages, what's the best solution?
Allan Ebdrup - 13 Jan 2006 10:03 AM - 4 messages
Hi I've created a asp.net 2.0 page with an Page_Init eventhandler that I want to share among multiple pages, what's the best approach for this? Should I inherit from the page, or is it better to create a library with the ...
Score global functions?
Chattanooga - 13 Jan 2006 9:36 AM - 9 messages
hi all just a quick one, where can i put functions that all asp.net pages within an application can call? i tried globla.asax.vb, but that did not work. TIA!!! Chris ...
Score reference to a "global" variable from within an aspx page
Pierre - 13 Jan 2006 9:20 AM - 4 messages
Hello, In an aspx page (mypage.aspx) from a web projet, I would like to get the value of a variable of the projet that is declared as public in a module. The variable can be called from anywhere in the code behind page and in the ...
Score caching data that survive an appl restart
tin - 13 Jan 2006 7:19 AM - 2 messages
hi, i need to cache data in memory for a web appl, which takes up to 1 GB ram.  and i don't want it to load everytime the appl restart (changing other code files/replacing other dll etc).  and i also want to avoid doing any ...
Score Basic question about database connection in ASP.NET
Lau Lei Cheong - 13 Jan 2006 7:07 AM - 8 messages
Hello,         Actually I think I should have had asked it long before, but somehow I haven't.         Here's the scenerio: Say we have a few pages in an ASP.NET project, ...
Score Why so much trouble with ellipses?
Nathan Sokalski - 13 Jan 2006 5:22 AM - 14 messages
In a recent post of mine I mentioned the inaccurate shapes drawn by FillEllipse. In the response that I recieved I was told that DrawArc had less problems, which I found to be true (I have been using DrawEllipse, but ...
Score 3-Tier Binding Problem ?????????
Dave Johnson - 13 Jan 2006 3:44 AM - 4 messages
In a 3-Tier application, once upon a while comes the need for binding objects or usercontrols from other objects, example binding a usercontrol in the Presentation layer from a Business Layer Object, My problem: I have a Dynamically Rendered WebUserControl that it needs some ...
Score File Download
Jatin - 13 Jan 2006 3:41 AM - 7 messages
Hey Guys I have a web application that allows users to download files. But the files are not hosted on the webserver. The files are stored on external servers and are referenced by a URL/URI. Since my application restricts the number of ...
Score Inserting a default ListItem in DropDownList Control
Ami Schreiber - 13 Jan 2006 2:40 AM - 2 messages
I want to insert a default null ListItem with the text "choose an item ..." in my DropDownList control. I have seen similar postings here regarding this issue but all of them seem to focus around having to populate datasources, datatables etc. and then bind the DropDownList in the codebehind of the .aspx ...
Score How to handle Master Page events in Content Pages?
dezza - 13 Jan 2006 2:33 AM - 2 messages
Hi, I am developing a web application that is a series of pages, rather like a wizard. Because all of the pages basically have the same navigation, and require the navigation buttons in the same part of every screen, I have put the ...
Score How to gather the caller page information?
ABC - 13 Jan 2006 2:23 AM - 2 messages
How to gather the caller page information?  I want to check the enter from when entering the onload event of the page.  Which properties or functions have that information? ...
Score Excluding a directory from build.
Norman Crandall - 13 Jan 2006 1:23 AM - 2 messages
I have a directory with about 20,000 other directories and files in it.  I need it in the root directory of the web application in order to write to it.  However, when I need to build the application.  It takes forever.  The ...
Score FormsAuthentication.SignOut() and User.Identity
Mark Olbert - 13 Jan 2006 12:03 AM - 4 messages
FormsAuthentication.SignOut() removes the authorization ticket from a user (and the user's roles), but does not change the user's identity. I need to be able to either revert the user to the "totally unauthenticated" state, or change his identity to a different state ...
Score Seeking examples of screen scraping....
Jim - 12 Jan 2006 11:52 PM - 30 messages
I want to extract data from several websites that I visit daily.  I'd like to condense the info into a single web page that I can visit (instead of the multiple websites I have to visit now to get the same info).  There are no ...
Score Website config tool asp.net 2.0
fabian - 12 Jan 2006 11:43 PM - 4 messages
Hello, I am probably in the wrong forum but any direction would be appreciated. I recently installed the distributable for asp.net 2.0. I notice that with 2.0 the wizards (1.0, 1.1) are no longer in the ...
Score Issue with ASP.NET 2.0 Global asax
Alexandre - 12 Jan 2006 11:25 PM - 14 messages
For some odd reason I have notices that every time I refreshed a page in my browser ( same session ) ASP.NET called : void Application_Start(object sender, EventArgs e) I am absolutly confused since nothing in my code resets the application. ...
Score Can't open asp xml page
Eddie - 12 Jan 2006 11:00 PM - 5 messages
Hello, there. I'm just a newbie for ASP. I made a webpage with VS2005. The page contains nothing. It's a default page when I created webpage in the VS2005. IE shows me error message that he can't open xml page. ...
Score Question about string
Diffident - 12 Jan 2006 10:49 PM - 7 messages
Dear Bruce, Can you please explain me how compiler would be able to optimize "+" for the below code? The reason why I did not want to use string concatenation was that I wanted it to be a single string object in an effort to reduce memory consumption. ...
Score Error: 'CreateUser' is not a member of 'Membership'
VB Programmer - 12 Jan 2006 10:45 PM - 4 messages
I am getting this error:  error BC30456: 'CreateUser' is not a member of 'Membership'. What does that mean?  Here's my code.  It seems correct (no squigglies, etc...)             ' store it in db ...
Score pie charting
a - 12 Jan 2006 10:32 PM - 4 messages
anyone got any links/code/ideas on how to do pie charting? ...
Score XMLHTTP question
Dave H - 12 Jan 2006 10:19 PM - 2 messages
First.. What object  (on the client) should I be using these days?   var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); or   var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); or maybe something different? I have some browsers that can't do this correctly.  I'm doing: ...
Score Help: ASP.Net broken (tried usual suspects...)
Mike - 12 Jan 2006 10:18 PM - 8 messages
Of course, I have a delivery today... All of a sudden ASP.Net is no longer operating properly: - Serving of non-ASP.Net pages works fine - Trying to use ASP.Net (acessing page from browser, or new/load VS 2003 web ...
Score vs2005: domain trust relationship problem
musosdev - 12 Jan 2006 10:10 PM - 4 messages
Hi guys I've got the following error on a project which is running locally on a vs2005 machine (built in webserver), trying to connect to my win2k3 server active directory. the error is... System.SystemException: The trust relationship between this workstation and ...
Score What is the database "standard" in 2.0?
VB Programmer - 12 Jan 2006 9:54 PM - 6 messages
If you want to store custom tables in ASP.NET 2.0, such as Products, Companies, Shopping Carts, etc... where is the standard place to put the tables?  I want to link it to the user/membership tables. BUT, is it "ok" or ...
Score Visual Web Developer 2005 and .Net 1.0 framework?
Marcus - 12 Jan 2006 9:34 PM - 4 messages
Hello, I work on an asp.net 1.0 site that has been up and running for the past year or so. There are no immediate plans to upgrade to 1.1 or 2.0 any time soon. Are there any light weight IDEs that I could provide to ...
Score Inheritance of controls & pages
Ryan - 12 Jan 2006 9:31 PM - 2 messages
I'm developing a fairly large application in ASP.NET 2.0. In this applicaiton, I have a combination of .aspx and .ascx pages and controls, each of which has code-behind files which do my application logic to generate the ...
Score ASP.NET 2.0 menu: where to set alternate text for "^ up one level
dpomt - 12 Jan 2006 9:06 PM - 6 messages
When the ASP.NET menu is rendered on downlevel browers, the text "^ up one level" is displayed. Any ideas how I can change that text? I did not find a property for the menu control where I can change it. ...
Score Question on string
Diffident - 12 Jan 2006 8:34 PM - 5 messages
Hello All, I have a string of around 150 characters. string test = "asjhdkashdkjahsdjkhaskjdhaskjdhasjdhasd........."; //(upto 150 characters) I want to split the above string into multiple lines in IDE while declaring it so that it is more readable. How can I do that? ...
Score asp.net cookie timeout
krithika.sridhar - 12 Jan 2006 8:13 PM - 5 messages
I want my asp.net application to create a non persisitent cookie that will timeout after 20 minutes. I want the cookie to expire when the bowser is closed AND timeout if the user has been inactive (sliding expiration) How can I accomplish this? ...
Score DataGrid Columns Spannig More Than One Column
Chuck Foster - 12 Jan 2006 8:11 PM - 5 messages
I have a datagrid and I want 3 columns to share the same column header.  I have ColID, ColName, and 3 Hyperlink columns that need to have AdminFunctions as their header.  Anyone know how to accomplish that? Thanks in advance for any help! ...
Score Need Step by Step guide for setting up IIS 6 for ASP
BookerW - 12 Jan 2006 8:02 PM - 4 messages
Can someone point me in the right direction. ...
Score WebControlLibrary vs ClassLibrary
Poobalam - 12 Jan 2006 7:59 PM - 3 messages
Hi, I just got VS.NET 2005.  It has a new template called WebControlLibrary.  I normally use ClassLibrary to build my business logic and use that dll into ASP.NET project.  However I'm assuming I can use WebControlLibrary to build the business logic dll and use it ...