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 2.0: changing password rules
RAM - 9 Sep 2006 9:55 PM - 1 message
Hello, I am learning .NET 2.0. I have written simple ASP.NETapplication. I would like to change password rules, so I added to web.config: <membership defaultProvider="AspNetSqlMembershipProvider" userIsOnlineTimeWindow="20"> <providers> <add name="AspNetSqlMembershipProvider" ...
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 Handlers In Web.config?
Arpan - 9 Sep 2006 5:00 PM - 2 messages
What exactly are configuration section handlers in a web.config file? How would you define them & what for are they used in web.config files? Is it a must for web.config files to have handlers? An example of handlers in a web.config file would be highly ...
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 asp text box refresh
ted.boomer - 9 Sep 2006 4:18 PM - 2 messages
Asp.net is doing my head in. I've got a form with 10 text boxes for user input, which I make available to another page by using the previous page reference and a return statement. Problem is I would like to pass a couple of my own variables along as ...
Score access forms
rodchar - 9 Sep 2006 4:13 PM - 1 message
hey all, you know how in ms access forms there's a record navigation buttons at the bottom to cycle thru the records, well does anyone know of any article references,webcasts,etc on doing this on a web page using Atlas/AJAX? ...
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 Trace is causing Exception
Aryan - 9 Sep 2006 9:39 AM - 1 message
Hi All,     My application was working fine and giving me proper trace messages, but now all of sudden it started showing expcetion as "Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of ...
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 DataGrid SelectedIndex selected value is wrong
Kim - 9 Sep 2006 2:56 AM - 1 message
Im having a problem with one of my datagrids.  Basically the datagrid has paging included in it and when a user clicks on page other than the first page and the user selects a row the value is stored but the ...
Score Help: Win Controls Hosted in IE - Cannot pass/retrieve parameters in JS
tomromanul - 9 Sep 2006 2:20 AM - 1 message
Hi all, I built a Windows Froms user control and I use it in IE 6+. It functions properly (it displays properly in IE and executes code, such as displaying a message box), except that in the web page I cannot do ...
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 asbx page cannot be found
needin4mation - 8 Sep 2006 10:21 PM - 1 message
I have an Atlas bridge file .asbx.  If I run it locally the page works. if I put it on the server I get a page cannot be found.  Any ideas? Thank you. ...
Score asbx page cannot be found
needin4mation - 8 Sep 2006 10:21 PM - 1 message
I have an Atlas bridge file .asbx.  If I run it locally the page works. if I put it on the server I get a page cannot be found.  Any ideas? Thank you. ...
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 Dll Access Issue
amirghz - 8 Sep 2006 9:02 PM - 1 message
Hey There Everyone, I had a question. we have a site that was built using MCMS and ASP.NET 1.1 we are trying to recompile the site so we can implement the changes that was want to make. but we are having a problem and the problem is ...
Score Should my host register .asbx on the server?
needin4mation - 8 Sep 2006 8:58 PM - 1 message
Is this a security risk?  Should my host be able to register the .asbx on their server without problem?  I am trying to do tunneling, but it isn't working.  Thanks. ...
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 sitemapnode open in new window
prefersgolfing - 8 Sep 2006 7:24 PM - 1 message
I'm using web.sitemap to generate the menu for my site. I need an sitemapnode entry, which contains a url to another site, to open in a new window. Can this be done? Thanks. ...
Score Help w/ ObjectDataSource
fingermark - 8 Sep 2006 6:36 PM - 3 messages
I'm using 3 ObjectDataSources.  ObjectDataSource2 depends on DropDownList1.SelectedValue and ObjectDataSource3 depends on DropDownList2.SelectedValue.  I have the gridview and details view in their own view (multiview).  When I select DropDownList1 and then DropDownList2, the GridView will populate correctly.  When I click on ...
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 Validation in User Controls used with Master Pages
dhurwitz - 8 Sep 2006 6:19 PM - 1 message
Hi, In my ASP.NET 2.0 web app, I have a user control, ucBinEdges, with several text boxes.  The user control has several validation controls validating the Text of these text boxes - CompareValidator, RangeValidator, RequiredFieldValidator, and a ValidationSummary.  The page using ucBinEdges ...
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 Problems debuggin .NET 2003 dll
eric.goforth - 8 Sep 2006 5:31 PM - 1 message
Hello, I have a classic ASP application that calls a VB.NET 2003 dll through COM+.  This dll then calls a web service.  This application can be configured to call an external web service or a local C# web service ...
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 Best use of RadioButtons
Jim in Arizona - 8 Sep 2006 4:56 PM - 1 message
In html and ASP, I would easily code radio buttons as needed, such as: <input type="radio" name="question1" value="1">1</input>&nbsp; <input type="radio" name="question1" value="2">2</input>&nbsp; ...
Score user in group
rodchar - 8 Sep 2006 4:54 PM - 1 message
hey all, is there a way to check on my web form whether the authenticated user belongs to a local group on my pc? thanks, rodchar ...
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 datalist and limited space
rodchar - 8 Sep 2006 3:26 PM - 1 message
hey all, i have a datalist in a limited section of space on my web form. what options do i have if the datalist outgrows that space? i like how the visual studio designers tabs work when there are too many to fit you can use the left and ...
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 Need help diagnosing intermittent Memory error when running RDLC reports
andy6 via DotNetMonster.com - 8 Sep 2006 3:15 PM - 1 message
When I run a specific report I intermittently, on different laptops, desktops, etc, get this error: An error has occurred during report processing. Exception of type 'System.OutOfMemoryException' was thrown. The report is very simple, about 9 data controls with a small header. The ...
Score Embed resources?
Edwin Knoppert - 8 Sep 2006 3:14 PM - 1 message
I'm not looking for a webresource or some culture resource part. I create an assembly through a batch file calling csc. I need to obtain a (long) string from it stored as resource. I don't seem t o manage this, i was trying AL.exe and got me a resource dll. ...
Score MultiView and GridView Paging issue
nospam - 8 Sep 2006 2:55 PM - 2 messages
I have a MultiView with two views in it.  View1 has a GridView and a SqlDataSource.  View2 has a few link buttons that set the SelectCommand for the SqlDataSource to show a few reports.  Here's the extremely ...
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 multiview and validators
paul - 8 Sep 2006 2:40 PM - 1 message
I have a simple test page which uses 2 views within a multiview. In each view there is a textbox with a requiredfield validator. When I click a button the validator fires for the view I'm on  - however if in the OnClick event of the button I check the validator on ...
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 Atlas Cascading Down Page Load
sjickells - 8 Sep 2006 2:22 PM - 1 message
Hi, Can any one help? I have implemented the atlas toolkit in an application. For some reason pages that contain the atlas controls call the page load method twice. Here is the atlas code: <%@ Control Language="C#" AutoEventWireup="true" ...
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 Localization
VictorH - 8 Sep 2006 10:11 AM - 1 message
Hi, I'm trying to build a master-detail website that uses localisation. It works quit fine, based on the settings in IE. I'm using     <globalization culture="auto"  uiCulture="auto"/> in the web.config. The default language is show in my menu's. I want to add ...
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 SIMPLE USER CONTROL PROBLEM
in da club - 8 Sep 2006 9:34 AM - 1 message
I have a simple USer control Page and web form . I added a label into my ascx file wich has "Label" text as default. When i try to change its value in my ascx file's page_load event Label1.Text ="Value"; ...
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 VS.NET 2003 + IIS 5.1 - A connection with server could not be established
Godzilla - 8 Sep 2006 7:06 AM - 1 message
Hi all, My problem is when I open a ASP.NET Project in VS.NET 2003, it shows up "A connection with server could not be established". Both new projects and existing project are not working! I am using VS.NET 2003 with buildin .NET framwork 1.1 on a machine with ...
Score Problem in calling a webservice asynchronously
Ginny - 8 Sep 2006 6:56 AM - 1 message
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 Unknown Erorr Atlas framework
TARUN - 8 Sep 2006 6:20 AM - 1 message
Hello All, I am facing problem regarding Atlas. I have install the AtlasSetup.msi in my .NET framework 2.0, and i open the new Atlas Website...... Let me first explain the my senario, I have data grid(5 colunm datagrid) on my Page. It's First Colunm is ...
Score Atlas FrameWork
TARUN - 8 Sep 2006 6:08 AM - 1 message
Hello All, I am facing problem regarding Atlas. I have install the AtlasSetup.msi in my .NET framework 2.0, and i open the new Atlas Website...... Let me first explain the my senario, I have data grid(5 colunm datagrid) on my Page. It's First Colunm is ...
Score moving from Staging to Production server
tshad - 8 Sep 2006 6:07 AM - 1 message
I am trying to find the best way to handle my development process.  I am using Dreamweaver to handle the check-in/check-out process which works pretty well. We are trying to work out the best way to handle the data from the ...
Score multiple login pages in a site
luke - 8 Sep 2006 6:04 AM - 1 message
Hi, I am building a site for multiple customers. Each of the customer wants to have own login page, but I want to cut down virtual folders for easier management. Can any way to achieve this task? (I am using vb.net) ...
Score How to use GetPostBackReference/TreeView
Dave - 8 Sep 2006 6:03 AM - 1 message
I am trying to post back to the code behind (Page) the selected value of a Select.  The Select construct is client side HTML that is generated from the C# Page derived class.  I am trying to use Page.GetPostBackReference to pass ...
Score Tricky question about checking values......
JamesW - 8 Sep 2006 5:46 AM - 1 message
Hi. VS.Net (2003) Using WebForms.... When user selects item from DropDownList I want to check the row of a connected (Access) DataTable where the selected item matches the row. eg. User selects "Joe Bloggs" from a DropDownList containing Customer Names. ...
Score feedback request on design issue
rodchar - 8 Sep 2006 4:48 AM - 1 message
Hey all, Database Info: I have an employee database management system. There's about 8 tables that makes up a single record for an employee. ASPNET: I have a datagrid list of Employees. When a user clicks on a particular employee an employee object will be ...
Score DropDownList Selected Item not displaying
sean.polacsek - 8 Sep 2006 3:48 AM - 2 messages
Hi there, I have a curious problem. I have DropDownList that gets bound to datatable during PreRender. Straight after binding I set the SelectedValue of the DropDownList. When the page is rendered no value is selected in the list. Here is the kicker though: When I check the HTML source, the rendered ...
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 Whine about VS gridline color
Amil Hanish - 7 Sep 2006 9:53 PM - 1 message
I don't know if it's just my monitor or what, but the gridlines in my Properties window are barely, barely visible.  Does anyone know if this can be changed? Amil ...
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 gridview sorting help-
CSharpguy - 7 Sep 2006 8:26 PM - 1 message
has anyone been able to sort a gridview without using a sqlobjectdatasource or typed dataset? My problem is that my method to bind my datagrid takes parameterts from dropdowns, then the user clicks go and the grid binds. example: void GetSales(string strLastname ...
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 iis running path
xkeops - 7 Sep 2006 6:59 PM - 3 messages
Not sure what to do, I am asking your advice to this. I have an app in c# 2.0. When I run this app from vs.net it goes at : http://localhost:39950/myApp/ But if I run it normally it goes at : http://localhost/WebDir/myApp/ ...
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 ...
Next »