Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > march 2006 > threads for monday march 13

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

about custom component in ASP.net with VB.net
Posted by pepwelcome NO[at]SPAM yahoo.com.cn at 3/13/2006 10:54:57 PM
Hi, here is a question about custom components. ==== Before I learn ASP.net I program with ASP and VBscript, and I write codes like this: "<script language=vbscript src="usercheck.vb">" and so I can user the .vb file again and again. I really want to know what to do in ASP.net, or if it is t...more >>

Save File Dialog
Posted by Jonny at 3/13/2006 9:52:07 PM
Hello Group How do I open a Save File Dialog from an ASPX page behind a browse button? Any help would be fantastic!! I am using ASP.NET 1.1 using VB.NET as the coding language TIA ...more >>

Cross-browser compatibility of Asp.net 2.0
Posted by dejavue82 NO[at]SPAM yahoo.com at 3/13/2006 9:38:34 PM
Dear Asp.net users, I have seen some people comment that their asp.net websites render differently with various web browsers. Are they doing somthing wrong? In particilar, 1) I am wondering how cross-browser compatible the client code is the asp.net 2.0 generates. 2) Are there server c...more >>

ajax postback causing Page reload after normal events life cycle
Posted by Louis-Philippe Dumoulin at 3/13/2006 8:07:27 PM
Hi, I have the following problem in asp 1.1. On my web page, when I click on a menu, a postback is generated. On the post back, I create dynamically with LoadControl a WebGrid (from InterSoft) that I want to display back. And it works. But this grid generate “asynchronous postbacks” ...more >>

Theme + asp:menu + ImageUrl = Help
Posted by Ben at 3/13/2006 7:55:28 PM
Hi, I'm using images in my menu control. I have my menu setup based on this example: http://msdn2.microsoft.com/en-US/library/system.web.ui.webcontrols.menuitembinding.imageurlfield(VS.80).aspx I have a theme and right now, the theme structure looks like... App_Themes --Authenticated --...more >>

Changing pages
Posted by BobLaughland at 3/13/2006 6:37:19 PM
Hi There, I am creating an ASP .NET 2.0 c# web site. Just wondering how I can best view a log file on my web site. (using an admin web page that only I can see - I have all the security sorted for that). I have a text file called 'EventLog.log', and I want to create a page to display it'...more >>

CMS advice
Posted by John Goodfellow at 3/13/2006 6:26:42 PM
I'm trying to find a .NET-centric alternative to the Plone CMS package. For those not familiar, Plone is an open source CMS built on the Zope application server which is built on Python. I'm the developer, trying to weasel out of learning the very large and complex Zope system. Criteria w...more >>

Control class has no text property in webcontrols?
Posted by Tim_k at 3/13/2006 5:47:12 PM
Does anyone know how to set the text property for a control that is loaded into the Control class in a web form? The text property exists for Windows forms but not for web pages? I'd like to set the control.text property as below. Thanks, Tim foreach (Control ctrl in MultiView1.Views[...more >>



Where can I find information on Ajax?
Posted by Miguel Dias Moura at 3/13/2006 5:39:20 PM
Hello, I am using Asp.Net 2.0 and I would like to use Ajax to make changes in sections of my pages. Where can I find information on ajax? Should I use some kind of Ajax control? Thanks, Miguel ...more >>

ASP .NET 2.0
Posted by Lou Civitella at 3/13/2006 4:45:55 PM
I am trying to run a local web site on a clients computer. Created the new web site in IIS and set the ASP .Net version to 2.0. When I try to access the web site using http://localhost:9999 I get a web page with this on it. 'Server Application Unavailable' I looked at the event log and these...more >>

Javascript code inside a table cell....
Posted by Pete Smith at 3/13/2006 4:40:36 PM
I am making the animated text inside the table cell data. The animation is done using Javascript. Here is the code looks like.. <table><tr><td><script>Java Script code which does animation of text</script></td></tr></table> Animation code written in Java script runs to several lines. This...more >>

Can ClickOnce Deployment be used with WebApplication
Posted by ad at 3/13/2006 4:20:47 PM
Can we use ClickOnce Deployment to deploy Web Applicaiton? ...more >>

Read CSS in VB.net code
Posted by steve at 3/13/2006 4:01:46 PM
Is there an object that I can instantiate to read a CSS? We have some webpages that we build dynamically in VB.net code and apply such things as color, background color, font etc. to directly in the code. I would like to be able to read a CSS and pull out what I need from that. Is there a way ...more >>

render textfile
Posted by Alexander Widera at 3/13/2006 3:45:03 PM
Hi, how can i render a (text-)file with asp-serverside-tags (and html-tags)? I want to load this file in my page and render it. thanks a lot, alex ...more >>

