Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score How to create a hyperlink on a table cell ?
fiefie.niles - 9 Sep 2006 10:03 PM - 2 messages
I am using .NET Framework 1.1 and VB.NET for the language. I would like to create a table where the first column texts are hyperlinks so that I can click on it to go to another page. How can I ...
Score 1.1 Assemblies In 2.0
Child X - 9 Sep 2006 5:36 PM - 2 messages
Hi all, I am still working on a largish project using ASP.NET 1.1. Now i know at some point i will probably punish myself with migrating it to 2.0. The bulk of the application is encaptulated in a BLL & DAL assemblies. ...
Score ASP.NET 2.0 connecting to SQL Server 2000
Todd Brewer - 9 Sep 2006 4:38 PM - 3 messages
Windows Server 2000 ASP.NET 2.0 SQL Server 2000 (on a physically seperate server) I moved an ASP.NET 2.0 application from a development server to production, and am getting the following error: System.Data.SqlClient.SqlException: An error has occurred while establishing ...
Score Passing array of numbers to SQL query
jrogers.sw - 9 Sep 2006 4:20 PM - 3 messages
I am using an objectdatasource with a .Net 2.0 ASP page. The SQL for the tableadapter needs to use the IN operator as in WHERE job_id in (111, 222, 333, 444, 555) Job_id is a DBType Decimal and ProviderType Number ...
Score How to put a list of items with hyperlinks under a label ?
fiefie.niles - 9 Sep 2006 3:55 PM - 8 messages
I am new to ASP.Net. I use VB.NET as the language and Visual Studio ..NET 2003. On my WebForm I have a label called "Categories". I would like to read all the categories from the database and placed ...
Score Unwanted border with Masterpage.
IdleBrain - 9 Sep 2006 3:08 PM - 6 messages
I have created a master file with a table that has the border set to 0 using: <table id="tblMaster"  border="0" cellpadding="0px" cellspacing="0px" style="height: 15%; width:100%" frame="void" rules="none"> I see that even if i set the border to 0, I still get a border around ...
Score Data Acess aplication block
Mukesh - 9 Sep 2006 1:05 PM - 2 messages
Hi I have  Microsoft Enterprise Library 2005  installed on my local system. I m also using ASp.net 1.1 And C3 as coding language , I have MS Sql Server 2000. I am developing a web application in which i am using  data Access ...
Score } expected errors in VS2005
SenthilVel - 9 Sep 2006 11:46 AM - 3 messages
hi all i am opening an exiting 1.1 developed ASPX project in VS2005. i am getting more language editor problems : for example: for the below code : /// <summary> /// Next button on 'next/exit' line pressed /// </summary> ...
Score VS2005 toolbox is not visible
SenthilVel - 9 Sep 2006 11:10 AM - 4 messages
hi all i am using Visual studio 2005 for my 1.1 developed wab projects. The very first step i converted from 1.1 to 2.0. Till yesday when i clicked on the TOOL BOX menu i was able to see the tool ...
Score ADO.NET problem?
billmiami2 - 9 Sep 2006 10:42 AM - 4 messages
I'm experiencing a strange problem that I believe is related to ADO.NET but I can't say for sure. I have a simple ASP.NET reporting interface to a SQL Server 2000 database.  One report that we run returns a listing of community ...
Score Detailsview shows real numbers with commata: Error converting data type nvarchar to real!
Curious Trigger - 9 Sep 2006 9:40 AM - 3 messages
Hello, if have an asp.net web page with a detailsview. This detailsview uses a sqldatasource connecting to a sql server 2005 database with a select statement simliar to this one: SELECT warning_threshold, critical_threshold, weight FROM thresholds UPDATE thresholds SET warning_threshold=@warning_threshold, ...
Score look and feel windows XP for menu bar
Iwan Budihalim - 9 Sep 2006 5:55 AM - 3 messages
is that possible we can create menu bar and tool bar which the look and feel just like windows XP ? thanks in advance ...
Score Assemblies & DLLs?
Arpan - 9 Sep 2006 2:03 AM - 5 messages
Assume that I am creating ASP.NET pages in the C:\Inetpub\wwwroot\ASPX directory. This directory has a sub-directory named \bin where in all DLLs are stored. Are these DLLs which are stored in the \bin directory known as Assemblies? Also is the \bin directory the Assembly Cache? ...
Score Best way to handle a bad parameter in the url?
David Thielen - 8 Sep 2006 10:23 PM - 3 messages
Hi; If the user goes to my page with [link] and there is no data for ID=5, what is the suggested best way to handle this. I'd like to go to an error page rather than have 2 views in page.aspx, on ...
Score Dynamic table and postback
Gregory Gadow - 8 Sep 2006 9:56 PM - 2 messages
If there is a more appropriate forum, please let me know and I will post there. Our field reps can go on to our website and select from several sets of data to create the address we then provide to their clients in company ...
Score Passing errors - not in the url
David Thielen - 8 Sep 2006 9:53 PM - 3 messages
Hi; When I get an undlanled exception and need to pass info (like the exception) to the error page - I don't want to pass that in the url. Is there a way to pass it so the user does not see it? ...
Score Help with populating a questionnaire!
standon410 - 8 Sep 2006 9:07 PM - 2 messages
Hi, I'm trying to develop a questionnaire...basically a user can pick one of 5 questionnaires they want to use, and based on their choice, those questions will appear in their form. So the database table contains all the questions/radiobutton selections ...
Score Set focus to a control inside a Updatepanel in Atlas
MSDN - 8 Sep 2006 8:55 PM - 2 messages
After a postback, how do I set focus onto a control that is inside an updatepanel? ...
Score Proxy Class Property?
Arpan - 8 Sep 2006 8:38 PM - 2 messages
A class file named "SecureDBWS.vb" exsting in C:\Inetpub\wwwroot\ASPX\Business folder has the following code: Imports System Imports System.Data Imports System.Data.SqlClient Imports System.Web.Services Imports System.Web.Services.Protocols Namespace DBSecuritySettingsWS     Public Class Authenticator : Inherits SoapHeader ...
Score adding child controls problem
Daves - 8 Sep 2006 8:35 PM - 3 messages
I'm iterating through all controls in ControlPlaceholder to locate specific HyperLink controls. When found I want to add an Image control right after - I'm visually placing seperator images between hyperlinks. When I do _hl.Controls.Add(_img) the hyperlinks dissapear, although the image is ...
Score Tiered architecture question
Ken Ross - 8 Sep 2006 8:02 PM - 3 messages
I'm in the early stages of working up the design for a large .Net web application and want to make sure that we have the best possible physical architecture to support the logical architecture and implementation. To my way of thinking, that means that no only do we follow a 3-tier ...
Score A strange problem....
Ginny - 8 Sep 2006 6:28 PM - 2 messages
Hi, I have a simple web service that returns a dataset. Its very simple. i call the web service from a windows app. it works abosolutely fine when i can the web service method synchronously. but when i try to call the method ...
Score Access to the path is denied
Mike Collins - 8 Sep 2006 6:04 PM - 4 messages
I am getting Access to the path is denied with the following procedure below. I know I'm showing my ignorance here, but in a different procedure, I am writing an xml file to disk using a DataSet object: ds.WriteXml(@exportPath, ...
Score A New Language for ASP.NET
mctodd333 - 8 Sep 2006 5:51 PM - 2 messages
Hello,   I'm working on developing a language that compiles into .NET Intermediate language and would like to be able to use the language in ASP.NET, i.e: have code of my language embedded in an ASP.NET ...
Score WebBrowser control in DLL and STAThread error
JP2006 - 8 Sep 2006 5:23 PM - 2 messages
Getting a an error with my DLL stating that my control 'cannot be instantiated because the current thread is not in a single-threaded apartment.' The code is: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ using System; using System.Collections.Generic; using System.Drawing; using System.IO; ...
Score vb.net code for inserting vbcrlf every 80 characters
tom.krier - 8 Sep 2006 5:23 PM - 3 messages
Here's the thing.  I am downloading a tiff image through an http stream, then I am converting it to a byte array, then I convert it to a string which I place in an XML file.  When I place the string in the ...
Score Grabbing Emails
sck10 - 8 Sep 2006 4:16 PM - 4 messages
Hello, I am working on a new project where I need to:   1. open an email and then create an xml file from the email   2. open the xml file and parse the information. I would like to be able to do the second step using a web page and then ...
Score DataGrid Mystery
GaryDean - 8 Sep 2006 4:15 PM - 2 messages
I have a situation where characters are somehow getting stripped from a textbox in an ItemTemplate in a cell of a DataGrid. In the itemDataBound event I am moving data from columns created at run time into other columns, created at design time, I have set up with Textboxes. ...
Score Problems running ASP.NET 2.0 in Windows XP
Chris - 8 Sep 2006 3:29 PM - 4 messages
Good Morning, I have spent a considerable amount of time trying to get aspx pages to render in IIS 5.1 to no avail.  At first I thought it was a problem with the installation of the Quickstarts since they were the first ...
Score eliminating the physical file requirement
PJ6 - 8 Sep 2006 3:15 PM - 3 messages
I want to support web addresses that do not correlate with any physical file, but rather based on my own rules, instatiate Page objects and cause them to render manually. Is this possible? Paul ...
Score Calendar Control and ASP.Net 2.0
Paul - 8 Sep 2006 2:50 PM - 3 messages
I am using the standard Calendar control in ASP.Net 2.0 and VB.Net and VS2005. Here is the code: <asp:calendar id="cldr_contract_date" runat="server" backcolor="#ffffff" width="250px" height="200px" font-size="12px" font-names="Arial" ...
Score Printing to Printer connected to Web server
Ray Booysen - 8 Sep 2006 2:28 PM - 2 messages
Hi all I've not come across a solution for this yet, I'm hoping someone can help. I have a process of generating reports that are saved to disk.  During the process I have access to the raw HTML, and a generated PDF.  In the ...
Score Compress the code of .aspx files
dust - 8 Sep 2006 2:27 PM - 3 messages
I need to improve the download speed for an asp.net 2.0 application. So I'd like to compress the dimension of the .aspx pages. These pages don't have any images or heavy element. The most long text of the pages is the javascript code that is ...
Score Regular Expression Help
Lav KG - 8 Sep 2006 2:25 PM - 3 messages
Hi all, Please help me convert the following expression to a valid Regex. [a-zA-Z]{1}[0-9a-zA-Z\.\-]{0-63}@[0-9a-zA-Z]{1-64}.[a-zA-Z]{2,3} I'm trying to validate an email address by a ...
Score VS2005 Enable ASP.NET Debugging in Class Library App
Peter Sutcliffe - 8 Sep 2006 2:25 PM - 5 messages
In VS2003 I had a class library project that I started via a URL and I had ASP.NET debugging enabled to allow me to debug the web pages code behind in my project.  I have moved the app to VS2005 and I no longer have that option ...
Score http vs https
jdp - 8 Sep 2006 2:04 PM - 2 messages
I've created an asp.net 2.0 site that has secure and non secure pages so, obviously, it has a login page.  The web.sitemap file has the url set to the relative location of the page, meaning https isn't ...
Score VB Script Function
Kuldeep - 8 Sep 2006 1:57 PM - 5 messages
Hi All, I have a VB Script function in a separate vbscript file. How do I call this function in such a way that I can pass the necessary arguments into it and fetch the return value. Please Help Regards, ...
Score Hi XML problem,:toggle display effect
gauravkg via DotNetMonster.com - 8 Sep 2006 1:23 PM - 5 messages
Thanks to allof u how have given pain to see my problem i have an xml file having this tructure   <specifications>        <row>             <heading>MegaPixels(Effective)</heading> ...
Score how can i change a value in an <object> </object>
msnews.microsoft.com - 8 Sep 2006 1:17 PM - 5 messages
hello every one i am using media player in internet explorer but i cannot access it directly in code behind, so do you know a way to access it? <object id="video123" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" ...
Score Saving web page as Excel spreadsheet
Mark - 8 Sep 2006 1:05 PM - 2 messages
I have a web page with a GridView that displays data from a SqlDataSource component. I need to allow the user to click a button and have this data delivered to them in a .xls file that they can save to their local machine. ...
Score Breadcrumb Navigation bar
DBdealer via DotNetMonster.com - 8 Sep 2006 12:12 PM - 4 messages
I'm trying to build a breadcrum navigation bar for my website....please can some one suggest me ways...It's a 100 page site and I need it for navigation with the site....Thank you ...
Score MessageBox
John Baima - 8 Sep 2006 11:56 AM - 4 messages
When I run my ASP.NET app in the debugger, System.Windows.Forms.MessageBox.Show works when running on the server. It does not work when I actually upload my web site to the web server. That is really annoying! I wish it would not work in the debugger! ...
Score Misterious IP -> name resolution in Uri.GetLeftPart() method
MP - 8 Sep 2006 11:40 AM - 5 messages
Hi all, we have a very peculiar problem that occurs in just one of our two win2003 servers running IIS6. Details: server 1: win2003 server standard SP1 (the one with the problem) server 2: win2003 server R2 standard SP1 (the one that works fine) ...
Score Strange problem
Flurry - 8 Sep 2006 11:40 AM - 3 messages
Hello I've got a problem and I'm not getting much help trying to resolve it. I've searched google all morning for an answer.... I have the following code:             Lab1.text = "Your Serial Number is: " ...
Score Is Ajax.NET really so much javascript coding?
egholm - 8 Sep 2006 10:32 AM - 2 messages
I have just been playing around with ajax.net v. 6.7.20.1 (with .NET framework 1.1) and I was surprised how much javascript I had to write to make it work. I have used this tutorial: [link] ...
Score Cannpot seem to add a reference in Visual Studio 2005
Keith Clegg - 8 Sep 2006 9:43 AM - 2 messages
Hi all, I have just recently started working with Visual Studio 2005 for web development, and have been using Visual Studio 2003 for web development prior to now... In 2003 to add a reference one would simply right-click on the bin folder ...
Score ASP.NET 2.0 static variables in Global.asax
drasko - 8 Sep 2006 9:24 AM - 3 messages
In Microsoft Knowledge base, Article ID: 312607 says: "It is recommended that you store data in static members of the application class instead of in the Application object." Does this apply for ASP.NET 2.0? If it does, how can I accomplish this? ...
Score web net app and Atlas questions
MPA - 8 Sep 2006 9:14 AM - 2 messages
Hi, I am a newbee to web applications and we are planning to rewrite our existing PowerBuilder client-server application into a web application under Visual Studio .Net 2005. My question is about Atlas. 1. Does Atlas only enhance programming with ASP .NET or can sometimes be an ...
Score insert a value in this way: <%# var %>
RicercatoreSbadato - 8 Sep 2006 8:52 AM - 3 messages
hi all, I'm using C# and ASP .NET. I want to modify this field <%# var %> AFTER the Page_Load() event... How can I do ? ...
Score How to get the user name after FormAuthentication
Vivian - 8 Sep 2006 8:48 AM - 2 messages
hi, I'm new to .aspx and want to ask a question about FormAuthentication. I've created a login page and a default page, it works well in the login page and can redirect to the default page. The problem is I want to get the ...
Score UPS LandedCost webservice and ASP.NET 1.1
Ather Ali Shaikh - 8 Sep 2006 7:36 AM - 4 messages
Hello all, I am supposed to develop an e-commerce application integrated with UPS Courier services to calculate the cost of shipment of a products. I have UPS account number also have register a user to download the DevTools, but thos ...
Score SharpForge - Open source C#/SourceForge implementation
scottb1978 - 8 Sep 2006 2:52 AM - 2 messages
This is a one time post to announce the creation of SharpForge, an open source project. SharpForge supports collaborative development and management of multiple software projects. Similar to SourceForge or CodePlex but for your own team or organisation. The software is written ...
Score [NEWBIE] Call an event from a javascript
teo - 8 Sep 2006 2:00 AM - 7 messages
Hallo Newbie question about syntax. I'd like to fire the zzzzz event when the user presses the 'Canc' key on a Listbox item. -------------------------------- I added: onkeydown="javascript:zzzzz" to the <asp:ListBox tag but I got a green underscore ...
Score How to achieve this
Chris - 7 Sep 2006 9:47 PM - 3 messages
Hi, After a use enters his creditcard info and clicks to place an order, how can I expire the page if he clicks the "Back" button? Thanks ...
Score Upgrading ASP.NET on my web server to the latest version
fniles - 7 Sep 2006 9:42 PM - 3 messages
I have .Net Framework 1.1 on my machine, when I try to create an ASP.NET Web application, it gave me the following error: Visual Studio .NET has detected that the Web server is running ASP.NET version 1.0. The web application you are creating or opening can be ...
Score VS 2005 .sln / web Solution Problem
Mark Jerde - 7 Sep 2006 9:39 PM - 8 messages
Googled unsuccessfully.  VS 2005 Pro on a laptop and two desktops, all WinXP Pro.  (MSDN Universal subscriber. ;-) I use Subversion for version control so I need to have the .sln file in the same folder as other parts of the code.  This afternoon my laptop stopped ...
Score DropDownList from database and extra field
Piotrek "Alchemik\ - 7 Sep 2006 9:11 PM - 2 messages
Hello, i'm trying to create dropdownlist which will include not only fields from database binding, but would have an extra one or two fields, which could let me choose something different, i.e. all fields or anything else. Maybe somebody know what i should be looking for? ...
Score Operating System and H/W for new Dev Workstation
Arsen V. - 7 Sep 2006 8:26 PM - 3 messages
Hi, What's the best OS to use on a Development Workstation? The dev environment includes projects in: VB 6.0, C++ (Visual Studio 6) ASP 3.0 ..NET 1.0 (Visual Studio 2002) ..NET 2.0 (Visual Studio 2005) ...
Score Adding a System.Web.UI.WebControls.Panel to a DataGrid Cell
kito - 7 Sep 2006 8:26 PM - 3 messages
I have the following problem. I have a list of products in a Database. Now I would like to list them on a DataGrid, but in a special manner. In the first cell of a row in the DataGrid I would like to put the ...
Score Page.IsValid
rodchar - 7 Sep 2006 7:26 PM - 3 messages
hey all, is there a javascript equivalent to Page.IsValid check? thanks, rodchar ...
Score how to synchronize multiple drop down lists?
Ed Dror - 7 Sep 2006 7:17 PM - 3 messages
Hi there ASP.NET 2.0 VB & SQL Express Lest take Northwind  Categories Products as example I create a table that hold these two together and I create a stored procedure like select ProductID, ProductName, CategoryID, from tblCategoryProducts ...
Score Retrieving COM class Factory failed: 8007007f
jimmyfo - 7 Sep 2006 6:50 PM - 2 messages
Hi, I recently wrote an ASP.Net web application in VS2005 and published (using VS2005 Publish feature) it to a relatively clean machine with ASP.Net 2.0 and MDAC 2.8 installed on it. However, when I try to create ...
Score Threading?
James - 7 Sep 2006 6:01 PM - 2 messages
Simple concept.  I have a stored procedure call that takes a very long time to run.  This is a necessary evil.  While this procedure is running, it does a simple update to a table with a % complete.  I can call another stored ...
Score What are the most popular languages for dot net programming?
tom c - 7 Sep 2006 4:36 PM - 13 messages
Would it be correct to say the VB is still the language most used for Dot Net programming, and C# the second most used? ...
Score tabs for 2.0
rodchar - 7 Sep 2006 4:26 PM - 2 messages
hey all, i need to create a tabbed page and was wondering the route to take. I'd like it to be client-side tabs if possible (Atlas?). Does anyone have any good articles or webcasts on this? or just tips? ...
Score client callback versus atlas?
Bob - 7 Sep 2006 4:14 PM - 3 messages
Hi, I develop aspnet applications (no webservices) often using gridviews with sorting and dropdownlist ... I was wondering whether i could use 'ajax' methods for speeding up my applications (e.g. when sorting, the whole page is refreshed) . Now i read about client callback and atlas and i have some questions about ...
Score Color not displaying in dropdown list
tshad - 7 Sep 2006 4:05 PM - 3 messages
I am trying to add a different color to some of the rows in my dropdown list and this is how it is suggested to do this in a couple of articles. I have a DropDownList call PayDates and I was going to set any row not in my ...
Score asp.net ajax server side event handling on client
Rodney - 7 Sep 2006 3:57 PM - 2 messages
I want to notify browser of every time my server side event fires w/o creating some sort of timer on client. Basically, can server notify client w/o client initiating contact? Again, thx for any information you can provide. ...
Score How to connect to Mainframe to download a file
dinoo - 7 Sep 2006 3:56 PM - 4 messages
Hi, I need help here. I am converting an vb application to c#. The existing application connects to the mainframe server using FTP and downloads a file (dataset). Is it possible in .NET to avoid FTP and use any providers to connect to the ...
Score Error handling with web.config
VMI - 7 Sep 2006 3:28 PM - 4 messages
I was told that you can add something to web.config so that I can see any exception that pops out in my web application.  In my case, the web app captures almost every exception but displays a useless, generic ...
Score n00b question re= WebClient class
Chris Dunaway - 7 Sep 2006 3:15 PM - 3 messages
I am using the following code to test an .aspx page which has no presentation and only a handler for the Page_Load event.  I am using this code to POST the contents of an .xml file to the .aspx page. ...
Score How do you pass an ascx user control a variable??? Help please
simon - 7 Sep 2006 3:06 PM - 5 messages
hello.  relatively new to vb.net, i'm using VS 2003 and .net 2.0 i have a web app that i'm i have a user control that displays a simple 1 row table as the header of the page.   the user control takes one ...
Score ASP.NET 2.0 Treeview No Postback?
Matt MacDonald - 7 Sep 2006 3:00 PM - 4 messages
Hi All,   I have a form that displays hierarchical categories in a treeview.  Ok so far so good.  What I was to do is have users be able to select a node in the treeview as part of filling out the form.  I only want to allow single ...
Score VB.Net Tab Control for Web Applications
Paul - 7 Sep 2006 2:50 PM - 3 messages
Does anyone have a recommendation for a web-based tab control that I can use in my browser-based applications? I have VS2005 but I do not see anything available? Do I have to build my own or buy one? ...
Score Shopping cart Project
Barry - 7 Sep 2006 2:36 PM - 2 messages
Hi I have developed a shopping cart webproject, and used the session id stored as key in a access database to hold the purchased item. Is there any disadvantage of this method VS using a serialize(d) class to save to the data. ...
Score Desperate Need Of Help "Attempted To Read Or Write Protected Memory"
humbleaptience - 7 Sep 2006 1:57 PM - 3 messages
I have a web application that uses a DLL using DLLImport. Twice I have put the application live on the net and it has been used hundreds or thousands of time before it has been strangely brought down. System.AccessViolationException: Attempted to read or write protected ...
Score ad manager question
WebBuilder451 - 7 Sep 2006 1:47 PM - 5 messages
I need to place ads on my site. And i'm getting a little confused as to the best way to do it, do i write it myself or get a control. Problem is there are way too may of them out there and they all claim to be good. Here is what ...
Score Adding EventHandler to DropDownList programically
dtarczynski - 7 Sep 2006 1:31 PM - 3 messages
Hello. Im trying to add new EventHandler to DropDownList programically. Im doing something like this: DropDownList ddlCate = new DropDownList();             ddlCate.ID = String.Format("ddlCategory{0}", i++);             ddlCate.DataSource = tblSub1; ...
Score classic ASP questions...
Jimmy - 7 Sep 2006 1:07 PM - 3 messages
hi everyone. building a website for a client and have a few questions related to best practices, what i should use etc... the site will use a database to store info entered by users. each visit will allow the user to input no more than 2 fields: email address, and a comment ...
Score Access COM object in Code behind(C#)
Jayender - 7 Sep 2006 11:52 AM - 3 messages
Hi, I like to know whether is there any possibilty that accessing the COM object in my Code behind that is placed in aspx page? say the COM object is placed in <object > tag, in aspx page and if i ...
Score ClickOnce Button?
Asaf - 7 Sep 2006 9:56 AM - 5 messages
Hi, I have an ASP.NET 2.0 application with Master Pages and I would to make a WebContols.Button to be disabled on the client side when the user pressed on it so he will not be able to mistakably press it again before the server has ...
Score DIV runat=server vs PANEL
robert - 7 Sep 2006 9:55 AM - 4 messages
Just wondered what the difference is between a div with runat=server vs panel. I use these two tags when I want to show/hide a section of the page. I know Microsoft push for developers to use the web form controls ...
Score Modal dialog in web application
sthrudel - 7 Sep 2006 9:51 AM - 3 messages
Hi! I'm working on a web application in Asp.net and what I would like to have is a cross borwser modal dialog which accepts user's input. I would like to catch what the user clicked on the dialog. To be more ...
Score open *.pdf in another drive
Agnes - 7 Sep 2006 8:57 AM - 2 messages
my asp program saved in D:\myASP\Project1. my document are saved in C:\Web-Doc\*.pdf <a href="<%#DataBinder.Eval(Container.DataItem, rtrim("number")).tostring.trim%>.pdf"><%# DataBinder.Eval(Container.DataItem, "number") %></a> ...
Score Response.AddHeader("Content-Disposition"....
Trapulo - 7 Sep 2006 7:37 AM - 4 messages
I've this statement in my output's creation: Response.Clear() Response.ContentType = "application/vnd.google-earth.kml+xml kml" Response.AddHeader("Content-Disposition", "inline; filename=Log_" & activityLogID & ".kml") The strage is that on my development server all works (IE try to open the ...
Score Make a value the default in a databound dropdown
Steve - 7 Sep 2006 7:13 AM - 2 messages
I have a databound dropdown in my page. I want to make one of the values the default value. Any ideas? Just to explain further, I have also appended one item to the dropdown, using the AppendDataBoundItems="True" property of the dropdown. ...
Score ActiveX control to enable in Toolbox in ASP.Net
Jayender - 7 Sep 2006 6:45 AM - 2 messages
Hi, I have an ActiveX control (to display the Images),I have added the reference of that in my web based applicaton .and added the ocx in my tool bar , but the viewer (activex component- ocx ) is disabled , but i ...
Score WSDL Generated Proxy Classes?
Arpan - 7 Sep 2006 6:34 AM - 4 messages
Web Services make use of proxy classes whose methods & properties are accessed in exactly the same way as how a normal class' methods & properties are accessed. So what for does ASP.NET generate proxy classes (using WSDL) which consume more hard disk space & resources? ...
Score 香港IT界超级溅人 -> Dan
hkhellhkhell - 7 Sep 2006 5:54 AM - 2 messages
香港IT界超级溅人 -> Dan 在香港一间IT公司名叫Advanced Telesoft, 有个程序员叫阿Dan, 平时扮cool, 背後插你, 在老板面前数你不是, 践踏你的技术. 第一, 作为一个男人, 根本无可能做出数臭人家的事, 这个是小女人所为. 第二, 为何你只数臭新入来的员工, 不是怕得罪高层是甚麽 第叁, 你只懂asp.net, 你不说给我知做asp.net会变成电脑高手, 所以你根本无资格笑人 第四, 人家入来工作只有一个月, 平日和你都无两句, 你又知人家技术好不好? 第五, 人家是内地程序员, 你就开口英文闭口英文, 家家听不明白, 你就在老板面前说他是个废人, 你身为中国人, 少许中国编程术语都不懂, 还讲人? 第六, 支持台独, 话台湾电脑书印刷精美, 内地书是垃圾, 最过份的就是说希望陈水扁独立, 反攻内地. 请内地程序员forward此文, 多谢 ...
Score Good diagram showing asp.net events?
José Joye - 7 Sep 2006 5:19 AM - 3 messages
Hello I'm currently looking for a diagram that shows the event we can register with asp.net. I'm currently a bit lost with when they are fight and which one are our disposal..... Thanks, José ...
Score Problem with .aspx file types
tshad - 7 Sep 2006 5:01 AM - 5 messages
At work we are setting up a new web site and had a problem with running a page when using URL: \\phoenix\cdrive\inetpub\wwwroot\hrworkshop\index.aspx It would start up notepad to edit the file. When I went to IIS and changed the default file to index.aspx,  this made it ...
Score POST
Stephen M - 7 Sep 2006 3:08 AM - 3 messages
Hi, Between two aspx pages I want to post an ID. I have looked at several exmples but have not been able to get a clear cut working solution. Can anyone suggest a way to do this from the sending page to the receiving page? ...
Score Parse FTP url
MarkusJNZ - 7 Sep 2006 2:51 AM - 3 messages
Hi all, does anyone know how I can parse an ftp url to retrieve the server, login and password? e.g. given a ftp url like ftp://ftplogin:myp***@subdomain.domain.com I can get out the following info server = subdomain.domain.com ...
Score How to catch an error from a ASCX control
Fernando Chilvarguer - 6 Sep 2006 10:58 PM - 3 messages
I have a very simple test page that the only thing it does is render a control. This control generates and throws an error. I need to catch the error on my ASPX page but I can't figure out where to ...
Score Need bin directory in my web to add httpmodule
JJA - 6 Sep 2006 10:43 PM - 4 messages
I'm trying to implement global unhandled exception handling with an HTTPModule as described at [link] I've downloaded and looked at the demo solution which creates a .dll in its \bin folder and now I am wanting to follow the instruction that ...
Score pass dataset field to an int...
RAB - 6 Sep 2006 10:05 PM - 4 messages
I have filled a dataset with the following code in VB... ...... dim DataSet as System.Data.DataSet = new System.Data.DataSet dataAdapter.Fill (dataSet) dim MyInt as integer I want to pass an integer field in my dataset to MyInt ...
Score ASP.NET 2.0: Global.asax code-behind and web deployment project problem
Hardy Wang - 6 Sep 2006 9:43 PM - 6 messages
Hi all,     In order to solve code-behind of global.asax problem, I removed the code from global.asax, and just leave one line "<%@ Application Language="C#" Inherits="Global"%>" in this file. Then I created a CS file in App_Code ...
Score How to let the user define search filters?
Terry Olsen - 6 Sep 2006 8:50 PM - 2 messages
I have an ASP.NET web page that can display about 25 columns of data from an SQL database. I have it right now using a CheckedListBox to allow the user select the columns for display in the DataGrid.  I have hardcoded 3 columns ...
Score Column does not belong to table error
Mike - 6 Sep 2006 8:13 PM - 3 messages
We are using .NET 2.0 and intermittently egt the following errors on almost all our web pages.  The error is not repoducable and cycling the worker process seems to temporarily fix the problems.  Has anyone seen this or have ...
Score Disco Not Compiling?
Arpan - 6 Sep 2006 8:03 PM - 4 messages
A Discovery file (residing in C:\Inetpub\wwwroot\ASPX\WEBSERVICES) named "Calculator.disco" has the following code: <?xml version="1.0" ?> <disco:discovery xmlns:disco="http://schemas.xmlsoap.org/disco" xmlns:scl="http://schemas.xmlsoap.org/disco/scl"> ...
Next » 2 3 4 5 6 7 8 9 10