Groups | Blog | Home


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 > june 2005 > threads for wednesday june 29

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

Simple HTML Table
Posted by Ramesh Krishnamoorthy at 6/29/2005 11:17:01 PM
Hi All, I created a table with only one cell and placed another table with two cells inside it. But this places some gap below this inner table. I could find no way to get rid of this gap. I want this inner table to fill the entire cell without any gap. Pasting below the HTML i used. <T...more >>


Is it possible to implement mouseover on a particular word in a datagrid
Posted by Luis Esteban Valencia at 6/29/2005 10:44:57 PM
Is it possible to implement mouseover on a particular word in a datagrid (not mouseover on the entire cell)? For instance, assuming tha I have a 'Definitions' MSSQL table as such: Definitions ======= Abbreviation Meaning -------------- ---------- JVM Java Virtual...more >>

remoting error
Posted by AVL at 6/29/2005 10:41:01 PM
Hi, I'm getting the following message.when trying to connect to the server from my client... "No connection could be made as the server refused it". Here is my serverside code.. TcpServerChannel tcp1 = new TcpServerChannel(49157); ChannelServices.RegisterChannel(tcp1); Remotin...more >>

Getting the value of the next Autonumber
Posted by Nathan Sokalski at 6/29/2005 10:16:56 PM
I am using ASP.NET to insert records into a Microsoft Access Database. My primary keys are of type Autonumber. However, because some of the tables have relationships I need to know the value of the Autonumber field when I use the Insert command so that I can put it in the foreign key field of ...more >>

Server Application Unavailable
Posted by Dave at 6/29/2005 9:33:56 PM
I recentlymoved my asp and aspx webs to a new server. The asp webs (developed in InterDev) come up fine. But I get the following message when I try to view my donet asp (aspx) webs: Server Application Unavailable The web application you are attempting to access on this web server is current...more >>

Retrieving Datalist items
Posted by alan at 6/29/2005 9:06:05 PM
Hi All, I have a DataList, how can I retrieve all the items in the datalist? eg. for (int i=0; i < DataList.Item.Count; i++) MyArray[i] = DataList.Item[i].xxxxx.?? Thanks a lot!...more >>

Is it possible to set the Text property of more than one literal in one go?
Posted by Alan Silver at 6/29/2005 6:59:09 PM
Hello, Suppose I have a page that has several literal controls and I want to be able to set the Text property of these controls all to the same value. Is there a simple way of doing this? The example in hand is where I want to set both the <title> tag and a <h1> tag on the body of the pa...more >>

INamingContainer
Posted by Sam Samnah at 6/29/2005 6:31:50 PM
I'm having a hard time with INamingContainer. I'm building a composite control that has a implements an HtmlGenericControl Div control and an HtmlInputHidden control the Generic control works fine but the HtmlInputHidden control is giving me all kinds of problems. My code is something like...more >>