URL hardcoded
Posted by Scotchy at 3/13/2006 2:59:05 PM
Hi all, Im a newbie to ASP.NET [Oh no not another one :-) ] I have image buttons , logos etc on my APSX pages and the images are located at pecific URL on our Development server. Now when I get around to deploying this app to TEST and then to PROD I will need to change these URL's to point...more >>

Difference between MessageBoards and Forums
Posted by deepuk75 NO[at]SPAM yahoo.com at 3/13/2006 2:58:38 PM
Can someone explain to me what is the difference between a messageboard and forum. Can they be used interchangeably. Or Is a Forum part of a messageboard or vice versa ? I want to understand the parent child relationship. Is it MessageBoard->Forums->Categories->Topics Or Forums->Categories-...more >>

DbDataRecord Cast Error!
Posted by Adam J Knight at 3/13/2006 2:13:02 PM
Hi all, I am gettting the following error with this line of code: DbDataRecord test = (DbDataRecord)e.Item.DataItem; System.InvalidCastException: Specified cast is not valid. It is happening during a datagrid item bound event. The datagrids datasource consists of a DataView. Any thou...more >>

Code question
Posted by TCB at 3/13/2006 2:08:13 PM
I have coded a page something like this (this page contains a Wizard control): Private shared p_MyInt as Integer Sub Page_Load(.....) If Not(me.ispostback) then p_MyInt = Request.QueryString("SomeInt") End If .... some other stuff End Sub At the end of the wizard.... Sub SaveD...more >>

Iframes, .NET 2, and why I may need a vacation
Posted by CGW at 3/13/2006 1:40:30 PM
We're migrating to a new server (I hate lease expirations!), and our Net Admin set up the new one before leaving for Colorado on Spring Break. My assignment was to bring the website over. On our website, we use IFrames to host legacy ASP pages. That feature no longer works on the new system, ...more >>

Creating Users Manually
Posted by BobLaughland at 3/13/2006 1:11:55 PM
Hi There, I am creating an ASP .NET 2.0 web page using c#. I am using the 'CreateUserWizard' control to add users to my site. Just wondering whether there is a programatic way to do this. E.G. I want to create a spreadsheet with 50 users details on it, and then want to load that in and cr...more >>

Inserting Record Problem
Posted by thebison at 3/13/2006 1:09:00 PM
Hi all, I hope someone can help with this relatively simple problem. I am building a timesheet application using ASP.NET C# with Visual Studio 2003.As it is only a protoype application, my database has been made in MSDE. I have a 'Create Resource' page where new employees are added to the ...more >>

UserControl and Postback
Posted by supvine NO[at]SPAM gmail.com at 3/13/2006 12:48:13 PM
Hello, I am developing a webpage (in .net 2003) that requires several complicated user webcontrols to load different modules within the page. Most of these webcontrols are loaded are runtime. Based on some action (button-click) on these additional custom controls may be added or removed fro...more >>

Visual Studio 2005 and SQL Adapter Wizard
Posted by ocean at 3/13/2006 12:45:38 PM
Hi, I've installed Visual Studio 2005 on Windows XP/Home Edition. I had to modify some files in order to get IIS installed successfully. The problem I am having is that in Visual Studio 2005, I needed to make a reference to the SQL Adapter object (is this normal in 2005) however, after ...more >>

One to many relationships on webforms
Posted by Robert at 3/13/2006 12:10:27 PM
I am very new to .net and asp.net. I am trying to design an intranet page that has a SQL Server 2000 database. I understand how to connect to the data but am getting very confused on how to display, update and modify data in a one to many relationship. Is there any resource available that...more >>

Help with SP - what exactly is RETURN_VALUE?
Posted by D. Shane Fowlkes at 3/13/2006 11:35:55 AM
I'm not new to ASP or MSSQL but fairly new to using Stored Procedures. I've got a T-SQL book on order from Amazon but it's still not here. I have a SP which updates a record. As far as I can tell, the SP is fine. It checks OK for syntax and when I recreate the update statement in Query An...more >>

NullReferenceException in Profile
Posted by Saber at 3/13/2006 11:30:19 AM
in <system.web> of web.config I've: [...] <profile> <properties> <add name="EnterTime" type="System.DateTime" allowAnonymous="true"/> </properties> </profile> And in Session_Start of global.asax: [...] Profile.EnterTime = System.DateTime.Now '**** Line 26 But I get an error message in...more >>

ASP.net 2.0
Posted by news.microsoft.com at 3/13/2006 11:13:38 AM
Do you need Visual Studio 2005 to create asp.net 2.0 code or can you upgrade Visual Studio 2003 to produce ASP.net 2.0 code. thanks, Anthony ...more >>

