Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score 2.0 causes 1.1 debugging to fail?
GaryDean - 24 Dec 2005 11:55 PM - 2 messages
I have a 1.1 asp.net project that will no longer debug and I suspect that the install of vs.net 2005 and framework 2.0 might be the cause.  I can, however, debug other projects.  the message I get is: ...
Score Cookieless Forms Authentication and Roles
Mark Olbert - 24 Dec 2005 9:49 PM - 2 messages
I'm building an ASPNET2 website which uses forms authentication but does not use the Microsoft-supplied membership providers (mostly because I don't want to create my own provider at this point, and the supplied stuff comes with a lot of baggage I don't want/need). ...
Score Picture Portfollio (asp.net 2.0 using vb.net)
Steven K0 - 24 Dec 2005 9:31 PM - 1 message
Hello, I was asked to build an internal site to show pictures of events that we have had.  What I was thinking about doing is loading the files in a directory and then pulling the names in the directory into a gridview or ...
Score Debugging JavaScript
Mark Rae - 24 Dec 2005 7:17 PM - 2 messages
Hi, What do I need to do to be able to debug JavaScript in ASP.NET 2? In the previous version, it was a simple matter of inserting the word debugger; into the JavaScript - that doesn't seem to work in v2. ...
Score IIs Newbie question: why cant I create a new ASP.net project?
Brad Rogers - 24 Dec 2005 5:04 PM - 6 messages
Im using vb.net 2003, click File/New/Project  and in the Visual Basic projects, select the ASP.NET Web application The path is  http://localhost1/something it takes several seconds and says NO!  are you crazy? you cant create an ...
Score PDF conversion on web server
keith.langer - 24 Dec 2005 3:21 PM - 4 messages
Hi, I'd like to know the cleanest approach to generating PDF files on a web server.  I am looking at converting multiple document types, but for now I'd like to know about .doc files. Basically, the user would upload ...
Score hi
commodus - 24 Dec 2005 2:32 PM - 2 messages
[link] ...
Score Calendar control question
DougS - 24 Dec 2005 2:00 PM - 2 messages
Is it possible to highlight more than one date in the calendar control? I'm trying to display a calendar to the user and highlight the dates that have action items. Is this possible? Or is this control just for selecting dates? ...
Score Writing data back to a database
Andrew Chalk - 24 Dec 2005 1:53 PM - 5 messages
I have some data in a DataSet and want to write it back to the underlying SQL Server database. Is there any simple "one-liner" way to write a dataset back to its database or do I have to go through the steps of creating a ...
Score MS Access 2003 makes database "read only" after attempt to update using ASP.NET
sueterw - 24 Dec 2005 12:08 PM - 1 message
I discovered this was a Windows security issue and found an article on how to solve it. -- sueterw ------------------------------------------------------------------------ Posted via [link] ------------------------------------------------------------------------ ...
Score Upload a directory structure in ASP.Net
Rasmus - 24 Dec 2005 11:09 AM - 5 messages
I’m looking for a solution to the problem of uploading a complete tree of folders and files to a webserver running an ASP.Net site. I’ve been looking at the Xupload ActiveX from Persist and got it working, ...
Score Problem in IFrame for Sharepoint sites
vinoth - 24 Dec 2005 10:47 AM - 1 message
Hi,    I have a problem in iframe. Below code works well. <html> <body> <iframe src="[link]" width="50%" scrolling=no></iframe> </body> </html> ...
Score Help: Javascript for checking user
noor - 24 Dec 2005 9:07 AM - 2 messages
hi, can any one tell me a javascript that can be called on mouseover event of a html link control . script can check from session either a user is login or not In the case of Login it will redirect to the given url. ...
Score Help : javascript for checking user
noor - 24 Dec 2005 8:37 AM - 1 message
hi, can any one tell me a javascript that can be called on mouseover event of a html link control . script can check from session either a user is login or not In the case of Login it will redirect to the given url. ...
Score dataview transfer
Daniel - 24 Dec 2005 8:37 AM - 2 messages
HI all, Does anyone know how to transfer the filtered dataview to another new dataview? for example, in dvA has 3 rows. After filter by condition, it has 2 rows being displayed. The dvB set resource from the after-filtered dvA. It means ...
Score javascript for checking user
noor - 24 Dec 2005 8:35 AM - 3 messages
hi, can any one tell me a javascript that can be called on mouseover event of a html link control . script can check from session either a user is login or not In the case of Login it will redirect to the given url. ...
Score (VS2005) other deploiment newbie question
Lloyd Dupont - 24 Dec 2005 8:21 AM - 2 messages
Apparently in ASP.NET 2.0 you could deploy your web site as a single DLL, great! What I was wondering what if I write a component, let's call it a 'Blog control' how do I deploy/reuse it as a single DLL? ...
Score (VS2005) newbie question
Lloyd Dupont - 24 Dec 2005 7:52 AM - 4 messages
I am creating a test web site, let's call it MyBlog. No I would like to make a DLL of it and use the blogs.ascx in an other website. If I "publish" my website it create a DLL with some random looking name. ...
Score Reg:vs.net 2005 app_code
comzy - 24 Dec 2005 6:09 AM - 3 messages
I need few of my pages to be precompiled and i have to give it to other department so that they can have the basic functionality and in addition they will add their own pages and code. can anyone tell me how ...
Score Adding class file dynamically
comzy - 24 Dec 2005 6:00 AM - 1 message
Hi all,      I just need to add a class file in the updateable pre compiled project in vs.net 2005. can anyone tell me how can i do this because i couldnt find the APP_Code folder in the pre compiled project. ...
Score expected identifier error
barry - 24 Dec 2005 4:09 AM - 7 messages
sString.Append("document.forms[0]. + name + .style.visibility = 'hidden'" & vbCrLf) The above is found in a function which has had    name   passed to it. This code is in the asp.net codebehind The name converts to card17 and would like code to look like this when ...
Score DataGrid DataSource is null on postback
Narshe - 24 Dec 2005 3:27 AM - 5 messages
If I create a datagrid, and set a source and bind it, the data shows up fine. When a postback occurs, the DataGrid.DataSource == null. Is there something in the web.config I'm missing? This is on asp.net 2.0. ...
Score Invoke a web page from a windows form
Robert Rotstein - 24 Dec 2005 2:45 AM - 1 message
What is the correct way to invoke a web page (.aspx) from an ASP.NET windows form? ...
Score Custom HttpHandler and Server.Transfer
bryan - 24 Dec 2005 2:27 AM - 9 messages
I've got a custom HttpHandler to process all requests for a given extension. It gets invoked OK, but if I try to do a Server.Transfer I get an HttpException. A Response.Redirect works, but I really need to ...
Score Get Help -- Forums/Tutorials/Tips+Tricks/Blogs/ETC.
csheppard91 - 24 Dec 2005 2:21 AM - 1 message
Hey, I have a site dedicated to helping people: [link]   There you can find about any resource to help you through your homework or personal studies.   Remember, it doesn't take but 60 seconds to sign up at the forum and ...
Score Test the speed of Network using ASP.NET
Houston Lucifer - 24 Dec 2005 2:08 AM - 1 message
Hi all, i want to write a web page to test the speed of the network in my asp.net application. I have no idea on how to start it. Can anyone shed any light? Thanks ...
Score Codefile not getting executed
GaryDean - 24 Dec 2005 1:39 AM - 2 messages
I have a 1.1 asp.net project that has been converted by the conversion wizard.  By and large the app runs allright except for one page... On one of the .aspx pages, the code behind file is not getting executed.  It ...
Score How do I debug this...
clintonG - 24 Dec 2005 1:09 AM - 5 messages
After upgrading from Beta 2 to 2.0 an application and iterative copies of it throw a dialog at me which stating "Stack overflow at line: 0" and I have no idea how to debug this or what changed in 2.0 to cause it to occur. ...
Score HtmlImage and asp:Image servent onclick event
RKT - 24 Dec 2005 12:46 AM - 4 messages
(CSharp, NET2.0) Is there any way to EITHER: 1. Programmatically add a server onclick() event hander to the 'HtmlImage' HtmlControl control? OR 2. Programmatically preempt a 'Image' WebControl from invoking a postback? I'll spare you the 'why' I need to do this, but (hint) if I could derive a ...
Score ReportViewer/ObjectDatasource Problem
Houston Lucifer - 24 Dec 2005 12:12 AM - 1 message
Hi all, I have a report viewer on my webpage and it is linked to an objectdatasource. The parameter is a control on the form (Dropdownlist). But, when i change the selection in the dropdownlist and click the go button (on the web page), the ...
Score CodeBehind File not getting executed
GaryDean - 24 Dec 2005 12:08 AM - 6 messages
I have a 1.1 asp.net project that has been converted by the conversion wizard.  By and large the app runs allright except for one page... On one of the .aspx pages, the code behind file is not getting executed.  It ...
Score ASP.NET 2.0 poll
akashman - 23 Dec 2005 11:55 PM - 1 message
Hi all, I created a poll to gauge how soon most people are planning to upgrade to .NET 2.0. I'm looking to upgrade, but only want to do so when I know there is a big enough community that actively uses it. ...
Score DA Config Wizard in vs 2005??
Tim Man - 23 Dec 2005 10:15 PM - 1 message
I converted my vs 2003 asp.net project to 2005 and it runs ok but I can't seem to figure out how to further maintain my hundreds of existing data adapters.  Although the code suporting the data adapters in in the .vb file ...
Score Disappearing ASP.Net pages when viewed outside the network
Troy Dot Net - 23 Dec 2005 9:59 PM - 3 messages
Hello All, We have an unusual problem that we've not seen before.  We've developed a ..Net 2.0 site (via VS2005) that works great from within our network (we host the site and the SQL Server db).  However, when it is viewed from outside our ...
Score Ridiculously Slow SqlServer2005 Sorting?
Mark Olbert - 23 Dec 2005 8:27 PM - 3 messages
Why does the following simple query against an SqlServer2005 table in an ASPNET2 website returning less than 10 rows: SELECT link_text, idnum, ts FROM bd_content WHERE parent_id = 0 AND idnum <> 1 take no time at all (less than 1 second) ...
Score Application-wide
Mark Olbert - 23 Dec 2005 8:17 PM - 3 messages
I want to bind a series of ObjectDataSource instances to an application-wide business object which caches the results of a database query. I'm confused about where/how to cache the results (it's a simple query, BTW, so I'm using a DataReader, not a DataTable). The ...
Score Protecting files
tshad - 23 Dec 2005 7:59 PM - 2 messages
How would I protect all my files from someone getting access to my asp,htm,gif,jpg etc. files? I can protect my .aspx files using Forms Authentication and dropping the following in my specific folders. <configuration>   <system.web> ...
Score .aspx / .ascx in Visual Studio 2005
Rob - 23 Dec 2005 7:55 PM - 3 messages
Ok, I am a beginner when it comes to ASP.NET and C#.  I have been "playing" with Visual Studio 2005 for about 1 week now and I cannot figure out how to create a .aspx or .ascx page in VS 2005.  I want to use these files so I can ...
Score Server.Transfer Does Not Invoke IsPostBack in .NET Framework 1.1
Alex - 23 Dec 2005 7:29 PM - 3 messages
Hello, Quick question and I would really appreciate if anybody could helps me. Here are the steps to reproduce the problem. Create simple ASP.Net application. In code behind added protected class variable: protected string _result = "No result"; Page Load event has: ...
Score Coordination of projects
eagle - 23 Dec 2005 6:56 PM - 2 messages
I have 2 asp.net projects that I have build together as one solution, sharing procedures, etc.  One project is for staff members, the other is for admin members.  Pretty typical, where the administrators have more advanced options or options related to security, such as creating logons.  They are ...
Score where are my dataadapters in 2005?
Tina - 23 Dec 2005 6:54 PM - 1 message
I converted my project and it runs ok but when I look at that .aspx page there are no dataadapters. I have tried help and msdn search with words like "conversion"  "upgrade" " 2003 to 2005" and many others but I can't find any help on general knowledge ...
Score mozilla:MasterPageFile in web.config
Alexander Widera - 23 Dec 2005 6:38 PM - 2 messages
Is the a possibility to write the masterpages for different browsers into the web.config, so that i havn't to write in every single page e.g. ie:MasterPageFile=".." mozilla:MasterPageFile="..." ..... ? Thanks for help. Alex ...
Score named anchor
Nalaka - 23 Dec 2005 6:32 PM - 7 messages
Hi, Is there a gui control in VS2005 to set  a "named anchor"? For an example now I go to the html and write the following code <a name="jumpToThisLocation"/> Thanks Nalaka ...
Score Refresh page error
Eric - 23 Dec 2005 6:31 PM - 3 messages
Hi, When my aspx (ASP2.0) page is being refreshed by the refreshbutton of the browser (ie) I get a message: "The page cannot be refreshed without resending the information....." How can I prevent this from happening? I would like it to be when the user forces a refresh, he will always be at ...
Score Embedding an image in the html?
David Thielen - 23 Dec 2005 6:15 PM - 8 messages
Hi; Is there a way to embed images in the response rather than writing them to disk and having an <img ...> tag? And if so, how is it done and what browsers support it? ...
Score File security weirdness createing file.
David Thielen - 23 Dec 2005 6:14 PM - 6 messages
Hi; I am creating png files in my ASP .NET app. When I am running under Windows 2003/IIS 6, the file is not given the security permissions it should have. It does not have any permission for several users that the directory it is in ...
Score Can a <asp:contentplaceholder> generate custom events?
Beatniks - 23 Dec 2005 6:07 PM - 1 message
Is it possible to define a custom event for a contentplaceholder? I've got a chain of bubbling events: Button>repeater>childPage--- <ContentPlaceHolder> --- MasterPage In the childPage I get a reference to the MasterPage with: Dim myPage As MasterPage ...
Score Dynamically bind and display report in ReportViewer
David Dvali - 23 Dec 2005 5:56 PM - 1 message
Hello. I have just started using Microsoft Reporting tools and I like it very much. I'm using Microsoft SQL Server 2005 and Microsoft Visual Studio 2005 for generating reports in my ASP.NET web application. Now I want to do following: ...
Score GridView value vb.net
Steven K0 - 23 Dec 2005 5:51 PM - 1 message
Hello, After the GridView loads, I need to get the value of a dropdownlist (the dropdownlist value is being supplied by a stored procedure) and show that value in a text box that is in a FormView.  Any help with this would be ...
Score Javascript to Set Focus to TextBox
Joey - 23 Dec 2005 5:41 PM - 4 messages
I have a javascript piece that sets focus to a textbox on one of my webforms. The script works fine for IE: it sets the cursor blinking in the textbox. In Firefox, however, it doesn't work at all. Below are two snippets from the page source as pulled directly out of ...
Score File Permissions with vs.net 2005
Tina - 23 Dec 2005 5:27 PM - 1 message
I have an app that was able to create a file in c:\Temp when it was a 1.1 app. Now that I have converted it to 2.0 with vs.net 2003 I get an error that says access to the path is denied.  (I'm running in in debug mode ...
Score Modification by JavaScript function won't stay, why?
Andrew - 23 Dec 2005 5:26 PM - 2 messages
Hello, friends, I have a .aspx page, which may change label text based on a user's selection. For example, if a user select Visitor from a drop-down HTML control, corresponding label will be changed to Visitor's Name from original ...
Score When to use FormsAuthenticationTicket()
Andrew - 23 Dec 2005 5:05 PM - 2 messages
Hi, guys, After I use FormsAuthentication.SetAuthCookie() to anthenticate a user, I don't think I need to create a new FormsAuthenticationTicket(), right? Then, at what situation, we should use ticket? Any reference papers? Thanks. ...
Score VS2005: Circular File References Are Not Allowed
Joey - 23 Dec 2005 4:48 PM - 1 message
I get a... "Circular file references are not allowed." ....message almost every time I try to run my new (native, not upgraded) file system website in VS2005. As soon as I get the message, I click the run button again, and the website always loads. ...
Score http/1.1 500 Internal Server Error
Amar - 23 Dec 2005 4:42 PM - 1 message
Hi, I have the following configuration Server - Windows 2003, IIS 6.0, .NET Framework v1.1.4322, .NET Remote Debugging Components My local machine -  windows xp pro, .NET Framework v1.1.4322, Visual Studio ..NET 2003 I am trying to use my local machine to connect to the remote server and ...
Score - Parser Error Message: Unable to load file
Dan - 23 Dec 2005 4:28 PM - 2 messages
Environment: Win2k Server, ASP.NET(v1.1.4322) Everything seemed to work fine till this morning...and than this happened What could this possibly mean? Is it the file? (The file in the error is not missing nor is it misspelled ...
Score ASP.NET License or Royalties
Steve Trandahl - 23 Dec 2005 4:26 PM - 3 messages
Are there any licensing fees or royalties associated with using ASP.NET on a production web site? Thanks, Steve ...
Score Comparing values between two arrays
darrel - 23 Dec 2005 4:14 PM - 3 messages
I have two comma delimted strings that I need to compare individual values between the two. I assume the solution is likely to put them into an array? If so, do I need to loop through one, comparing the other, or is there some ...
Score Cant start debugging - Tearing Hair From Scalp In HUGE CHUNKS !
Mr Newbie - 23 Dec 2005 4:10 PM - 3 messages
I cant start debugging on my local machine although I can start without debugging then attach to the aspnet_wp.exe process successfully and debug. When I try to start I get the message Unable to start debugging on the web server. You do not have permissions to ...
Score Listing All computer accounts
Bad Beagle - 23 Dec 2005 4:04 PM - 1 message
With the help of the scripting guys I have found the script to list all computer accounts in my domain.  I would like to be able to return the computer name and the ad path.  For example:  computername - ouname - ...
Score Compressing and spanning files on upload
Sher - 23 Dec 2005 4:00 PM - 3 messages
Hi, I have a project which requires having users upload files to be burnt to compact disk. The requirement is to zip (compress) and/or span files to compact disk size  on upload. I cannot use winzip all the time as there is a ...
Score .net objects to javascript?
Alex D. - 23 Dec 2005 3:52 PM - 6 messages
is there any way to automatically convert .net objects to javascripts objects? for example to send the bussiness logic to the browser and this way reduce the postbacks to the server? I think it would be nice to have the ...
Score Login Control Requires Response.Redirect?
Brian.ONeil - 23 Dec 2005 3:47 PM - 2 messages
Please tell me NO to this question. Shouldn't all controls be developed with Server.Transfer or Server.Execute in mind? I am finding my Login Control does not behave per its "ShowWhileLoggedIN" setting unless I force some kind of client side navigation to happen. ...
Score Need to refresh page after calling showModalDialog
teddysnips - 23 Dec 2005 3:27 PM - 1 message
I have Search form that allows users to retrieve records into a DataGrid.  There are two search criteria - a Month and a Year, which are selected from drop-down lists.  There is a server-side button called "cmdFilter" which retrieves data from the database using any ...
Score help with regex
Johannes - 23 Dec 2005 2:53 PM - 1 message
Hello All, I have a page to enter messages on our Intranet. Because Request Validation is active we cannot enter links in our messages and in several message we want to. We have a workaround by entering our url's ...
Score making xml user information
h-h - 23 Dec 2005 2:13 PM - 2 messages
i just want to make a class that can able to manipluate xml it's like this. <user>     <name>charles</name>     <age>67<age> ...
Score How to logout with program
ad - 23 Dec 2005 2:06 PM - 2 messages
I used login controls in VS2005 in my WebApplicaiton. A user can click LoginStatus to login or logout. Can we login our logout with program just like the use click the LoginStatus? ...
Score Retreiving images from SQL Express 2005
B - 23 Dec 2005 1:57 PM - 1 message
Hi, Can someone help me in how I can retreive my images from my SQL DB using a GridView or DetailsView? I can store my image into my DB, so I would like to retreive it, but it doesn't seem to work. ...
Score Rowfilter property..
Daniel - 23 Dec 2005 1:47 PM - 4 messages
Hi All, I find an erro while using dataview.rowfilter. after i filter the row, the dataview still display before filter data in datagrid. may i know y?? thank you in advance. Best regards, Ocurnos ...
Score getting space in controls client id
Vikram - 23 Dec 2005 1:46 PM - 1 message
i am using a control in javascript function like this document.forms[0].elements['<%=hdnRefID.ClientID>'].value=''; i m getting space in client id i.e. client id is prefixed by some spaces In another javascript function on the same page, it is giving correct client ...
Score Binding DataGrid to an XML document?
Charlie@CBFC - 23 Dec 2005 1:46 PM - 3 messages
Hi: Can the datagrid be bound directly to an XML document?  If so, are there any "gotchas"? Thanks, Charlie ...
Score GridView: Filtr DropDownList from another DropDownList
Juanjo - 23 Dec 2005 1:31 PM - 1 message
Hi, Before, I was working with Asp.net 1.0 and datagrid. I posted a question for this issue. The solution of this problem is load the second dropdownlist on the selectedindexchanged event of the first dropdownlist. Now, I'm working with ASP.net 2.0 and the gridview. I apply the same method ...
Score asp.net IIS6 windows 2003 web service wonders!(Urgent help needed)
Bredal Jensen - 23 Dec 2005 12:13 PM - 4 messages
Hello, I have an asp.net web app hosted on a win2k3 server . The web app consumes a web service also hosted on the server. They both have acces to an sql server 2000 database also on the same server. ...
Score (urgent)HttpRuntime
Anuradha - 23 Dec 2005 9:14 AM - 3 messages
Hi all, I had my web.config file as below... <system.web> <httpRuntime executionTimeout="90" maxRequestLength="102400" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="true"/> ......................etc But when i m trying to upload a file of size 520KB it is not uploading...... ...
Score two select commandfields in a gridview
SR - 23 Dec 2005 8:44 AM - 1 message
Hi, if I want to put two select commandfields in a gridview like below, how can I find which one was clicked in the SelectedIndexChanged event ? <Columns> <asp:CommandField ButtonType="Link" SelectText="Choose" ShowSelectButton="true" /> <asp:CommandField ButtonType="Link" SelectText="Info" ...
Score ASPNET2 Radically Changed from v1.1
Mark Olbert - 23 Dec 2005 7:56 AM - 6 messages
I'm starting to play around with VS2005 and ASP.NET 2 and have some questions. The typical pattern for a data-driven aspx page in v1.1 was data connection -> data adapter -> dataset -> bound controls. V2 (at ...
Score System.Xml.XmlException
mohit - 23 Dec 2005 7:24 AM - 2 messages
Hi,      I am making a web application in Web Matrix on .NET framework.      I have a Login.aspx File and a Users.xml file.I am reading data from Users.xml file using FileStream.The Code is ...
Score showing Error in Msg BOX
Sudhan - 23 Dec 2005 7:19 AM - 1 message
i have created a messagebox bll .Now i am trying to show [Enter the valied e-mail address] how to check the textbox that the passing string is correct ..what is the script for checking the text box ...
Score Oracle Discoverer Reports with .NET
Shell - 23 Dec 2005 7:19 AM - 1 message
Hi All, Can we use Oracle Discoverer Reports in .NET? If yes then how please let me know asap. Thanks in Advance, Shalin ...
Score AddDays exception when subtracting value
patrick - 23 Dec 2005 6:31 AM - 3 messages
I have the following code in ASP.NET 2.0 (C#)         DateTime datStartDate;         datStartDate = calMonth.SelectedDate; //calStart is a calendar control         datStartDate = datStartDate.AddDays(-6); ...
Score ASP.NET 2.0: Global.asax Design Surface Gone
Mark Olbert - 23 Dec 2005 6:05 AM - 5 messages
I have several ASP.NET 1.1 websites where I centralized a read-only dataset (i.e., one which no web page ever changed) and its associated SqlDataAdapters. In 2.0 I noticed that the Global.asax file does not have a design surface, so I can't drag and drop database components onto it. ...
Score Casting Error
mohit - 23 Dec 2005 5:55 AM - 3 messages
I am making a web application in .NET framework. I want to pass an information from one page to another page. I have a class MsgClass in a page and in the another page I created an object of this class ...
Score coustom.net software developer
bbiyani - 23 Dec 2005 5:27 AM - 1 message
Orcim is a leading Microsoft software development company with its head office in London and offshore development centre in India. Category/Sector: Software Consulting, IT Solution provider Keywords: Software development, custom software development, India uk london software development, custom application development, it outsourcing, software outsourcing india, offshore software development, outsourcing software development, offshore development india, offshore programming India, software engineering India ...
Score HELP: Table height in the new XHTML???
Arthur Dent - 23 Dec 2005 4:42 AM - 8 messages
I am completely baffled... i cannot for the life of me get the HEIGHT style to work on a table in the new 2005-supported XHTML. I put a HEIGHT: 100% on my table so that my footer row will also show up at ...
Score Help - How can I validate ASP code for XHTML, || NAME vs ID attribute
Simon Barnett - 23 Dec 2005 3:15 AM - 2 messages
Hi, RE: Converting pages including ASP pages for XHTML My question relates to ASP not ASP.NET - I can't find a newsgroup for ASP and hoped it was still relevant in ASP.NET - sorry if it's not. Problem: I am teaching myself about validating for XHTML and, upon testing a ...
Score Flow layout to grid layout
Andrew Chalk - 23 Dec 2005 2:52 AM - 4 messages
I have set a page to "flow layout". How do i now set it back to grid layout? Many thanks ...
Score HTTPBrowserCapabilities Question
kevinwjames - 23 Dec 2005 2:18 AM - 3 messages
I'm writing a C# app which analyzes and reports on IIS web logs. I've got it producing numbers for hits, visits, ips, etc. but I'm having trouble parsing the UserAgent string so I can get Browser, OS, and ...
Score How to Remote a custom membership or profile provider ???
techsupport - 23 Dec 2005 1:30 AM - 5 messages
I have some experience with .NET Remoting, as well as ASP.NET 2.0, and have been wanting to remote a custom membership and profile provider. I want to take advantage of the new controls in ASP.NET 2.0 such as ...
Score Where to set timeout
ad - 23 Dec 2005 1:14 AM - 4 messages
I am use VS2005 to develp WebApplicaiton. There are two place where I can set the TimeOut Value. What is the difference between them? Which have the priority? One is:    <system.web>      <compilation debug="false" /> ...
Score using Page.Request.Files to get the name or ID of the input
Darren Clark - 23 Dec 2005 12:45 AM - 2 messages
I am trying to find the name of ID of the input item that coresponds to the file that is being uploaded... is there a way to do this? Page.Request.Files[x].Name or Page.Request.Files[x].ID ...
Score Quotes, tags, and "greater than" signs
danthman - 23 Dec 2005 12:36 AM - 3 messages
I'm trying to write a complex multi-line SQL select command on an ASP.NET 2.0 page, but I'm not sure how to get the "greater than" sign (>) into the quotes without it thinking it's a tag. Can this be done? ...
Score adomd.net and vsexpress 2k5
sqlster - 23 Dec 2005 12:32 AM - 1 message
Does visual studio express 2005 support adomd.net? TIA... ...
Score Adding domain user to local groups
Rocky - 23 Dec 2005 12:19 AM - 6 messages
Hi, I have a webform, with 2 textboxs and a submit button. In the text box1, i enter a username and in textbox2 I enter the computer name. Both the username and computer name is in active directory. When i click submit, I want to add the username from textbox1 into the local ...
Score Populating FormView (asp.net 2.0 using vb.net)
sck10 - 22 Dec 2005 11:57 PM - 4 messages
Hello, I am creating a form for users to enter information about a lab and the members of the lab.  I have one form (FormView) that they use to enter information about that lab.  The keyvalue is "LabLocation_ID".  With an ...
Score GridView with dropdown: asp.net 2.0
sck10 - 22 Dec 2005 11:43 PM - 2 messages
Hello, I am using the following in a GridView.  Currently, I am using a dropdown that pulls the Name of the person, given the Employee ID.  I am doing this in both the ItemTemplate and the EditTemplate.  This makes sense for the ...
Score Error accessing network resources in ASP.Net
Siva - 22 Dec 2005 10:53 PM - 3 messages
Hi,    I am trying to run my ASP.Net web app. As part of this app, it needs to create a file in a share in side of the intranet. When I run this app from a machine which is same as the web server, everything works ...
Score THE > SUPER-MONEY-SOURCE <
THE > SUPER-MONEY-SOURCE < - 22 Dec 2005 10:42 PM - 1 message
THE  > SUPER-MONEY-SOURCE < Would store / would copy this text or side before the administrator could remove this letter. This special program is acquire copyrighting-protected, only with the participation you the copyrighting at this program.  Prohibited utilization ...
Score THE > SUPER-MONEY-SOURCE <
THE > SUPER-MONEY-SOURCE < - 22 Dec 2005 10:42 PM - 1 message
THE  > SUPER-MONEY-SOURCE < Would store / would copy this text or side before the administrator could remove this letter. This special program is acquire copyrighting-protected, only with the participation you the copyrighting at this program.  Prohibited utilization ...
Score launching background thread in asp.net web application.
Ashish - 22 Dec 2005 10:35 PM - 2 messages
I have a component, that is used by a web application, it is invoked by the application through reflection. I have a static class in this componenet, from which iam launching a thread that should run for the lifetime of that componenent. ...
Score HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\UserData' do
SivaSiva - 22 Dec 2005 10:29 PM - 7 messages
Hi, I'm getting the following error when I try convert a word document using asp.net. Application Event Log : Detection of product '{90110409-6000-11D3-8CFE-0150048383C9}', feature 'WordUserData', component '{8ADD2C93-C8B7-11D1-9C67-0000F81F1B38}' failed.  The resource 'HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\UserData' ...