Debugging Global.asax
Posted by Andrew at 6/29/2005 4:50:47 PM
Hello, I have an asp.net (c#) app in VS 2k3 on a WinXP sp2 box. Local IIS web server. The breakpoints in the Global.asax are not being hit. When I start the debugger the glyph becomes a question mark and hovering the mouse over it displays ". no symbols are loaded for this document". Th...more >>

How to address one item in a collection object
Posted by Guojun Zhu at 6/29/2005 4:32:13 PM
I am using VBscript in ASP. I am trying to address one file in a folder object. Below is the relevant code Set MyDirectory=Server.CreateObject("Scripting.FileSystemObject") ' MyFolders is contents of folder containing photos.asp Set MyFolders=MyDirectory.GetFolder(Server.MapPath("./")) ...more >>

Problems Deploying Data Access Application Block
Posted by Rachel at 6/29/2005 4:21:02 PM
Hi, I am using the data access application block successfully in our development environment, however when I deploy to our testing server as Private Assemblies I keep getting the following Configuration Error Description: An error occurred during the processing of a configuration file ...more >>

tip for db programming
Posted by Britney at 6/29/2005 3:58:35 PM
Hi guys, do you have any tips to share about the following works/environment I'm involving right now? 1. performance tuning 2. high volume transaction processing 3. write & lock tuning 4. large databases ...more >>

TextBox Focus Question
Posted by Joe Delphi at 6/29/2005 2:44:51 PM
Hi, I have more experience working with Windows.Forms than with WebForms and sometimes it trips me up. When my page loads, I want a particular textbox to have the focus. I am attempting to do it using logic like this: if TextBox1 CanFocus then TextBox1 Focus()...more >>

Saving image in Profile?
Posted by getdotnet at 6/29/2005 2:06:02 PM
Is it possible to save an image in a profile object in asp.net 2.0? ...more >>

OWC pivot table events
Posted by kstriyhon at 6/29/2005 2:06:01 PM
i need to manage the double click pivot table event where can i get some documentation about this topic? any help would be great, thanks in advance...more >>

Why Custom Validators WON'T work in FoxFire?
Posted by Jason at 6/29/2005 1:55:05 PM
I am able fire my field validators in FireFox on the server side using... Page.Validate() If Not Page.IsValid Then Exit Sub End If But the it won't fire Custom Validators. Anybody know why? ...more >>

Why Custom Validators work in FoxFire
Posted by Jason at 6/29/2005 1:51:12 PM
I am able fire my field validators in FireFox on the server side using... Page.Validate() If Not Page.IsValid Then Exit Sub End If But the it won't fire Custom Validators. Anybody know why? ...more >>

ASP.NET and Root relative paths. Am I crazy?
Posted by tsteinke NO[at]SPAM gmail.com at 6/29/2005 1:24:28 PM
Okay here is the situation I am developing a ASP.Net application locally and then I copy the project up to my web server. I start out by creating an ASP.NET Application http://localhost/WebApplication that contains a folder http://localhost/WebApplication/images In my app I have a ro...more >>

problem converting classic ASP to .NET
Posted by jason at 6/29/2005 12:53:46 PM
i'm working on a gradual conversion of an ASP classic web site to ASP.NET. a recent body of work involves adding a new asp page to the existing site. i thought this would be a good opportunity to try this "in place" conversion capability that .NET boasts. the new aspx file, in order to functio...more >>

problem with ASP classic conversion to .NET
Posted by jason at 6/29/2005 12:46:25 PM
i'm working on a gradual conversion of an ASP classic web site to ASP.NET. a recent body of work involves adding a new asp page to the existing site. i thought this would be a good opportunity to try this "in place" conversion capability that .NET boasts. the new aspx file, in order to functio...more >>

How to force a load of one control from another control on another form?
Posted by et at 6/29/2005 12:07:25 PM
I have 2 forms, frm1, frm2. They each have a user control on them, uc1, uc2. When a drop down list on frm1.uc1 is changed, I want frm2.uc2 to be reloaded with new data? How can I do that? ...more >>

Strangest damn error - database at fault?
Posted by Neo Geshel at 6/29/2005 11:23:36 AM
I am working with an Access database, and every now and again I get an error that forces me to shut down and restart the www service. The timing is random, and can occur when I am editing, entering or viewing data. I have Googled this error message, but have gotten nowhere. The error is: ...more >>

Dynamic Hyperlink Column
Posted by Jason at 6/29/2005 11:18:03 AM
I have a data grid with a hyperlink column. The hyperlink is created by a class that extracts the link from an XML Document. How can I populate the hyperlink column in the data grid with the value (link) returned from my class method? I have to send the company ticker to the class in ord...more >>

passing variable from code behind to function in javascript
Posted by Paul at 6/29/2005 11:02:04 AM
Just wondering if someone could provide an example of passing a variable from the code behind to javascript in vb. I want to have one control have focus with the page loading with one condition and have another control with focus after the page loads from a different condition. A gets set in...more >>

whats wrong with this java script?
Posted by Paul at 6/29/2005 10:36:03 AM
Hi I have some code and java script, when the page initially loads I want it to have focus on dr_tx_names. This works. The page loads a second time with a dropdown selection and in the code behind I have Me.dr_lst_systype.Attributes.Add("onFocus", "javascript:DoHighlight()") as I want the f...more >>

Nested Repeater with null rows
Posted by Matt Jensen at 6/29/2005 10:29:41 AM
Howdy I have 2 repeaters on a C# page, 1 nested under the other. In some cases, the nested repeaters <ItemTemplate> does not contain rows - how does one display a text message in place of the empty rows eg. "No events for this month"? Thanks Matt ...more >>

code driving me crazy, any assistance?
Posted by andyjgw NO[at]SPAM gmail.com at 6/29/2005 10:03:13 AM
Hi I posted this in the caching section, before noticing that it appears to be a practically dead NG, so please excuse the x-post... Can anyone advise on this please? Something is happening here and it's driving me mad trying to work out what. For simplicity I've reduced all code to a simpl...more >>

")" expected error when there's supppose to be only 1 set of parenthesis
Posted by .Net Sports at 6/29/2005 9:50:47 AM
The following error message is baffling me : Compiler Error Message: CS1026: ) expected <asp:Literal id="lblAmount_Attempted" runat="server" text='<%# DataBinder.Eval(Container.DataItem, _ "Amount_Attempted") %>' /> ...there should be no nested parenthesis in the preceeding code ??...more >>

