Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Profile and Data. Please, Need Urgent Help/Advice. Thank You Very Much.
Miguel Dias Moura - 28 Jan 2006 11:01 PM - 1 message
Hello, I am working on an Asp.Net 2.0 / SQL 2005 web site. I am using profile to save the users info on the database. For example, I have the following structure:    Public Structure Name      Public First As String ...
Score URGENT & TRICKY: code for membership/profile fails when published to webserver
VB Programmer - 28 Jan 2006 11:01 PM - 9 messages
I would appreciate your assistance on this ASP.NET 2.0 site.... This is the wierd problem: While accessing the built in .NET functions for 'profiling' or 'membership' an error is generated (see following 2 examples): ---- EXAMPLE 1 -------- OK --> Dim p As New ProfileCommon ...
Score VS2003 ASP.NET solution conversion to VS2005 ASP.NET
Bob - 28 Jan 2006 10:05 PM - 3 messages
I've got an ASP.NET solution with one web project and 4 class libraries that was developed using VS2005 Enterprise Edition. When I open the solution in VS2005 Professional Edition, it starts the conversion wizard and only attempts to convert my web project, ignoring my ...
Score Multiple Page_Load events firing
gellis99 - 28 Jan 2006 8:34 PM - 4 messages
I've searched several discussions on this topic and haven't been able to resolve my issue.  I have a function I call within the page_load event of a page.  This function makes a call to the database to ...
Score Deploying ASP.NET 2.0 web app
Vi - 28 Jan 2006 8:19 PM - 2 messages
Hi, I read somewhere that you can deploy an ASP.NET 2.0 web app just like an ASP.NET 1.1 app, having the original aspx files on the production web server for easier editing of the HTML code. But I can't find how to do it. Does ...
Score Freelance MSI Developer Available
JamieB - 28 Jan 2006 8:10 PM - 3 messages
Freelance MSI Developer Available 6+ Yrs experience developing installations using a wide variety of tools (Wise, Installshield, Orca, INNOSetup etc) No job too small/large Quick Turnaround Based in the UK but willing to work purely over the internet, payment via paypal accepted. ...
Score pattern for displaying tabular data
t - 28 Jan 2006 7:19 PM - 4 messages
Hi, I have the following problem. The web-based software I am to create is going to display tabular data. Lots of data so I need some pagging mechanism. I thought about creating three classes: GridView (displayng tabular data), PaggingControl (displaying [Previous] and [Next] buttons) and DataSource (for ...
Score prevent ascii conversion
Jon Paal - 28 Jan 2006 7:14 PM - 1 message
text entered as ascii in a text box as "•" is converted to "•" how do I stop the conversion of the ampersand ? ...
Score Printing from web form without print dialog.
John Peterson - 28 Jan 2006 6:25 PM - 4 messages
Hello all! I'm at my wits end trying to search for what I assumed to be a relatively straightforward task.  I have a Web application written in C#, and I have a button on the form that I want to print the current contents of the browser ...
Score Re: Cannot create webapplications
Tuco - 28 Jan 2006 6:06 PM - 1 message
Hi there! I know this is an old topic, but I've been struggling against this bug for 2 days and I finally get it to work!!! Yeaaahhhh!!! The solution was, among many things I've done (directory permission, installing and uninstalling: IIS, VS2003, Front Page, ..., debugging with Filemon, ...), *getting the fp4awec.dll to work*! I've tryied the regsvr32, but with no success... Since I've cleaned my registry (with Registry Mechanic), I think wrong stuff was gone... And when I tryied again to register the fp4awec.dll, it *WORKED*! The last step was running the aspnet_regiis -i and GOTCHA, VS2003 created my project!! ...
Score Profiles in ASP.NET 2.0
VDevelopment - 28 Jan 2006 5:45 PM - 1 message
Hello. Imagine a web site where a user type Administrator has been authenticated (he is currently inside the web, authenticated). In a page he, like an administrator he is, he can set up new users. In that page there is a ...
Score EnableViewState
JohnZing - 28 Jan 2006 3:17 PM - 4 messages
I Have EnableViewState="false" in the top of my page has you can see below <%@ Page Language="VB"  EnableViewState="false" MasterPageFile="~/MasterPage.master" AutoEventWireup="false...... I have the EnableViewState="False" in the control tag <asp:TextBox id="txtMsg" runat="server" MaxLength="300" Rows="4" ...
Score Submit command?
Oded Dror - 28 Jan 2006 2:40 PM - 2 messages
Hi there, I'm using VWD 2005 Express with MS Access data source ( northwind employees table FirstName and LastName only) I created a form with two input box FirstName and LastName and one Submit button My question is how to make this button on click event to submit a new ...
Score Accessing _Default page from a child derived from UserControl (Express 2005)
RKT - 28 Jan 2006 1:53 PM - 3 messages
(Web Developer Express 2005, CSharp, C#) I've searched high and low... If have the typical _Default page. In it is a MultiView that contains another MultiView - in both of those are Views containing my specialized UserControls. In any of those views, I need to acess the _Default page (parent, several ...
Score Folder Selection
barry - 28 Jan 2006 1:08 PM - 2 messages
Hi HtmlInputFile control allow selection of one file at a time on the client-side. Is there any control or some way to select a FOLDER on the client-side. TIA Barry ...
Score Question about ChangePassword control
Evgeny - 28 Jan 2006 12:06 PM - 3 messages
Hello, I use in ChangePassword web control. The control is connected with a Membership provider that I also has defined. Particularly, there is such property in the provider: MinRequiredPasswordLength As far as I understood this property should control automatically length of ...
Score Session Timeout
close browser without Logout - 28 Jan 2006 9:10 AM - 3 messages
Hi, Im facing a problem of session timeout. Session is getting timedout before the actual time set for the timeout. What may be the reasons. Im also using @output catche directive in pages ...... ...
Score Clearing the cached data adapters...
dimpy - 28 Jan 2006 9:09 AM - 1 message
Hi everyone, I am using some big size data adapters to fill datasets to be sent to a web service. Now every time i get an error in datatype or constraints violations while filling the dataset, I make changes to my data ...
Score Underlying connection closed error when consuming webservice from.
Matthew B. Lehrman - 28 Jan 2006 6:26 AM - 1 message
I've googled all over the place trying to get answer to this question and some things have come close, but nothing quite. Asp.NET 1.1, Visual Studio 2003 I am writing Visual Basic apps. I can create a windows form that can consume ...
Score xmlhttp server side object assignment
CsaaGuy - 28 Jan 2006 5:50 AM - 4 messages
I have a general question. There is a javascript object called xmlhttp that can be used to callback into you webpage and run server side code without a postback (submit). I have got this to work just fine and it's ...
Score New 2.0 install problem
Chase - 28 Jan 2006 3:01 AM - 1 message
I just got access to a newly imaged Server 2003 Standard edition machine.  I installed the .NET 2.0 framework on it and went through the Configure Your Server wizards to make this an application server with asp.net. ...
Score Microsoft .NET Framework Version vs. ASP.NET Version
Shadow Lynx - 28 Jan 2006 2:25 AM - 4 messages
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I understand that the ASP.Net version is the version of ASP.Net that ...
Score Possible Bug In the Calendar Control on web forms.
Mariano Padilla - 28 Jan 2006 12:20 AM - 3 messages
The calendar control only has the event of SelectionChanged to detect if the user clicks on the calendar.  I have 2 calendars on a form, one for arrival date one for departure date.  Every time a use clicks on the calendars, the ...
Score control scope problem
nate - 27 Jan 2006 11:36 PM - 1 message
the error returned is this: Server Error in '/AnnAccRpt' Application. -------------------------------------------------------------------------------- Could not find control 'DropDownList1' in ControlParameter 'DropDownList1'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about ...
Score set default schema on connection string
Nalaka - 27 Jan 2006 11:04 PM - 2 messages
Hi, We have a aps.net 2.0 web application and sqlserver 2005. We keep the connection string in the web.config file. We need to set the for the web application... so we do not have to hard code the default schema in every call. ...
Score Avoiding @Register, cannot instantiate controls registered in web.config (2.0)
richard.tallent - 27 Jan 2006 10:32 PM - 6 messages
I'm fond of web controls in ASP.NET, but the need for <@ Register%> blocks at the top of each page is a pain. ASP.NET 2.0 has a way to centrally register controls in the web.config ...
Score asp?
Coach - 27 Jan 2006 10:12 PM - 5 messages
hi not sure if i am in the correct newsgroup, sure someone will place me in the right direction if not. I ahve a little vb6 knowlege and i will probbly look at .net for this and needed some help ...
Score Caching objects
Joel Barsotti - 27 Jan 2006 9:44 PM - 3 messages
My website has different products and I've developed a nice little object oreinted class library for them.  I then use the objects for products and such on many different pages.  Especially with some products inheriting from other objects and many of them needing to access the database to initialize ...
Score Problem with cell width (100%)
Hiwj - 27 Jan 2006 9:33 PM - 5 messages
I am having a problem with a cell in a table in ASP.NET which used to work OK in classic ASP. I have one cell in a row where the width should be 22 pixels and the other cell should take up the remainder of the width available. In ...
Score Daily Calendar control
guy - 27 Jan 2006 9:24 PM - 2 messages
hi I am looking for  Daily calendar control for my ASP.net project. (c#) Where can i download it?? (prefereble ,for free...) The daily calendar or diary suppose to look like the daily task scheduler in OUTLOOK. My project deals with task scheduling, and i have my own task object ... ...
Score question on .net calendar control
Paul - 27 Jan 2006 9:12 PM - 4 messages
Hi, I have a calendar control for a .net web application and was wondering if it is possible to change the appearance of some of these days when the page loads?  The application loads date information of available dates and would ...
Score conversion from type 'DBNull' to type 'float' is not valid
ibiza - 27 Jan 2006 8:51 PM - 3 messages
Hi all, I'm using a business logic layer as described in this source code : [link]\App_Code\AuthorsComponent.cs&lang=C%23+Source ...
Score declaritive or code behind eventhandler assignment?
Phil - 27 Jan 2006 8:38 PM - 3 messages
Is it better to assign eventhandlers in codebehind: this.Button1.Click += new EventHandler(Button1_Click); or delcaritive: <asp:button id="Button1" runat="server" onclick="Button1_Click" text="Button" /> Or does it matter either way; and if so, why?.  I've been doing it in ...
Score How to do onmouseover/onmouseout events on asp.net button
Rob Roberts - 27 Jan 2006 8:26 PM - 4 messages
I'm using .NET 2.0 and C# on a web site, and I'm trying to use the onmouseover and onmouseout events to do a rollover effect on an asp.net button.  I've tried manually adding the events to the asp:button tag.  The ...
Score How Does It Work In 2005?
Jim Heavey - 27 Jan 2006 8:15 PM - 4 messages
I was using VS 2003 and I installed VS 2005.  It appears that VS 2005 installs it's own web server.  Does this mean I no longer need IIS (Win XP Pro version) on my machine?  Should I uninstall the new Web server and go ...
Score ReportViewer - 3rd Party Web Hosting - Deploying .DLL Files
strazz - 27 Jan 2006 7:57 PM - 1 message
A very reputable 3rd party web host will not install deploy this control to the GAC, they told me they have to do all of this testing, etc. so it's going to be a while.  My question is, can I copy the .dll files to the /bin of My ...
Score Using two stored procs instead of two queries?
Roy - 27 Jan 2006 7:51 PM - 3 messages
Hey all, Here's a small VB codeblock that connects to a database and uses 2 SQL queries then forms a relation for a master/detail view on the aspx side: Private Sub Binddata(ByVal name As String) Dim myconn As New ...
Score Include page - not a user control
PCK - 27 Jan 2006 7:35 PM - 3 messages
I have a web page that will have a header.  This page will be used by many clients each who will want their own custom header.  My web page is hosted on my server.  Each client has their own server. ...
Score Is server cache reloaded everytime when web.config changes?
WebMatrix - 27 Jan 2006 7:16 PM - 2 messages
Hello, My web app is reading data from web.config and cache it right away. I was testing it on production server, but I noticied that every time I change ..config file it reads new data, rather then pulling it from cache. Is it by ...
Score Publish Website - Any way to remember URL? (multi post by accident)
HTML - 27 Jan 2006 7:16 PM - 3 messages
Hi, When I publish a web site with VS.Net 2005 it always asks for the URL under Target Location.  Is there a setting I can check to have VS.Net 2005 remember my last entry?  Thanks! P.S.  The multi post was an accident, I forgot to include this group in my ...
Score DataTable (or CSV) into Binary Data
stockblaster - 27 Jan 2006 7:13 PM - 2 messages
Hello all.. Is it possible to convert a DataTable (i create the DataTable from a CSV file) into binary data and save it into an sql 2005 table (into binary field). After that I want to have the ability to add a row to the beginning of ...
Score How to maintain affinity in webgarden (multi CPU)?
SevDer - 27 Jan 2006 7:07 PM - 2 messages
Hi, I would like to know, if it is possible to maintain affinity by having a webgarden for our ASP.NET application in multi CPU server? And of course if possible without or minimal code change :) Thanks in advance, ...
Score question about ActiveX and Java Applet within Web Broswer
david - 27 Jan 2006 6:55 PM - 2 messages
I have the following question about them and need your help. 1. Can ActiveX control open a socket in client machine to connect to a third machine other than web server? 2. Can ActiveX control invoke a client side application? I remember it can ...
Score asp.net 2.0 master pages
Jon Spivey - 27 Jan 2006 6:54 PM - 3 messages
Hi, Using VS 2005/VB.net. I need to add a meta description tag and change a stylesheet link from a page based on a master page. Found this article [link] ...
Score Do you have to rename ASPNETDB.MDF for ASP.NET 2.0 Web Hosters?
VB Programmer - 27 Jan 2006 6:41 PM - 6 messages
My web hoster says that I have to rename my ASPNETDB.MDF SqlExpress db for my 2.0 site to work.  Is this accurate? If so, how can I rename it without breaking anything on my site? FYI: This is the error I'm getting after I publish my site to their ...
Score web forms flow
c676228 - 27 Jan 2006 6:31 PM - 16 messages
Hi all, In traditional asp form, there is an action field in a form, any time the page is valid, after click the submit button, the next page comes up based on the value in the action field. In asp.net, in the sumit_click sub, after validating the all the fields in a ...
Score Creating_a_DotNetNuke=AE_Module_For_absolute_beginners!
adefwebserver - 27 Jan 2006 6:21 PM - 1 message
[link] I used a "Guest Book" as an example because it covers most of the functions you need in a module, "Select", "Delete", "Update", and "Insert". The tutorial shows you how to bind a Grid View to a data source using ...
Score How to/Help: Creating a Tabular Display in ASP.NET Page
tolaskram - 27 Jan 2006 6:11 PM - 2 messages
We're developing an ASP.NET 2.0 (C#) application that needs to display array data in a tabular format.  Some might say "simply use the GridView control," which might work for us.  But, we have a couple of specific things that the ...
Score Session.Abandon()
Mike McDonald - 27 Jan 2006 6:10 PM - 2 messages
I am trying to free up some memory by forcing a session.clear and a session.abandon.  When I startup the application, it starts at about 80,000 KB of memory in the aspnet_wp.exe.   I am able to load a huge data table into ...
Score Weird Compile Errors Continues
Andy Sutorius via DotNetMonster.com - 27 Jan 2006 6:04 PM - 2 messages
I am getting this error when I compile a VS2005 web project: The name 'dgdANSI835' does not exist in the current context. This web project has been compiling fine. All of a sudden the code behind cant see the datagrid. The ...
Score Weird Compile Error
Andy Sutorius via DotNetMonster.com - 27 Jan 2006 5:07 PM - 2 messages
When I compile my VS2005 website I get this weird compile error. The line it points to a constructor for a class that is used throughout the website. Even more bizarre when I click on the underlined method (WebUser) VS2005 opens up ...
Score Can't run ASP.NET 2.0 App
Mike Robbins - 27 Jan 2006 4:53 PM - 3 messages
Just installed Visual Studio .NET 2005. Created a new Web App. Added nothing to default.aspx and simply tried to run it. Got an error. The XML Page cannot be displayed Invalid at the top level of the document Error processing resource 'http://localhost:3795/Website2/Default.aspx' ...
Score Hyperlink in a Gridview
Arne - 27 Jan 2006 4:51 PM - 2 messages
Ho do I put a hyperlink in a Gridview? ...
Score Help Pls - declarative data binding
Bill44077 - 27 Jan 2006 4:47 PM - 5 messages
Hi, I am trying to do something like this in html: <% if(user.isBrowseActive()) { %><td nowrap="nowrap" class="browse"><a href="swzBrowse">Browse</a></td><%}%> except I want to replace the user.isBrowseActive() with a declarative ...
Score New IIS setup for Source Code with 1.1.4322 Framework
BookerW - 27 Jan 2006 4:23 PM - 2 messages
Ok, I am about to install IIS, but I wanted some guidance.  I noticed that out of the box, my W2k3 server box has a folder in the microsoft.net framework directory for ver 1.1.4322.   When I go through the IIS setup, I ...
Score form posting
VJ - 27 Jan 2006 3:58 PM - 2 messages
I have: page one <form runat=server> <asp:TextBox ID="fTime" runat="server" Visible="true" Text='<%# DataBinder.Eval(Container.DataItem, "fTime", "{0:h:mm tt}")%>'/> <asp:Button ID="Purchase" runat=server Text="buy" Heigh="3mm" ...
Score DateTime not serialized as ISO8601 if initialized from MySQL datetime
rlaemmler - 27 Jan 2006 3:50 PM - 1 message
Hi, I just migrated my web app to .NET 2.0. Part of the app creates some business objects from a MySQL query which is returned by a web service. Some of those objects contain DateTime properties. Using .NET 1.1 soap ...
Score ASP.NET 2.0 Login control
Glen - 27 Jan 2006 3:47 PM - 6 messages
Does anybody know a way to make the button on the Login control be the default button on the page?  I have a master page with an ImageButton and a content page with a Login control.  When I enter the id and password and ...
Score user control caching
fernandezr - 27 Jan 2006 3:46 PM - 4 messages
I have a navigation user control built using a sqlsitemap in our site's master page.  After a user logs in the control doesn't refresh the data in the leftside navigation links.  I found I can force it to refresh if ...
Score Figuring out which form button was pressed
darrel - 27 Jan 2006 3:22 PM - 20 messages
On my vb.net page, I have 4 sets of inputs + form  buttons. example: Search: [___________] (GO) Zip: [____________] (GO) County: [select a county | \/ ] (GO) County: [select a building | \/ ] (GO) The problem is if I go to the page, type in a zip code, and hit enter. ...
Score ASP.NET 2.0 Databind during Client Callback
jslaybaugh - 27 Jan 2006 3:17 PM - 3 messages
I am trying to bind to a GridView or DetailsView after a callback using the ClientCallback Manager in the new .NET 2.0 framework.  See below for the HTML followed by the VB code: <html xmlns="http://www.w3.org/1999/xhtml" > ...
Score dll getting locked in referencing project's bin
TS - 27 Jan 2006 3:12 PM - 5 messages
in my web project's bin folder, the dll, that comes from a project reference of a class library in same solution, can't be deleted. it says it has a sharing violation. i also cannot delete the .projdata file in the class ...
Score Error: Validation of viewstate MAC failed
Sergej Grickov - 27 Jan 2006 3:10 PM - 4 messages
Hello, all! I started to develop my application with ASP.Net 2.0 and got the strange behavior with pages, where user change any form control (i.e. checkbox, button, etc.). Ex.: when I clicked on button - page is not submit (postback); ...
Score How to create a treeview like this?
staeri - 27 Jan 2006 2:55 PM - 2 messages
I want to have a treeview 2.0 look like this: Selection 1 Selection 2 Selection 3    - subselection 3.1    - subselection 3.2    - subselection 3.3 I can't figure out who to do. I'm grateful for help! ...
Score Change Control Access Modifers in ASP.NET 2.0
Nuno - 27 Jan 2006 2:54 PM - 3 messages
How can i change the access modifier of a control from protected to public if the designer code is not visible to the developer? I tryed declaring it on the page but it throws a compile error saying that the control has already ...
Score <asp:ListItem> in v2
Mark Rae - 27 Jan 2006 2:51 PM - 6 messages
Hi, Has the <asp:DropDownList> - <asp:ListItem> functionality changed in v2? In v1.1, the following works as expected: <asp:DropDownList ID="cmbStatus" Runat=server EnableViewState=False>     <asp:ListItem Value=0>&nbsp;</asp:ListItem> ...
Score Beginner questions
Chris - 27 Jan 2006 2:50 PM - 3 messages
Hi all, I've recently started learning ASP.Net and have a few questions mostly regarding best practice. As postback uses JS is it normal practice to check if the browser supports/has JS enabled to ensure the site functions correctly? I know the ...
Score Embedded Windows Controls
poppy - 27 Jan 2006 2:40 PM - 1 message
Is it possible to get 2 windows forms controls, embedded on a webpage with the <object> tags to communicate/raise events in eachother ? I know that on the client side you can set a property in a windows control ...
Score Possible to paginate/sort datalist in ASP.NET 2.0?
VB Programmer - 27 Jan 2006 2:39 PM - 2 messages
Is it possible to paginate or sort a datalist in ASP.NET 2.0 easily (as it is with the amazing datagrid)? Thanks! ...
Score Bind nested datalist to objectdatasource
Phil - 27 Jan 2006 2:22 PM - 3 messages
I have a datalist (DataList1)... with an itemtemplate... then a table - server side (Table1)... then another datalist (DataList2)... another itemtemplate... another table - server side (Table2) DataList1 is bound to an objectdatasource (ObjectDataSource1), and has a datakey (CategoryId).  I want to bind DataList2 to another objectdatasource ...
Score Can not clear the cookie form another application
ad - 27 Jan 2006 2:10 PM - 10 messages
I use the codes below to clear  the  cookie["us_id"]:         HttpCookie myCookie = new HttpCookie("us_id");         myCookie.Expires = DateTime.Now.AddDays(-1d);         Response.Cookies.Add(myCookie); ...
Score where is debug/release toolbar
VB Programmer - 27 Jan 2006 2:01 PM - 4 messages
In VS2005 I can't seem to be the configuration toolbar that has the debug/release dropdown. Anyone know where this is? Thanks! ...
Score case studies on caching in asp.net 2.0
Vikram - 27 Jan 2006 1:59 PM - 1 message
is there any good case studies on new asp.net features like cache profiles,post subs caching etc ...
Score IsPostBack
Alex C. Barberi - 27 Jan 2006 1:08 PM - 6 messages
Why does the page "post back" in ASP.NET? What is this for? ...
Score how to reset a control to pre-viewstate state
Andy Fish - 27 Jan 2006 1:06 PM - 2 messages
Hi, Given a control on a form with viewstate enabled, is there any way to reset the control to it's default values (i.e. undo any viewstate settings). I guess I could disable viewstate programmatically and then do a ...
Score ViewState
Alex C. Barberi - 27 Jan 2006 1:06 PM - 5 messages
I saw this code (ASP.NET/VB.NET): ViewState("strSite") = strSite ViewState("strCaseMgr") = strCaseMgr What is this ViewState? ...
Score CheckboxList problem
Jeppe Jespersen - 27 Jan 2006 12:48 PM - 2 messages
Checkout a little 3-minuter video i made, illustrating my problem. [link] Any ideas? Jeppe ...
Score What is different between Request.Cookie and Response.Cookie
ad - 27 Jan 2006 12:24 PM - 3 messages
What is different between Request.Cookie and Response.Cookie? Are they independent? ...
Score Simple asp.net programing question
Support - 27 Jan 2006 12:22 PM - 6 messages
Hello: I have the following code that currently needs to go in every page. QUESTION 1)  Can Page_Preinit go somewhere else more global like Global.asax so that I dont have to copy this code in every page QUESTION 2) How can I externalize this code, ie, can I create a class ?... ...
Score IFRAME and transparency problem
purkka - 27 Jan 2006 12:05 PM - 3 messages
Hi I have IFRAME on a main page having a background picture (bg.gif).  A page of the IFRAME does NOT have background picture, only white bgcolor. FireFox:  I can see the main page's background picture in iframe ...
Score Force ASP.NET shadow directory to update?
Oenone - 27 Jan 2006 11:31 AM - 3 messages
I have an application which loads plugin DLLs from various directories on the local disk. To avoid problems with the DLLs being locked by IIS, I have modified my code so that it copies the DLLs to the /bin/ directory if it ...
Score Databindings property - I want to disable true values rather than false values
Steve - 27 Jan 2006 11:26 AM - 5 messages
As you know there is a databindings property 'Enabled' for fields in the gridview. In the custom binding section I have used the expression: Eval("myfield").  'myfield' is a boolean field I have in my database. This (obviously) leads to all 'False' fields being disabled and 'True' ...
Score I need to make me a specification list for outsourcing purposes, please help..
Edwin Knoppert - 27 Jan 2006 10:29 AM - 4 messages
For near future specifications to place our ASP.NET software on a server not being ours i have to ask you a few rather simple questions. It's for professional use. We would not like to intervene with the installation that much, a simple ...
Score Validators and client side script
Mike Surcouf - 27 Jan 2006 10:20 AM - 4 messages
Hi I have some regex validators on my page set to dynamic and like the way they appear after you tab out of a field and also when you try to postback the form. All OK so far When I register for the client side event of a textbox using ... ...
Score IIS Hell
CharlesA - 27 Jan 2006 10:17 AM - 4 messages
ok folks, I'm standing on the ledge here. I'm running XP pro (service pack 1) in a corporate setting with a domain logon that has local admin rights to the machine I'm using my machine was rebuilt yesterday with a plain XP pro Os and all the hotfixes ...
Score Help on sizing datalist ??
serge calderara - 27 Jan 2006 10:06 AM - 2 messages
Dear all, What is the best way to properly size a datalist  item template in order that any datatype fiits properly in ? I have 5 columns inmy template, but could nit find proper rules for dimension it properly. How to use percent or pixel ? ...
Score READING EMAILS
Savas Ates - 27 Jan 2006 9:03 AM - 14 messages
How can i read email files by using vb.net. Any referance web site or code sample? ...
Score Help: grid Paging trouble ???
serge calderara - 27 Jan 2006 8:00 AM - 8 messages
Dear all I have a datagrid on which I have impement paging I set proper properties for the grid and add following code in dbGrid_PageIndexChanged event:         dbGrid.CurrentPageIndex = e.NewPageIndex         dbGrid.DataSource = ds.Tables(0) ...
Score How to add FormsAuthenticationTicket to URL
ad - 27 Jan 2006 7:18 AM - 2 messages
The codes below is copy from msdn about FormsAuthenticationTicket. It add FormsAuthenticationTicket to cookie. How can I add the FormsAuthenticationTicket to URL not to Cookie? ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////    if (Membership.ValidateUser(username, password))     {       string userData = "ApplicationSpecific data for this user."; ...
Score Page displaying source
ramendra - 27 Jan 2006 7:03 AM - 3 messages
Hello everybody, I am having a problem specific to one machine that when i am trying to display a page that contains image it shows the source code instead of the rendered page. Dont know what the problem is ? Maybe some browser settings or ...
Score Firefox Rendering Problems
Brad - 27 Jan 2006 6:58 AM - 13 messages
Does anyone have any other solutions to the Firefox rendering problems with ASP.NET? I've tried the <browsercaps> web.config trick.  It didn't work.  Am I overlooking something else? Thanks! ...
Score WIERD: Cant change webconfig in 2.0?
VB Programmer - 27 Jan 2006 4:58 AM - 3 messages
I used to be able to change minor settings in my web.config file when it was on the web server, such as <appSettings> elements.  In ASP.NET 2.0 I noticed that there is a web.config AND a PrecompiledApp.config file.  So, how can I ...
Score DB_SEC_E_AUTH_FAILED(0x80040E4D
mkhmer - 27 Jan 2006 4:55 AM - 3 messages
If anybody know how to fix the error "DB_SEC_E_AUTH_FAILED(0x80040E4D)" ??? I store the VB.Net connection string in the session variable and should be expired with 20mn, but this error mostly appear faster than 20mn. You help is appreciated. Thanks, ...
Score How easily update 2.0 website?
VB Programmer - 27 Jan 2006 4:43 AM - 2 messages
In 1.1 if I made a simple code change I would just copy the dll in the bin folder to the website and that's it.  If I make a simple code change in 2.0 what file(s) would I need to copy to the web server? ...
Score Calendar daily page
schapopa - 27 Jan 2006 4:10 AM - 1 message
Hi, I am trying to create calendar control something like Yahoo Calendar. I am not really sure how to start that. Would that be better to use datagrid, datalist or just tables for that purpose. I been searching web for some hints but not much luck. ...
Score Logging when user logs on - ASPNET 2.0
Alain Hogue - 27 Jan 2006 3:45 AM - 1 message
I need a way to record when a user log on to my website, even if he returns eventually and he had set the "Remember me" form cookie. I basically want to known when someone actually use my application and when. I also want to have ...
Score Calendar daily page
schapopa - 27 Jan 2006 3:40 AM - 1 message
Hi, I am trying to create calendar control something like Yahoo Calendar. I am not really sure how to start that. Would that be better to use datagrid, datalist or just tables for that purpose. I been searching web for some hints but not much luck. ...
Score Event Handling Structure
mkhmer - 27 Jan 2006 2:56 AM - 3 messages
May anyone give me the URL or explaint me some about how ASP.net handling all the event provided? I mean the event handling life cycle, step by step. I'm appreciate your kindly help. MKhmer ...
Score 20000 List Items
Peter - 27 Jan 2006 2:50 AM - 4 messages
I have 20000 Items (LastName, FirstName) I need to display in a DropDown box, but it takes a while to load them after every postback. What would be the best way to allow user to view these 20000 items without ...
Score asp to asp.net + binary stream => performace issues
David Purton - 27 Jan 2006 2:10 AM - 1 message
Hi, I have some ASP code to stream a binary file. It works well and looks something like the original ASP code shown below. I'm experimenting in creating ZIP files on the fly and am trying to come up with good ways of streaming binary files using ASP.NET, but I'm ...