Home All Groups Group Topic Search About

Score context.Response.OutputStream.Write(buffer, 0, count) questions
AAaron123 - 13 Nov 2008 3:50 AM - 3 messages
trying to understand the below shown code. After this is run the browser opens a file-save dialog box for saving the file. I wonder how it knows I want the file saved? But more important, the dialog box has as the default file name the name of ...
Score Validating new users by way of email
JJ - 10 Sep 2006 5:29 PM - 7 messages
When I new user registers on my web site I want to force them to click on a link in a sent email to confirm that their email is correct. I have searched high and low for this but I am probably using the wrong ...
Score Data Acess aplication block __How to use it on server without Microsoft Visual Studio 2003
Mukesh - 11 Sep 2006 1:11 PM - 3 messages
Hi all As per my earlier conversation with Ciaran (thx for reply) I have installed the MS APplication block on the server , when i ran Build Enterprise Library file and Install Services from (batch files ) programme files menu it was asking for visual studio 2003 , I have only ...
Score Session lost. Test and Live projects.
Alex - 11 Sep 2006 12:35 PM - 3 messages
Hello. Maybe someone can help me. My development computer has: WindowsXP SP2 and MSSQL Server 2000 and IIS 5.0(or 5.1) Our webserver has: Windows2003 SP1 and MSSQL Server 2005 and IIS 6.0 We are storing sessions in MSSQL Server 2005 ...
Score Setting up delay for function call
Aryan - 11 Sep 2006 12:20 PM - 3 messages
Hi,    I have function which creates two xml files,after creation these xml's, I am calling another function which reads these xml files. Now this function is causing exception becuase data has not been read from xml file and stored in using by other control. I am looking out for ...
Score Output DLL
anonymous - 11 Sep 2006 12:48 PM - 4 messages
Sorry for this silly question. Where would I find the DLL /EXE for my WebProject . The bin folder has only reference DLLs . I need this to run my FxCop Thanks ...
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 Going sessionless (and cookie limitations)
Jon Davis - 11 Sep 2006 11:06 AM - 4 messages
Does anyone know of a best practices or common practices article URL for implementing a sessionless web farm while still managing user logins, etc.? I just got hired by a company that told me their web site is sessionless to ...
Score ASP.NET and cache - just want to be sure
SCG - 11 Sep 2006 11:44 AM - 4 messages
Hi, [sorry if this sounds familiar but just want ot be sure] I have had a site running for 6 months now. This morning I started observing the following behaviour pretty much out of the blue: I load a blob of XML into the ASP.NET cache with a timeout of 15 mins, and a ...
Score ASP.NET Cache and memory
SCG - 11 Sep 2006 11:40 AM - 3 messages
Hi, I have had a site running for 6 months now. This morning I started observing the following behaviour pretty much out of the blue: I load a blob of XML into the ASP.NET cache with a timeout of 15 mins, and a ...
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 can I get a bitmap into a WebControl?
Dave Harvey - 10 Sep 2006 9:48 AM - 6 messages
I have developed a standard .NET control which displays medical images and works fine in applications, but increasingly, my customers are wishing to use it in an ASP.NET environment, so I am looking to make a WebControl based equivalent.  [If I'm missing something important, and there is a way to use ...
Score Trouble with databinding
Hayden Kirk - 11 Sep 2006 12:30 AM - 4 messages
Hi, I'm trying to add databinding to the wizard control. Basically a user is entering their email address and I want to validate this to a sql database when the hit next but I cannot get this to work. ...
Score Refering to <asp:> webcontrols
henk - 29 Jul 2006 1:05 PM - 4 messages
Hey, Question, how can i create client-side javascript that refers to a asp.net webcontrol. For example set the focus of a textbox lik this. <asp: TextBox  ID="Textbox1" /> (client side) <script javascript>     Textbox1.focus(); ...
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 Background thread in ASP.net
Avadhoot - 11 Sep 2006 11:22 AM - 4 messages
Hi, I need to create a back ground thread in ASP.Net, but I want it be created only once. Here, let me explain. I have a web application project where the user uploads an excel file. On ce the file is uploaded and stored on the server, I need to create a thread ...
Score Asp.net Dropdownlist selected index in changed
Santosh - 4 Sep 2006 10:23 AM - 6 messages
Dear all , i am writting following code. if(Page.IsPostBack==false)             { try             {                 BindSectionDropDownlist(); ...
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 Best practice : storing objects in session-variables ?
david - 31 Aug 2006 7:32 AM - 10 messages
I have a class with some business-logic and with every roundtrip, I need an instance of this class, so I have to create it, every time again. That doesn't seem very efficient. I thought it would be 'better' to store ...
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 "Page.Clientscript" does not compile in assembly,
Jon Paal - 10 Sep 2006 6:21 PM - 4 messages
"Page.Clientscript" does not compile in assembly, with the error message "Reference to a non-shared member requires an object reference". ... what reference is it looking for ?????? class class1 public sub showimg()   Dim Response As HttpResponse = HttpContext.Current.Response ...
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 [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 asp.net 2.0 disabled=true problems
moshi - 10 Sep 2006 9:08 AM - 4 messages
Hey, I'm working with asp.net 2.0. I make objects (like ddl, textbox...) disabled=true in client side. Then, when I get to the server in post action, these objects lose their value. For example: ddl comes back after postback with the first values in it's ...
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 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 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 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 WAP, VS2005 keeps changing my user control types!!
Tim_Mac - 6 Sep 2006 12:00 PM - 4 messages
hi, i'm using a web application project in VS2005.  i have a User Control Template.ascx in the '~/UserControls' folder with the following signature: public partial class GpTemplate : System.Web.UI.UserControl I have the user control registered in web.config as follows: ...
Score asp to asp.net conversion
John - 10 Sep 2006 2:23 PM - 4 messages
Hi I have a pure asp app which I need to integrate into an asp.net app in terms of the asp.net membership/roles/login that asp.net app uses. I understand there is no way for a pure asp app to share session etc. with asp.net i.e. ...
Score possible to remove Viewstate hidden field?
Stimp - 10 Sep 2006 4:01 PM - 4 messages
Is it possible to prevent the <input type="hidden" name="__VIEWSTATE">  field from being generated in an aspx page? I'm running off Framework 1.1 The field is messing up a process that I need to run, so simply clearing ...
Score asp to asp.net conversion issues
John - 10 Sep 2006 4:29 PM - 3 messages
Hi I am trying to convert my asp app tp asp.net and I have a few issues; 1. I have the following code for a db connection; onn = New ADODB.Connection conn.Open("PROVIDER=SQLOLEDB;DATA SOURCE=mysqlserver;UID=username;PWD=password;DATABASE=mydb") ...
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 Getting value from FormView
BB - 25 Aug 2006 7:50 PM - 9 messages
Hi,      I am using FormView Contol, TextBox (Hidden ) and Submit button whose caption is "View Page" in my aspx page.     Here is what I am tryin to do.When page loads I generate dynamic ...
Score asp with membership/login
John - 10 Sep 2006 6:47 AM - 3 messages
Hi Is it possible to use asp.net membership/login control with pure asp i.e. user logs in using login control and then asp can use it somehow? Is there a code example somewhere? Thanks Regards ...
Score Microsoft Dynamic AX
Seth Bourne - 10 Sep 2006 5:19 PM - 5 messages
I've seen the microsoft product (microsoft dynamic AX). it really impressed me cause it looks like windows form, but it is web form (run on IE). it hidden menubar, toolbar and everything on IE menu, and create the menubar ...
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 Limiting access to fields for web service client
dev - 10 Sep 2006 6:17 AM - 2 messages
Hello, I have a web service that returns an entity (C# class). I  would like to disallow access to some of the members in write access to the WebService clients. Setting them private or protected in the class definition can ...
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 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 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 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 Delayed Code Execution?
Jim in Arizona - 5 Sep 2006 6:23 PM - 6 messages
I realize that by design, web client/server interaction is disconnected.   I'm wondering if there is a way that when a client/server interaction occurs, if there is a way to start a time on the web server which will ...
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 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 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 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 JavaScript or not JavaScript
Mark Rae - 5 Sep 2006 1:49 PM - 37 messages
Hi, Just had an interesting message from someone who was unable to view one of my sites because they have JavaScript turned off, and expecting me to re-write my site so that they could view it... I'm interested in hearing other people's opinions about this. I use ...
Score How to deal with different client resolution?
rockdale - 5 Sep 2006 4:38 PM - 8 messages
Hi, How do you guys deal with the different clinet resolution? For example, you have 800*600, 1024*768 and 1280*1024 on client side. We used to put everything into a table with fixed width (the lowest width of your clients'  resolutions) then put everything inside the ...
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 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 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 Setting cs-username from an ASP.NET site
Sean Carpenter - 3 Aug 2006 5:46 PM - 6 messages
I'm currently in the process of rewriting a site that uses Classic ASP to ASP.NET 2.0.  The old site uses an ISAPI filter to put a custom application-defined value in the cs-username field of the IIS log file. ...
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 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 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 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 Master Page prevents using style sheets?
JT - 5 Sep 2006 8:39 PM - 9 messages
Hi, I have done a fair amount of style editing inline in ASP.  I'm now using VS 2005 with a standard web project (not Web Application Project).  This is my first foray into CSS in a style sheet and also my ...
Score application architecture in asp.net
CaptainDeep - 5 Jul 2006 5:44 PM - 9 messages
Hi all, I have couple of questions about architecting web application using asp.net 1. is ther any performance gain in using c# over vb.net 2. best way to handle transactions in .net? using ado level or COM+ 3. I have looked at MS Data Access Application Block - where you return ...
Score Problem with RaiseCallbackEvent
Chris Cap - 5 Sep 2006 8:32 PM - 9 messages
I am getting some strange behavior when using RaiseCallbackEvent.  I have a form that implements ICallbackEventHandler.  During the client callback, a session variable is set that is used on the following page load.  When debugging through using Visual Studio, everything works fine.  When using ...
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 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 Where in the page lifecycle does validation occur?
Paul - 25 Aug 2006 8:04 AM - 4 messages
Hi all, I don't use auto postbacks on my web site to keep it javascript-free and browser agnostic. Whenever there's a postback to my page I'm using the Page_Load event to use the posted data for database updates. ...
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 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 Remote Debugging Issue
rlrcstr - 31 Aug 2006 6:35 PM - 8 messages
I'm writing an ASP.NET app, using Visual Studio 2003.  VS is running locally on my laptop, but the web app is running on a remote server.  My laptop is not in the domain.  I do have a domain account.  I had no issue creating the web app on the remote server after authenticating with the domain account, but I can't debug.  It complains that I don't have rights.  My domain account is in the administrators group on the remote machine.  I also have a drive mapped to the remote machine under the domain credentials.  Obviously, I'm logged into my machine with local credentials. ...
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 Google Maps & Master Pages
MeerkatInFrance - 11 Aug 2006 3:27 PM - 14 messages
There comes a time when you know you are not going to be able to work something out yourself, however hard you try. I have reached that moment. I have a master page and a slave page (or whatever one calls it) ...
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 Strange parse error calling ASP.Net WebService
Robbert van Geldrop - 1 Sep 2006 3:55 PM - 4 messages
By making a call to a webservice I receive the following error page, we did a complete new build but the error still exist: The installation of the webservice is on an win 2003 standard service pack 1 server. Server Error in '/BackupAgentServices' Application. ...
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 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 SqlCacheDependency and ObjectDataSource
J055 - 30 Aug 2006 5:41 PM - 9 messages
Hi I've been trying out SqlCacheDependency using the ObjectDataSource and SQL Server 2005. It all works quite well with the minimum of configuration, e.g. <asp:ObjectDataSource ID="odsAccounts" runat="server" ... EnableCaching="true" SqlCacheDependency="CommandNotification"> .... </asp:ObjectDataSource> ...
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 3 password in asp.net Login control
Afshar - 5 Sep 2006 9:06 AM - 6 messages
Hi everybody there, I have a special Login page that wants users to enter 3 passwords rather than a single password. But can't do it with Login control. I tried following scenarios: 1. Put an Login in the page and set its Visible = False instead put my ...
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 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 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 CSS examples
Barry - 6 Sep 2006 11:20 AM - 7 messages
Are there any good examples of CSS style sheets to be used with ASP.NET (Visual Studio 2003) on the internet. Note: i have seen the w3school examples, not intrested in them TIA Barry ...
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 GridView - RadioButton for survey, idea needed
Patrik - 6 Sep 2006 3:59 PM - 5 messages
hello, based on a client login I call a GridView that presents the appropriate questionnaire for that person. I added three columns (template fields) to the gridview that are radiobuttons. The client has to choose one radiobutton per row (either YES, NO, or PERHAPS). Yes would have a ...
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 newbie: asp.net 2.0 menu problem
Jeff - 19 Jul 2006 5:20 PM - 5 messages
hey asp.net 2.0 I'm using 2 menus in my webportal project. One menu is the main menu, and a sub-menu shows menu item dependent on what is the selected menu item in main menu. I followed this example on MSDN: ...
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 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 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 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 php5 or asp.net
Jeff - 26 Jun 2006 1:57 AM - 5 messages
Hey I'm about to start developing a website. My problem is that I'm not sure if I should go for php or asp.net. I would prefer asp.net but all I got is the Visual studio 2003 c# standard, (it's not the full version of visual studio, ...
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 IsNumeric
sck10 - 2 Sep 2006 12:31 AM - 13 messages
Hello, I am trying to determine if a value is NOT numeric in C#.  How do you test for "Not IsNumeric"? protected void fvFunding_ItemInserting_Validate(object sender, FormViewInsertEventArgs e)   if (e.NewValues["Funding"] != "" && Not IsNumeric(e.NewValues["Funding"])) ...

Developed using NextGeneration, the .NET Code Generator Try AdSense Reporter, the charting tool for AdSense publishers