must have a .ascx file extension
Posted by Andy G at 6/29/2005 9:27:12 AM
I hate to post just a general error like this but one of my clients that coded this system is getting an error when loading a page. I know that you can't point out the specific problem so forget about what is behind this error. Just wondering is someone can read into this error and point m...more >>

How to keep entries intact when going BACK to a web page
Posted by Nad at 6/29/2005 8:55:03 AM
Hello, In order to go back to the previous page from a page with possible postbacks I keep Request.Referrer in ViewState and then use it to redirect to the previous page. However I am losing all the information entered in the previous page. I also want to keep the entries in many fields/con...more >>

textbox question
Posted by Paul at 6/29/2005 8:28:04 AM
I have a user that when tabs to a textbox notices that the curser lines up with the end of the current text entry if the textbox is in the multiline mode. If the textbox is in the single line mode when tabing to it, the entire entry is highlighted. The user would like the entire text entry t...more >>

Document relative paths and controls?
Posted by tsteinke NO[at]SPAM gmail.com at 6/29/2005 8:21:09 AM
Okay so I had some aspx pages with document relative links to images and webusercontrols (which also have doc relative pats to images) I wanted to use forms authentication on, so I was forced to move the pages to a sub directory, which in turn broke all my links. Ok well I could go over the 10...more >>

I am now tearing my hair out as we speak...
Posted by Buggyman at 6/29/2005 8:06:02 AM
Hi, I'm tearing my hair out with this one. I the error is basically.. Login failed for user 'NT Authority\Anonymous logon' I have seperate SQL Server and asp.net (1.1) servers. The app is using Forms authentication. Currently the process is running under the user bob\iusr_bob (bob being t...more >>

Imporving programming skills
Posted by Raed Sawalha at 6/29/2005 8:04:02 AM
I've been developing since year ago , I noticed that I developed my programming skills in first 6 months then , my coding style and strategy been the same, so what you advice me to develop my programming skills and development strategies...more >>

