Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score How can I tell what button was clicked from within Page_Load
Christian Blackburn - 1 Jul 2006 11:14 PM - 4 messages
Hi Gang, I have a dillema I need to know what button was clicked while I'm still in the Page_Load event.  Surely there must be a class that reveals this? Thanks, Christian Blackburn ...
Score newbie: load image from db + Repeater
Jeff - 1 Jul 2006 9:41 PM - 2 messages
hey asp.net 2.0 With the help of a Repeater control on my webpage I want to dynamically generate a list which contains both images and text field. This data are stored in the aspnetdb.mdf database. I know it's possible to have the imag tag to point to a .aspx file (<img ...
Score Publishing An ASP.NET Website With Visual Studio .NET 2005
Nathan Sokalski - 1 Jul 2006 7:42 PM - 12 messages
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/ folder in the same directory ...
Score Create PDF Files
Bruno Alexandre - 1 Jul 2006 6:35 PM - 3 messages
I guys, I need your help finding a solution to my problem... With thousands of PDF objects in the internet, and because It's the first time I will use an object that does not beow to the framework itself (not ...
Score modify aspnetdb.mdf
Jeff - 1 Jul 2006 4:44 PM - 2 messages
Hey asp.net 2.0 Is it possible to add a couple of extra tables to the aspnetdb database in a asp.net project? or will the database get corrupt if I add some extra tables.. (are there some restrictions on this)... a link would be great! ...
Score repeater problems
Jeff - 1 Jul 2006 4:28 PM - 3 messages
Hey asp.net 2.0 Below are some code I have 2 problems with. problem 1: The items get listed on the same line. I thought each item returned from the datasource was added to a seperate line in the repeater... (like this: "item ...
Score Memory leak when using Response.Write()
Piotrek - 1 Jul 2006 4:24 PM - 15 messages
Hi all. I have a web app, in which I use frames. My main frameset consists of three inner frames. When some button is pressed in frame A, then content of frame B is reloaded. I am using such code to achieve this: ...
Score Deployment question - VWD 2005 Express
JimC - 1 Jul 2006 3:59 PM - 1 message
I'm ready to deploy an e-commerce project that I built with VWD 2005 Express to a real Web host, and am having the usual difficulties including a host whose technical support types don't know up from down.  They do have ASP.Net ...
Score User Control and Post Back
Ganesh Muthuvelu - 1 Jul 2006 3:55 PM - 4 messages
Hello, I have written a user control and I want to execute some part of code only when the page that contains the user control is on a "postback". I would like that part of the code to be in the 'User control" class itself than to write ...
Score Dynamic, Run-Time Insertion of Controls
Alex Maghen - 1 Jul 2006 3:23 PM - 5 messages
I want to be able to create and insert an ASP.NET control into a page after a control that already exists on that page at Run-Time. I'm pretty sure that that can be done but I'm not exactly sure what the syntax would be and then ...
Score possible .NET 2 compatability issue
bne - 1 Jul 2006 3:01 PM - 1 message
Hi All, I have a shopping cart app that (I think) has broken due to an upgrade to .NET 2.0. Some products display fine: <[link] Others display okay but validation on the dropdown list options break: ...
Score Lazy-Man's DataReader Display
Alex Maghen - 1 Jul 2006 3:00 PM - 4 messages
Hi. I have a whole bunch of queries that I'll be running and returning in OleDbDataReader objects. Some of these DataReaders will just be a simple singe table result and others will be more complex with Sub-Tables and ...
Score Symbian OS Can't Read aspx pages 6680
news.microsoft.com - 1 Jul 2006 2:50 PM - 2 messages
Hi All, It seems that Symbian OS Browser at Nokia 6680 Can't read aspx pages, Any ideas? Many Thanks Zahi ...
Score User Control doesn't render in VS2005
Urs - 1 Jul 2006 1:58 PM - 2 messages
Hi the user control below renders OK when added in the designer. Why does it NOT render when added programmatically? Do I have to instruct the control somehow to render, or do I miss something? This is the code when trying to add it ... (during main page Page_Load): ...
Score convert hybridDictionary to string
James Page - 1 Jul 2006 1:47 PM - 5 messages
Hi all I have a shopping cart object which I'd like to send the contents via an e-mail. I get an error saying 'hybridDictionary' cannot be converted to string. Does anyone know how to do this or point me in the right direction? ...
Score Security Setup Wizard not working
Ben - 1 Jul 2006 1:42 PM - 1 message
I'm in the process of learning how to set up personalization for a page with web parts, and I've hit a problem I can't resolve. I built an example that works, and in that project, I can open the Web Site ...
Score ATLAS June CTP
Marko Vuksanovic - 1 Jul 2006 1:12 PM - 3 messages
Does the ATLAS June CTP somehow address the issue with FileUpload control and UpdatePanel? Thanks, Marko ...
Score xmlhttp post question
Shahriar - 1 Jul 2006 1:01 PM - 4 messages
I have the following code where I call my web service in my asp.net (version) application.         Dim strResult As String         Dim url As String         url = "http://localhost/myservice/test" ...
Score newbie: Instance failure!
Jeff - 1 Jul 2006 10:58 AM - 2 messages
Hey asp.net 2.0 When I run the code below I get the runtime error "Instance Failure" public static ICollection getInbox() {     ArrayList al = new ArrayList();     ConnectionStringSettings css = ConfigurationManager.ConnectionStrings["aspnet_DB"];     SqlDataSource sds = new SqlDataSource(css.ConnectionString, "SELECT ...
Score Retrieving variables from querystring
Kim - 1 Jul 2006 10:55 AM - 2 messages
In ASP.NET 2.0, I'm using "Response.Redirect" method to pass a variable in a URL from one page to another as such: Protected Sub btnSubmit_Click(ByVal s as System.Object, ByVal e as System.EventArgs) Handles btnSubmit.Click ...
Score ATLAS June CTP question
Marko Vuksanovic - 1 Jul 2006 10:09 AM - 1 message
Does the ATLAS June CTP somehow address the issue with FileUpload control and UpdatePanel? Thanks, Marko ...
Score WebUserControl + Atlas
John Prado - 1 Jul 2006 6:59 AM - 1 message
How can I embed Atlas in a Web User Control??? I'm using master pages and my app will consume several web users controls. Some of them will need to access atlas features but I cannot refer to <atlas:updatepanel...></atlas:updatepanel> from inside my ascx ...
Score Calling asp.net 2.0 from an 1.1 application
Cheval - 1 Jul 2006 6:52 AM - 2 messages
Hi. We are unable to upsize an asp.net 1.1 application to 2.0 at the moment, but were wondering if we can redirect to the 2.0 application from the 1.1 application for the time being? Each application will have it's own ...
Score Need Asp.Net .....Help.....
commerical - 1 Jul 2006 4:59 AM - 3 messages
Hi, I am working with ASP.NET. I need to get the information as to which user has currently logged in. Is there anyone to help me out for the same. ---------------------------------------------------------------------- SBalan Group [url][link]] -- commerical ------------------------------------------------------------------------ Posted via [link] ------------------------------------------------------------------------ ...
Score Ajax/Autosuggest question
Patrick.O.Ige - 1 Jul 2006 3:51 AM - 3 messages
I found a good control here at :- [link] But my questions is i want to fill auto complete a Textbox from a XML datasource.. not from a database table As anybody here done anything related using Ajax or something related? ...
Score ObjectDataSource could not find a non-generic method that has parameters ... error yet again
Dennis - 1 Jul 2006 2:25 AM - 1 message
I created a table adapter on an xsd that uses 4 basic stored procedures for select, update, insert, delete.  Then I created an aspx page with an object data source that uses the table adapter and a formview that ...
Score Default Date in Bound TextBox
j.t.w - 1 Jul 2006 2:15 AM - 1 message
Hi, I'm trying to set a default date (today's date) to a bound textbox in an InsertItemTemplate of a FormView control. Currently, the RegDateTextBox value does get inserted when I insert the record. Instead of making the user type in the date (most of the time it will ...
Score Visual Web Developer Express 2005 question
barry - 1 Jul 2006 1:37 AM - 4 messages
I had Visual Web Developer Express 2005 and Visual Studio 2005 installed on my computer. Realizing that I did not need Visual Web Developer Express 2005 since I had VS 2005 I removed it. My question could this be a possible reason that the ASP.NET configuration ...
Score newbie: runtime error
Jeff - 1 Jul 2006 1:24 AM - 2 messages
Hey asp.net 2.0 When I run the code below I get a runtime error ("Object reference not set to an instance of an object. "): Here is the code: public static ICollection getInbox() {     ArrayList al = new ArrayList(); ...
Score passwordStrengthRegularExpression not working asp.net 2.0
barry - 1 Jul 2006 1:21 AM - 1 message
When setting minRequiredPasswordLength="1" and minRequiredNonalphanumericCharacters="0" then setting the passwordStrengthRegularExpression to a regular expression the CreateUser.aspx will ignor it and show the message "the minRequiredPasswordLength needs to be 1 and the minRequiredNonalphanumericCharacters needs to be 0" Why doesn't it accept the regular expression and process the new user? ...
Score How do you log in to an email server using vb.net v1.x
JimO - 30 Jun 2006 11:25 PM - 2 messages
I'm trying to use system.web.mail to send a confirmation registration.  I keep getting an exception.  The support at the hosting site says I need to log into the server first.  I'm finding a lot of stuff on sending mail but ...
Score JavaScript to Reset page ASP.NET 2.0.
sck10 - 30 Jun 2006 10:47 PM - 2 messages
Hello, I have a table with some controls in it, but it is not rapped in a form.  I also have a button for reseting the page.  When I click the button, the page resets, but I get the following error: "Done, but with errors on the page". ...
Score Customize ASP .NET?
Matrix - 30 Jun 2006 9:45 PM - 4 messages
I have vendor application within our organization which is vendor product. It is written in ASP and ASP.NET. As we are getting new releases more and more coding being migrated to ASP.NET by vendor. Now as I had some customization done in some of the ASP pages (as all the ...
Score Unable to get certain usernames from AD
furiousmojo@gmail.com - 30 Jun 2006 9:44 PM - 2 messages
The problem:  Most usernames show up in the dropdownlist, but a random few do not show up.  Why?  If I put the filter below into my Users and Computers snap-in as an advanced search, it finds all of them. ...
Score any way to know where the focus is in a detailsview?
dave - 30 Jun 2006 9:38 PM - 1 message
Hi, I have to know when the focus is on a specific field in a detailsview. Any way to do this? Thanks Dave ...
Score sum of column in footer
Smokey Grindle - 30 Jun 2006 8:48 PM - 5 messages
Is there a way to sum all the columns values in a gridview and show it in the footer of that column? anyone try this before? thanks! ...
Score Seeking a Conceptual Approach Please
Thom Anderson - 30 Jun 2006 8:22 PM - 4 messages
Hi.  I have been asked to create a web tool for my company.  Basically an employee will use a user control (a tree view containing information about our company) and when they get to where they want on the tree, the will ...
Score Help with UrlMapping
Dave - 30 Jun 2006 7:57 PM - 2 messages
Hello, I would like to have the address http://localhost/dl/123456/anyName.mid redirected to http://localhost/dl/download.ashx?id=123456&type=mid how can I do this by using UrlMapping? thanks in advance. ...
Score Unrecognized escape sequence
Jeff - 30 Jun 2006 7:49 PM - 2 messages
Hey asp.net 2.0 I'm developing a website using visual web developer 2005 express. In this project I'm trying to connect to the aspnetdb.mdf database (the project's own database created by wvd). This is my connection string: ...
Score Help with encrypting connection strings
girthyvhf - 30 Jun 2006 7:43 PM - 2 messages
Hello all, I am trying to use the example for encrypting connection strings called: How To: Build And Run the Protected Configuration Provider Example. This is located in VS 2005 help at: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/­7ed8b347-c790-4768-9ae3-53ddc934ac78.htm ...
Score OT: Memorial/remembrance site application
John - 30 Jun 2006 7:41 PM - 1 message
Hi Sorry to be off topic. Can anyone recommend a memorial site application that can be downloaded or purchase? I need to allow people to leave their comments on the person concerned and pictures. Thanks Regards ...
Score Atlas Refresh!
Vai2000 - 30 Jun 2006 7:25 PM - 1 message
Hi All, I have a grid which binds to a select on a SQL Db. New rows are constantly being added up to the table. How can I take adv. of Atlas to refresh on my page when the data changes...? For now I do a refresh every 5 ...
Score SEE RESULTS OF ASPX FILE ON COMPUTER
dancer - 30 Jun 2006 7:24 PM - 12 messages
I cannot see the results of an aspx file at my http://localhost, even though I can see results of an asp file.  I CAN see the results of the same file when I publish to my website. I am using XP Professional. ...
Score Framework 2.0 and 1.x
dancer - 30 Jun 2006 7:16 PM - 4 messages
What is the difference in framework 2.0 and 1.x? ...
Score Problem downloading a file in ASP.NET
Andrix - 30 Jun 2006 7:09 PM - 1 message
HI, I have this code to do an .xls from a data grid, and then download to the client machine. In my intranet works excelente. But in the internet, when i click in the button "Export to Excel" open the download dialog, but ask me to ...
Score If you can't 'deliver' a .Net 1.1 web site, what's the point in 'including' files in the project.
UJ - 30 Jun 2006 7:01 PM - 2 messages
I've got a web site that has all kinds of things mixed in the directories - backups, old code, ... So how can I copy only the things I've actually included in the project to my final web site? If I copy the entire directory structure, it takes up a ...
Score query runing slow
vicky - 30 Jun 2006 6:45 PM - 3 messages
I have a query which runs under 15 sec. through query analyzer. But when same query is getting executed by .net console application, using ado.net, it takes 10-15 min. What can be the problem? ...
Score inherits HtmlControl
zino - 30 Jun 2006 6:44 PM - 6 messages
my asp.net page need to display links (<a></a>) as tabs. I create a class that inherits from HtmlAnchor as: Public Class Tab     Inherits System.Web.UI.HtmlControls.HtmlAnchor     '(inheriting from HtmlControl is good or bad ????) ...
Score Set Profile Variable in JavaScript
jason.gyetko - 30 Jun 2006 4:38 PM - 1 message
How do I set a Profile variable in JavaScript.  I'm calling JavaScript function for OnKeypress and have to assign the variable at that point. Thanks for the help. ...
Score DataBase vs Cache
vze1r2ht - 30 Jun 2006 4:28 PM - 2 messages
I have a UserCollection that contains User objects that map to a User table. There could be potentially, 50-100K users in the table. Should I load all the users into a Cache and just read/write from there? (Everytime a write is made, it also writes to the DB). If I do ...
Score App_Code folder....
PhillipLad - 30 Jun 2006 4:28 PM - 2 messages
Hello, I am using Visual Web Developer Express, and I am new at using it.  I have built an application where default.aspx.cs references a method in Utilities.cs.  I have put Utilities.cs in the App_Code folder.  It runs fine ...
Score 3-tier Design
Demetri - 30 Jun 2006 4:16 PM - 3 messages
I have a 3-tier design question, in particular the Business layer. Allow me to illustrate in order to convey what my question is. Lets say we have a database with two tables. The Orders and OrderDetails table. Lets say we have two pages: ...
Score It is possible a two different impersonations in ASP.NET
Lorenzo Jimenez - 30 Jun 2006 3:08 PM - 1 message
Hi, Thanks for reading. This is what I am trying to do: I have a SQL server 2005 with Reporting Services. This SQL Server is outside any Active Directory and manages it its own accounts. I created a simple report which shows perfectly with any of this accounts. ...
Score log4net how set assembly property via global.asax, or any other means
Mr Flibble - 30 Jun 2006 2:57 PM - 1 message
is there anything similar to the following: <%@ Assembly log4net.Config.XmlConfigurator(Watch = true) %> I only have "name" and "src" properties in Asp.Net 2.0.  I need something to the following in my global.asax: [assembly: log4net.Config.XmlConfigurator(Watch = true)] ...
Score "Compiling" an ASP.NET 2.0 Web Site?
Alex Maghen - 30 Jun 2006 2:47 PM - 3 messages
It seems like, the way ASP.NET 2.0 works, I should be able to build a pre-compiled version of my site so that none of the code of the site would be accessible by the people for whom I developed it. ...
Score file upload maximum allowed size error handling
J055 - 30 Jun 2006 2:24 PM - 4 messages
Hi How do I tell the user he has tried to upload a file which is too big... 1. when the httpRuntime.maxRequestLength has been exceeded and 2. when the uploaded file is under then httpRuntime.maxRequestLength For point 1. it would be good to at least display a nice error page. IE ...
Score MultiView display "Untitled" as title
Jav - 30 Jun 2006 2:17 PM - 2 messages
Asp.Net 2.0 When I drag a Multiview control from the ToolBox onto a WebPartZone, The MultiView displays a title of Untitled immediately above the Multiview title bar.  When I show the form in the browser, the word Untitled displays again ...
Score Session state and browser process
Stefan - 30 Jun 2006 2:15 PM - 5 messages
Hello, I am running .NET SQL Session state (V 1.1 blah blah) on a IIS6 server. The problem is that my application spawns a new window via javascript once the user logs in. The user logs in on the main page and the info is stored in a session. ...
Score Problem with XSlCompiledTransform.Transform
Sohan Kamat - 30 Jun 2006 1:43 PM - 1 message
Hi, We are using XSLCompiledTransform.Transform for Transforming XML to a text file. One of the XML tags has value <Address>Mahin & Mahin</Address> And in the XSL we have <xsl:value of select="Address"/> to select the value ...
Score Get object from DropDownList bound to object
Grant Merwitz - 30 Jun 2006 1:26 PM - 2 messages
Hi I have an array of object. I am binding this array to a dropdownlist On the dropdown's selected index changed, can i retrieve the object from the selected value. I know i can get the text and value, but is it possible to get the object ...
Score Best practice for binding the 50 states to a combo box
Ethan V - 30 Jun 2006 1:22 PM - 7 messages
I have a few options regarding populating the state combo box 1. On page load, get the 50 states from the database 2. On application start, get the 50 states from the database and cache them in application cache. On page load, get the states from application cache ...
Score Removing Session variables
Holysmoke - 30 Jun 2006 12:33 PM - 2 messages
I have a Product Search Page, which serves and returns a Product object (via session) to many pages. I have used some session variables in this page which is called by many other pages. Once the product is selected, I save it in session and then value is ...
Score Need help on popping up a java script popup box when clicked on a LinkButton.
Learner - 30 Jun 2006 12:23 PM - 4 messages
Hello,    I have two buttons on one of my VehicleDetails.aspx page. Obiviously these two buttons takes the user to two different pages. Now my client is interested in having a linkbutton instead of the two buttons. Once ...
Score problem with textboxes
Jeff - 30 Jun 2006 12:08 PM - 3 messages
Hey ASP.NET 2.0 I have a webpage which in the Page_Load event loads values into 2 textboxes, these textboxes shows the values in these Profile properties. But if the user changes the text in these textboxes and click on the save button (see ...
Score Editing Data in a Web Form / Locking the DB Record
C - 30 Jun 2006 11:29 AM - 5 messages
Hi, I have a popup window (aspx) which allows users to edit a database table record. If a second user tries to edit the record I want to check if it is being currently edited / updated and display a message to the user stating that it ...
Score Embedding "customcontrol" inside "webusercontrol"
Angrez Singh - 30 Jun 2006 11:16 AM - 1 message
Hi, I am trying to use a "customcontrol" inside a "webusercontrol" but facing problem with the viewstate of the "customcontrol". When I use the "customcontrol" on a page either adding it statically or dynamically, it works fine. There is no problem with the ViewState. ...
Score Question about custom features ...
rudolf.ball - 30 Jun 2006 10:59 AM - 1 message
Dear NG, I have a question about the architecture of my ASP.NET 2.0 site: Users can have custom features, I call it plugins. A plugin can be UserAdministration, ProductAdministration, Payments, ... Each plugin is realized by one or more sites. ...
Score Custom Collection and Filtering Data
Shawn Ramirez - 30 Jun 2006 10:27 AM - 4 messages
As with most web applications speed is a huge deal to me in my applications.  My customers don't really care if my app is a true 3 tier application or not, they just want it to be faster then it was yesterday.  Because of this I try ...
Score XmlDataSource and stored procedures
Mike P - 30 Jun 2006 10:26 AM - 1 message
Is it possible to use an XmlDataSource to connect to a stored procedure using for xml raw?  And if so, how do you make reference to the stored procedure in the XmlDataSource declaration? *** Sent via Developersdex [link] *** ...
Score Bind to a checkboxlist - need some checkboxes checked
hooterbite - 30 Jun 2006 10:19 AM - 1 message
I have a FormView which contains a CheckBoxList that is created dynamically using its own ObjectDataSource. That part works fine, but when I am in edit mode I need the appropriate check boxes pre-checked. Thanks! ...
Score ASP.NET 2.0 - Site branding for different layouts
Knoxy - 30 Jun 2006 9:59 AM - 2 messages
Hi folks, Just a quick post to see if anyone had any thoughts on branding a website for completely different website designs. I have a site at the minute that gets installed with another application on customers networks. It's ASP.NET 2.0 but written in a combination of old ASP.NET ...
Score Problem with FileUpload control and doPostback
Marko Vuksanovic - 30 Jun 2006 8:51 AM - 2 messages
I am trying to implement an upload progress indicator using atlas, using the following workaround: [link] This is the code in FileUpload.apsx file is as follows: <html xmlns="http://www.w3.org/1999/xhtml" > ...
Score Log on to webapp with multiple accounts
kederstedt - 30 Jun 2006 8:45 AM - 3 messages
I have a webbapplication(c# ASP.net vs2003) that uses Windows Authentication(IIS 6.0). I would like to create a button that opens a new InternetExplorer window but loggs on as a different user, so I have two windows to the ...
Score Architecture best practise
Rich - 30 Jun 2006 8:44 AM - 6 messages
Hi, I would welcome any opinions on the best approach to developing a web app in order to meet the following requirements: a) the user interface can be easily styled by a graphic designer. b) the content pages can be embedded in other apps if needed (E.g. ...
Score Get Confirm response in code
chris - 30 Jun 2006 8:23 AM - 2 messages
Hi, In ASP.NET page, when my user tries to edit a record in gridview, I need to display a confirmation message, if another user is editing the same record. Since the confirmation message will not be displayed on a ...
Score Sorting when the page is loaded the first time
Patrick Jox - 30 Jun 2006 6:25 AM - 3 messages
Hi, I have am using ObjectDataSource and GridView to display data on my ASP.NET webform. I also implemented a comparer class to be able to sort the data by clicking on the column header. My problem is that the first time the page is loaded the sort paramter is ...
Score Creating extra classes
Nathan Sokalski - 30 Jun 2006 6:13 AM - 2 messages
I recently upgraded from VS 2003 to VS 2005. In VS 2003 all I had to do to make an extra class was put the following in a *.vb file: Imports System.Web.UI Imports System.Web.UI.WebControls Public Class MiscExtras ...
Score ASP.Net 2.0 CheckBox List Layout Issue?
Chaprasi - 30 Jun 2006 3:52 AM - 7 messages
Gurus of asp.net and C# Please Help! I have a checkbox list solution to implement. This is my code <asp:CheckBoxList ID="CheckBoxList1" runat="server" RepeatColumns="3"     RepeatDirection="Vertical" RepeatLayout="table">     <asp:ListItem>Item 1</asp:ListItem> ...
Score Solid managed forum for our site
mazdotnet - 30 Jun 2006 1:32 AM - 2 messages
Hi, Anyone knows a good/solid managed discussion forum (forum hosting)? Sorry I know this the wrong forum to do this. Thanks Maz. ...
Score Invisible Sqldatasource in design view (Version 2.0). Hlep.....
Sam - 30 Jun 2006 1:32 AM - 1 message
Folks, I am new to ASP.Net 2.0. I do not know what I did with my configuration  settings... Now when I drag and drop Sqldatasource from the toolbox, I can't see it in the design view. Even it disappeared from my existing forms... ...
Score ASP and a ligthweight version of SQL Server
mmcnurlin - 30 Jun 2006 12:40 AM - 4 messages
I have succsessfuly downloaded MSCDEX (which I guess is a kind of lightweight version of SQL SERVER 2000). It doesn't have much of GUI. I have Windows XP peronal edition. I have book I called ASP.NET UNLEASED" by ...
Score ASP.NET: VSNET2003 to VSNET2005
Nathan Sokalski - 30 Jun 2006 12:07 AM - 5 messages
I just upgraded from Visual Studio .NET 2003 to Visual Studio .NET 2005. There are several questions I have about the code differences between them (I use VB.NET for as my language of choice): 1. 2003 used "Public Class classname" and 2005 uses "Partial Class ...
Score Global.asax.vb in Visual Studio .NET 2005
Nathan Sokalski - 29 Jun 2006 11:43 PM - 6 messages
I recently upgraded from Visual Studio .NET 2003 to Visual Studio .NET 2005. Visual Studio .NET 2005 does not create the Global.asax files that Visual Studio .NET 2003 did, which I used for variables such as the location of my ...
Score Sortable datagrid
jack58 - 29 Jun 2006 10:51 PM - 3 messages
Hello everybody, I have a sortable datagrid on a page. On this same page, I have a series of textboxes that the user can use to filter the datagrid's data. However, whenever I sort, I lose the state of the textboxes. Does ...
Score Expand Selected Node on Page (re) Load
Dave - 29 Jun 2006 9:29 PM - 2 messages
I have a TreeView on a Web Page.  OK...Big Deal.  It's based on a Web.sitemap.  Everything's ok so far.  Works Great...except when a person selects a specific Node, the new page loads Tree is all closed ...
Score VWD2005 How to place an Input control with a table cell
IanO - 29 Jun 2006 9:09 PM - 2 messages
I am following Example 4-1 in Dave Mercer's ASP,NET A Beginner's Guide. He asks the reader to create a table  9 rows 2 columns with captions in the left column and Input controls in the right column. ...
Score Export Documents from SQL Database to Local PC or Server
manmit.walia - 29 Jun 2006 8:50 PM - 3 messages
Hello All, I am stuck on a task that I need to complete. What I have is a SQL 2005 DB running with a Table called Docs. The table structure consists of the following: Table Structure for Docs ------------------------------------   DocID int - Primary Key ...
Score datashaping in asp.net
darrel - 29 Jun 2006 8:49 PM - 1 message
I've just discovered datashaping and want to learn more about it. I've done some googling, but the only samples that seem to show up are ASP based. Is the concept of datashaping suerceded by some new ASP.net feature? Or is this ...
Score control inheriting from CompositeDataBoundControl doesn't retreive it's state information.
Umut Tezduyar - 29 Jun 2006 8:11 PM - 1 message
I have a control derived from ComposeteDataBoundControl. Control doesn't retreive it's state information. I am going to frick out! What should I do more? I added two codes. One is for Default.aspx to Test the control "SampleDataBound". When I click to the "Refresh" button here, the data ...
Score ORA-12154 vs ASP.NET, work with VB.NET ?!?!
DavidTurcotte - 29 Jun 2006 7:40 PM - 1 message
Hi I have been working on this bugs for the last 2 days and i am out of gas. i have a ORA-12154: TNS:could not resolve service name error message when i try to acces an Oracle database ...
Score web deployment, dll's and .compiled files...
Jay - 29 Jun 2006 7:39 PM - 4 messages
Is there any way to control the name of the .compiled files to be named just their own original filenames instead of that GUID/hash name appended to the end of the file? What I have been doing seems to be working fine, but I want to make ...
Score Call VB Code Behind Function from JavaScript???
jason.gyetko - 29 Jun 2006 7:10 PM - 6 messages
I'm using JavaScript to capture a keypress in my web form.  Right now all it does is post an alert message box.  Is there a way to have it call a function in my VB code behind?  All I really want to do is open ...
Score If no ASPNET user account, can I use Global.asax for application-level error trapping?
Doug - 29 Jun 2006 6:59 PM - 4 messages
Using Visual Studio 2005, SQL Server 2000, and ASP.NET/VB.NET for a Web Application. We have a System DSN using Windows NT authentication defined on the development box to connect to the SQL Server (both SQL and IIS are on ...
Score Issue with public variables
rk2008 - 29 Jun 2006 6:47 PM - 9 messages
I have an ASP.NET application, which needs to initialize a memory location and update it multiple times in different projects in the same solution. I have used a public static variable and I could achive what I want. The problem is when User1 opens the application and starts ...
Score Problem with authentication on a web site - allowDefintion='Machin
WinDev - 29 Jun 2006 6:21 PM - 5 messages
One of my guys is trying to move an application from our test box to our production server cluster and is having problems. He had moved over everything, set up the new site including making the web site an application ...
Score IIS log and Server.Transfer
Chris - 29 Jun 2006 6:07 PM - 2 messages
I am thinking of creating a custom 404 page which does a server.transfer to a variety of different pages. My question is what shows up in the log, which the web statistics are based on? 1. The non existent page, which is requested? ...
Score Image Maps & Linking in ASP.NET
brianmichaelbrown - 29 Jun 2006 5:40 PM - 1 message
This is probably pretty simple but for whatever reason can't get it to work. I have the following line of code: <asp:PolygonHotSpot HotSpotMode="Navigate" Coordinates="53,24,160,24,171,26,180,32,186,41,188,52,188,52,186,63,180,72,171,78,160,80,53,80,42,78,33,72,27,63,25,52,25,52,27,41,33,32,42,26,53,24,53,24" ...
Score Deleting_row_from_GridView_causes_ArgumentOutOfRangeException_during_System.Web.UI.WebControls.Grid=
loga123 - 29 Jun 2006 4:58 PM - 2 messages
Hi All, I am using Link Button for DELETE on the gridview. When I click on DELETE link, I get the  ArgumentOutOfRangeException. But...it deletes the record from table in the database. On Gridview_rowdatabound, I am dynamically building hyperlink control ...
Score Confused about Gridview and DataSourceID
dgk - 29 Jun 2006 4:54 PM - 1 message
I have a gridview for which the datasource at design time is a method that returns a collections.generic.List (of MyClass). That created an ObjectDataSource1 which is the DataSourceID for the gridview. At run time I figured that I would just set the datasource to another List ...
Score Order of events: Page_Load in page and base page?
cmay - 29 Jun 2006 4:36 PM - 2 messages
Can someone advise on this issue? We are seeing a page where, on the first load the base page (the class our page inherits from) fires it's PageLoad event first, followed by our Page's PageLoad. On postback we see the reverse order taking place, with the Base Page ...