Mac compatibility
Posted by Mark Rae at 3/13/2006 11:07:23 AM
Hi, I realise that this post isn't ABSOLUTELY to do with ASP.NET, but can anyone please confirm whether pixels are different on Windows and Macs? Reason I ask is that one of my current clients is a heavy Mac user, and the website I'm developing for them looks very different on their Macs f...more >>

Dataset, databinding, and other fun ways to demonstrate my ignorance.
Posted by Merennulli at 3/13/2006 11:05:43 AM
Ok, the project is this - I've got an upload directory on an internal server that is filled by an upload webform. This webform is working fine. So is reading in the list of files and displaying it. Now I want to add the ability to delete files from there. In old ASP or any other language I've wo...more >>

taking over where someone else left off
Posted by Robert Blackwell at 3/13/2006 10:35:39 AM
Hey, I have a question for you web devs out there. How much of a hassle is it to take over where another programmer left off. I have a commerce site that was designed to my specs and I approached the company to do some upgrade work on it. However, I'm canceling the project with them becaus...more >>

Unspecified Error! Help
Posted by Dan at 3/13/2006 10:27:27 AM
This is the most excruciating error I have ever had to deal with in 10 years of programming with Visual Basic. I am getting an error albeit intermittent most of the time, but I am now getting it consistently on one of my aspx pages. the following is the error:[OleDbException (0x80004005): ...more >>

Multithreading in ASP.NET app???
Posted by JV at 3/13/2006 9:41:05 AM
My ASP.NET application needs to accept data from a post and return quickly. I've added a worker thread to wake up and save data asynchronously after the data is received. But, it appears to me that IIS kills the process and thus the worker thread right after my main ASP.NET thread returns (a...more >>

FileSystemWatcher and Application Scoped session
Posted by rgparkins NO[at]SPAM hotmail.com at 3/13/2006 9:30:51 AM
HI I have an ASp.NET web application that I am developing which uses a menu control that will not change "very frequently" BUT can do!. The control will load its menu items from an xml file that exists in a configuration directory. My idea was to have a SystemFileWatcher which is notified w...more >>

Hierarchical data and Gridview
Posted by Congero at 3/13/2006 9:30:28 AM
I'm trying to find a way to bind hierarchical data to a gridview control. I've been able to do this with some third party controls and was wondering if this functionality is available with the gridview control. Does anyone have a guidance on this? Thanks -- Live long, stay strong...more >>

Unspecified Error -
Posted by Dan at 3/13/2006 9:25:27 AM
This is the most excruciating error I have ever had to deal with in 10 years of programming with Visual Basic. I am getting an error albeit intermittent most of the time, but I am now getting it consistently on one of my aspx pages. the following is the error:[OleDbException (0x80004005): ...more >>

Datagrid footer not displaying data
Posted by .Net Sports at 3/13/2006 9:18:04 AM
the below itemdatabound function works , displays all the grand totals in the footer control of the datagrid: private void dglvboard_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { DataRowView rowData; decimal price; decimal priceWk; decimal ...more >>

.Net framework version
Posted by walter1234 at 3/13/2006 9:09:33 AM
My control panel says that I have both .NET 1.1 and 2.0 installed. I also have visual studio 2003 and 2005 (standard) installed. I am currently developing in vs2003 and have not used vs2005 yet. My backend is MS-SQL2000. I want to use Ajax or Atlas in my current application, possibly AjaxPro...more >>

Link in Javascript Source Documents
Posted by Joey at 3/13/2006 9:06:29 AM
Can someone provide an example of how to link in a javascript source file into the master page of my asp.net 2.0 web application? In asp.net 1.1 I always used the following line of code in each individual page... <script language="javascript" type="text/javascript" src="../../MyScripts.js"></s...more >>

Fatal error
Posted by Robert at 3/13/2006 8:50:41 AM
This error does not seem to be a new one but I have not found a solution to it. I am getting a : Compiler Error Message: The compiler failed with error code 2000 vbc : Command line error BC2017 : ..... vbc : Fatal error BC2000 : ...... When I make code changes to my ASP.NET (2003) appli...more >>

ThreadAbortException & executionTimeout
Posted by SevDer at 3/13/2006 8:45:57 AM
Hi We have a case where client clicks a button and series of events take place which some of them are web service calls. And sometimes, we are receiving ThreadAbortException on the final steps which results in unacceptable case. So far, I find out that I can modify executionTimeout to make...more >>

Show Details/Hide Details link button
Posted by Joe at 3/13/2006 8:42:12 AM
Hello All: I want to create a datagrid that looks like the following (here SHOW DETAILS and HIDE DETAILS would be link buttons which display detail information. Effectively they would toggle the detail information for a datarow in the datagrid): Header1 ...more >>

GridView Multiple Select Buttons
Posted by Terry at 3/13/2006 8:15:27 AM
Good morning! How do I determine which SELECT button was clicked in a GridView? The multiple SELECT buttons will be used for an application approval process. Thank you in advance for your support in this matter....more >>

Strange exceptions in ASP.NET + COM application
Posted by danil.shopyrin NO[at]SPAM gmail.com at 3/13/2006 7:54:14 AM
Hello! We have some code that is written in COM. It was used in a "ISAPI-extension server " and everithing was fine. And it is fine at the moment. But now this code is used from the ASP.NET server. And we receive some unknown exceptions. Them occurs after a long period of working (about of...more >>

Probing for DLL's in ASP.Net 2.0
Posted by CorporateCoder at 3/13/2006 7:46:26 AM
Is there a way to group dll files by putting them in a subdirectory in the bin directory for ASP.net 2.0 Web Site projects and have the CLR find them? I tried using <probing> and adding the following to the appropriate location (<configuration>) in the web.config file to indicate I wanted it ...more >>

dynamically created gridview sorting/paging
Posted by tfsmag at 3/13/2006 7:13:07 AM
Hello, I have a function that returns a dynamically created gridview. This works fine, however it does not seem to be able to maintain state when adding sorting or paging to the gridview. Does anyone have any idea how to get this to work? below is the code. Please bear in mind that the functi...more >>

asp.net 2.0 wizard control
Posted by Mike P at 3/13/2006 6:10:15 AM
I am using the wizard control and I want to use my own image buttons to replace the 'Next', 'Previous' and 'Finish' buttons in the wizard. After scrolling through the attributes I thought I had found some that would allow me to do this : <asp:Wizard ID="Wizard1" runat="server" StepNextButtonI...more >>

Refresh value
Posted by Alan at 3/13/2006 4:58:28 AM
Hello, I work with Visual Studio 2005. I have a web page where I show a temperature in a label. I would to refresh the temparture value without refresh all the page, is it possible ? Thanks...more >>

filtering in datatable
Posted by jesusR at 3/13/2006 4:50:30 AM
I have a datateble with data, i need to filter that data with some condition. What can i do??? ...more >>

Data structuring help needed.
Posted by arun.hallan NO[at]SPAM gmail.com at 3/13/2006 4:48:41 AM
Hi, I need some structuring help. I have a set of data, in the form of an arraylist of objects. Each object is the same, and can be treated as a generic object which gets and sets properties. I want to display this in a datagrid - which is not too hard. I've done this by mapping the obje...more >>

Ajax
Posted by Sahad at 3/13/2006 3:59:25 AM
Is any body know a good tutorial about ajax especially with asp.net 2.0? thank u sahad ...more >>

formview and insert
Posted by merco at 3/13/2006 3:41:19 AM
hi, is it possible to automatically change default mode to insert if my datasource hasn't any records ? How can i do that ? Thanks ...more >>

running a external program on server side
Posted by wakun NO[at]SPAM wakun.com at 3/13/2006 3:23:37 AM
Hi there, I have my webpage written in C# and I am going to run an external program within the web page. I have my code like using System; using System.Diagnostics; namespace NRP { public class RP:System.Web.UI.Page { public void tryit() { ProcessStartInfo Info =...more >>

xml response from a web service
Posted by AVL at 3/13/2006 3:18:27 AM
Hi, I a new bie to web services.. I've requirment wherein I need to build the xml response I know the method of my web service and I know it's return values.... I need to know the kind of xml response it builds when I call the method exposed by the web service... How can I view the xml...more >>

Length to pixel transform
Posted by Pumkin at 3/13/2006 2:33:40 AM
Hello everyone... I have a question for all of you cause sincerelly I'm stuck. I have a string and I can get its length. For example : The string ASP. The length is 3. How can I know how many pixels is the length. Thanks a lot in advanced, ...more >>

Automatic Scrolling
Posted by aroraamit81 NO[at]SPAM gmail.com at 3/13/2006 2:31:00 AM
Is there any method by which i get latest information on my web page, for eg. the bottom scrolling bar on which latest news as entered by particular user gets reflected on other user's page without refreshing their page. Ofcourse I want the same on my ASP.NET page Any Help!!!!!!! Regards...more >>

asp.net
Posted by surya at 3/13/2006 1:59:15 AM
hi, this is shekar pls can anybody giv eme the corerct information about this asp.net application in a short coding methods. ...more >>

Community Question: What is the most efficient path to update from ASP.NET 1.1 to 2.0?
Posted by Maxwell2006 at 3/13/2006 12:00:22 AM
Hi, Is there any book or resource that is designed to update the knowledge of ASP.NET 1.1 developers to 2.0? Any help would be appreciated, Max ...more >>


DevelopmentNow Blog