most user-friendly CMS for non-techies
Posted by jeffg at 6/29/2005 7:45:41 AM
My client now wants me to research re-doing his site so that he can, on his own, make updates to the text and images on the pages. (He's running on a Win2003 server.) I intend to start learning about DotNetNuke to see if it's appropriate for him, but I think this group may be able to advise me w...more >>

function call from boundcolumn
Posted by tshad at 6/29/2005 7:14:09 AM
Is there a way to call a function from a boundcolumn tag? I have some icons that I set as visible or not depending on values set in my table. I have a Datagrid that I am binding to and after binding I then go through the DataGrid item by item checking the values and setting the icons accord...more >>

System.Web.Profile.DefaultProfile' has multiple definitions with identical signatures
Posted by Kivak Wolf at 6/29/2005 7:09:32 AM
All I can say is, What??? I think what happened is that I renamed one of my files from "default.aspx" to another name, then created a new file called "Default.aspx". Thats when it started happening. Any ideas for a solution? Kivak Wolf ...more >>

Query Builder help (ASP.NET 2.0)
Posted by Kivak Wolf at 6/29/2005 6:27:44 AM
Hey, All i want is just a simple custom SQL statement made in the Query Builder to update the values of my database. The values are changed by the user and are contained in a FormView. Question is, how do you replace them? Thanks, Kivak Wolf ...more >>

Creating multiple content display output from database
Posted by robin9876 NO[at]SPAM hotmail.com at 6/29/2005 5:55:10 AM
In an asp.net (VB) web page I have created a HTML table that has some server side labels which has information populated to at runtime from code. This works for when there is only one recorded returned form the database. When two or more records are returned how can I create an additional cop...more >>

Newbie: Catching the Abort method to destroy a thread
Posted by charliewest at 6/29/2005 5:37:02 AM
Hello - I am generating a ThreadAbortException, however, my ASP.NET application is working fine. I have read that i can test for this error using... catch(ThreadAbortException e)... but then i must explicity can the JOIN method. This is beyond my skill-set. My question is... if i don't...more >>

OutputStream.Write with PDF resulting in blank page in IE
Posted by Rob Nelder at 6/29/2005 4:50:05 AM
I’m attempting to stream a PDF to the browser so that the user will get the appearance of just opening the PDF in Explorer. The PDF is being generated by the SQL Server Reporting Services web service as a byte array (I’ve already checked that this is working as expected). My problem is ...more >>

How to add &nbsp; in runtime
Posted by Jouni Karppinen at 6/29/2005 4:44:04 AM
I create a HTMLTable in my C# code and then add rows and cells into that table. I'm trying to set top and bottom border for each cell by using stylesheet and it works as far as cell has some text in it. If cell has no content at all, the borders do not show up (..strange) So I tried to ins...more >>

How do I find out what's going wrong?
Posted by Stubbly Wubbly at 6/29/2005 4:34:14 AM
Why am I getting this error? Any ideas/suggestions on how to track it down? I have a project for which I put an "auto notification" in the globabl.asax's Application_Error event to email myself a copy of any errors. Recent changes to the system have me receiving errors regularly (as at bot...more >>

RequiredFieldValidator's Display="Dynamic" acts different when selecting from previously used entries
Posted by Nathan Sokalski at 6/29/2005 4:27:39 AM
When testing a form of mine which uses RequiredFieldValidators that have the Display property set to "Dynamic" the ErrorMessage property is automatically removed when an entry is completely typed and the user leaves the textbox. However, if the entry is selected from the list of previously typ...more >>

I know this does not belong here... but....
Posted by Stuart at 6/29/2005 3:51:05 AM
Hi Sorry for this question, but I can find Absolutely NO information about it anywhere... however hard I try. I have built an asp.NET app for Intranet use only. There are no problems with the application, but the licensing service keeps popping up in the Web server eveent viewer saying I...more >>

datagrid with sum of all textboxes in another textbox
Posted by rt at 6/29/2005 2:36:02 AM
hi iam looking for any javascript or vbscript to add sum all the textboxes present in the datagrid. and sum must come in another total textbox. this should fire when the user enter the numeric value.... thsi should be @client Side help needed thanks ...more >>

Format Dates using Repeater Control
Posted by charliewest at 6/29/2005 1:13:06 AM
Hello - I am pulling a datetime var from a dataset which is binded to a repeater control as follows: <%# DataBinder.Eval(Container.DataItem, "DateCreated") %> The datetime value returns fine, but is not formated. How can i format this "inline code"? I am aware that this can be done usi...more >>

Microsoft .NET+ SQLServer VS Linux, PHP, mysql => Performance ???
Posted by Rosny at 6/29/2005 12:11:29 AM
From the article http://software.newsforge.com/software/05/01/27/170244.shtml?tid=132&tid=75&tid=131&tid=13 "Flickr runs on MySQL, the most popular open source database, and it has from the beginning. Today Flickr has around a quarter of a million users and serves around 5,000 pages per minute...more >>

¦p¦ó§âºô­¶Show ¦b¤@­Ó·sªºµøµ¡
Posted by ad at 6/29/2005 12:00:00 AM
½Ð°Ý¦p¦ó§âºô­¶Show¦b¤@­ÓµøªºWeb Form ¤W ¨Ò¦p¦bWebform1 ¤W«ö¤@­Ó«ö¶s«á, ¯à¦b·sªºWeb form ¤W Show ¥X Webform2 ¦bµ²§ôWebform2®É, ¯à§ó·sWebform1ªº¤º®e? ...more >>

Check for write permisson on directory
Posted by Johannes Hammersen at 6/29/2005 12:00:00 AM
Hi everyone, this got to be simple, but I can't figure it out: How can I check if I have write permisson on a folder? Thanks Johannes ...more >>

Splitting a Solution into Multiple Projects
Posted by DLG at 6/29/2005 12:00:00 AM
We currently have an ASP.Net app that consists of one solution containing one project. There is code in the project that I would like to be able to use in other applications. Should I move this code into a separate project, if so how do I do this OR is there some other way. By the way this is all...more >>

Starting a process from an ASP.Net application
Posted by PaulK via DotNetMonster.com at 6/29/2005 12:00:00 AM
Hi, I try to start an Authorware player from an ASP.Net application. The program starts (I can see it in the task manager) but nothing happens on the screen. I tried with Internet Explorer but the same happens. I use the follwing code and i tried to manipulate the parameters but nothing helps. ...more >>

Using Webservice from VB 6.0
Posted by Sara T. at 6/29/2005 12:00:00 AM
Has it anyway to use webservice (wsdl) written by ASP.NET from VB 6.0? I need to write a code in VB 6.0 or ASP to integrate with Web Service written by ASP.NET. Please give me an example. ...more >>

selecting value via dynamicaly created list of buttons
Posted by Achim Domma (Procoders) at 6/29/2005 12:00:00 AM
Hi, to allow my user to select from a list of values which are calculated on the fly, I tried to generate a list of LinkButton controls on the fly. But the connected event does not fire. Searching google I found out that the problem is caused by the structure of the ASP.Net event handlin...more >>

Cached vs Local Database - advice please
Posted by Grant Merwitz at 6/29/2005 12:00:00 AM
Hi I am currently weighing up two options. I have a data i need available for my website. However, this data is only available via a web service and too slow to retrieve on a user request basis. So i plan once a day load to download this data. Either into the Cache, or a local databas...more >>

read xml
Posted by Ferry at 6/29/2005 12:00:00 AM
Hello i have the next xml file. <?xml version="1.0" encoding="ISO-8859-1"> <relation> <name value="Willem" /> <phone value="0123456789" /> </relation> Is it possible to read this with asp.net (vbs)? I want to write the variables in the page with <%=name%> and <...more >>

ASP.NET Controls
Posted by Ann Marinas at 6/29/2005 12:00:00 AM
Hi there, I am currently working on a web application that would generate all controls dynamically based on a selection that the user would choose. My question is this... how can I pull out the data that was entered in these dynamic controls? I need to get these in order for me to save it ...more >>

ASP.NET: Sending mail with config ReplyTo
Posted by Sara T. at 6/29/2005 12:00:00 AM
Does ASP.NET support Reply-To when sending mail? I use Class MailMessage and found nothing to do. ...more >>

asp not working on Windows Server 2000, sp4 ?
Posted by Luqman at 6/29/2005 12:00:00 AM
I have just installed .Net Framework 1.0 on Windows Server 2000, service Pack 4, and tried http://localhost/iisstart.asp, but "The page cannot be displayed" error occurs, any idea what am I missing ? Best Regards, Luqman ...more >>

multiple file upload
Posted by at 6/29/2005 12:00:00 AM
Hello, I want to upload all files from a folder without using many file server control. I want the user select the folder to upload and then click an OK button. is it possible ? I found some user control to upload multiple files but the user has to select each file and not the folder. Any s...more >>

Disabling the default selection of buttons in a form
Posted by Lamine Darbouche at 6/29/2005 12:00:00 AM
Please Help, I have a form with multiple buttons "New User", "Delete User", "Save" buttons, when I access the form it selects the "New User" button by default, so when you hit the return key ("keyboard") it goes directly to "New User" form. My question is: How could I disable the default selec...more >>


DevelopmentNow Blog