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 > march 2005 > threads for sunday march 20

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

Pop up windows
Posted by Souljaz at 3/20/2005 11:43:06 PM
Hi, How to make pop up window from code behine without using java script. And another thing is that, how to pass value from the pop up window to a form if there is a textbox in the pop up. Thanks...more >>

Help with error "project file cannot be found"
Posted by David at 3/20/2005 11:06:22 PM
I am working on a small web app. I attempted to copy it to the remote server via. the project/copy command and when I closed the project and attempted to reopen it, I get the error "project file cannot be found". The system also tells me that some of the components are not installed on the we...more >>

ASP vs ASP.NET
Posted by cnickl at 3/20/2005 10:59:01 PM
I’m using an ASP script on my website to access a database, which works fine. When I try to access the same database using a ASP.NET script I get the following error message: The Microsoft Jet database engine cannot open the file '***'. It is already opened exclusively by another user, or...more >>

UnauthorizedAccessException upon access to an ASP>NET web service
Posted by Bruce at 3/20/2005 10:57:35 PM
I am developing an ASP.NET web service application. It works fine on my WinXP Prof development machine. But when I send it to a Windows Server 2003 system I get the following error (attached below). I suppose I have some kind of permissions issue on the server? What recommendations can ...more >>

add from a drop down list
Posted by Rudy at 3/20/2005 10:05:04 PM
Hello All! I have a ddl that holds the 12 months of the year. I added the items in the collection of the ddl control. But how can take that selected month from the ddl and save it to my table. Are there any examples on this. There is alot of stuff for binding data from a table. But I can...more >>

DataReader Question
Posted by Patrick Olurotimi Ige at 3/20/2005 10:01:43 PM
I'm trying to get the field below in a table using <td align=center><%= objDataReader["message"].ToString()%></td> But i get the error "Object reference not set to an instance of an object." Any idea what i'm doing wrong? *** Sent via Developersdex http://www.developersdex.com *** Don't...more >>

c#.net queries
Posted by AVL at 3/20/2005 9:41:02 PM
What is the difference between managed module and assembly? Are they one and the same? What is dll hell problem? How does .net solve it? ...more >>

httpHandler for asp
Posted by Phil at 3/20/2005 6:25:02 PM
I am looking to write an httpHandler to process incoming asp requests. I need to process the asp script with the asp.dll and then format the response (I need to rewrite url and image paths based on the current virtual directory). Is this possible? Any suggestions would be appreciated. th...more >>



File Delete: Path is to long
Posted by I am Sam at 3/20/2005 6:23:01 PM
I keep getting this error and I don't know why: The path is too long after being fully qualified. Make sure path is less than 260 characters. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information abo...more >>

Whats the bestway to manage articles on a website?
Posted by Showjumper at 3/20/2005 5:04:59 PM
I am wondering how some of you do it. I have a project that will displays a number of articles viewable via the browser. These articles are more then the 8K limit in sql server so i have been looking at the text datatype which can hold 2Gb but the text data type has limitations. How should i ...more >>

How to hide/show HTML Grid Layout Panel via code behind
Posted by jef at 3/20/2005 4:48:04 PM
I have an HTML Grid Layout Panel on my web form that I would like to hide/show via certain events in my VB code behind. However, I'm not sure how to reference the panel. I've set the ID property of the panel but when I reference it in my VB code, it just says the object doesn't exist. -je...more >>

Set Button : autopostback to be false
Posted by Yammy at 3/20/2005 4:19:14 PM
The standard button is set its autopostback property to be true, am I right ? How can I change it to be false ? I tried this... <td><asp:Button id="cmd1" .... autopostback="false"/></td> But it failed. Why? Thx ...more >>

upload animation on web page
Posted by Brian Henry at 3/20/2005 4:04:16 PM
I want to have a upload page with the standard browse button and upload button ... but when the user clicks on upload, i want an animated GIF file to appear on the form during the duration of the time the file is being uploaded to the server. how would I go about doing something like that on ...more >>

Large Website design/mangement in VS question
Posted by HankD at 3/20/2005 3:28:22 PM
I have been given the task to upgrade the company's website. It is large and unorganized right now. There should be a main common area with subareas for each division (5). My main question is what is the best way to manage this in visual studio? Should I create one solution and then 6 projects...more >>

wot no postback?
Posted by kev NO[at]SPAM harrison59.fslife.co.uk at 3/20/2005 3:13:26 PM
How do I programmatically remove the javascript postback functionality from an ASP.Net 1.1 website (and keep my site working?) I understand this has been done before. My customer would like to achieve accessibility standards, so this is quite an issue....more >>

Configuring Data Acces from Enterprise Liblary
Posted by nuwanda at 3/20/2005 2:59:22 PM
I wonder if anybody could help me with configuring my web app. First of all: where to put config files. I've generated web.config and dataconfiguration.config. I'be tried to put them to root directory and also to root/bin but it didn't work. The next question is why the EL tries to write into ...more >>

Help Help!!! In designing ASP.NET Interactive/ Calculative Application.
Posted by Dilip Bajaj via .NET 247 at 3/20/2005 2:55:28 PM
Hello Guys, I have got to build ASP=2ENET Application, which has lot of= Questions and Answers types of Web Forms Application=2E All the answers (responses) is required to validate either= mandatory, numeric, range etc=2E There are lots of calculative fields based upon the responses ...more >>

Response.Redirect URL Address in IE 6 SP1 from Page Refresh
Posted by Dr. Paul Caesar - CoullByte (UK) Limited at 3/20/2005 2:19:01 PM
Hi, I have created a Logout ASP.NET application using Forms Authentication. When a user logs out they get a confirmation page confirming logout and a button to click to return to the homepage. We have the page designed so that if the user is not authenticated then they get redirected us...more >>

Binding to a Repeater in Codebehind...a little confusion.
Posted by nobody NO[at]SPAM somewhere.com at 3/20/2005 1:40:50 PM
Why doesn't the casting of "e.Item.DataI=ADtem" as a "DataRow" (or even a "DataRowView" as in other online examples) work? I would love to get this type of code to work with my code that uses a Label for building a URL instead of the RadioButtonList as in the example snippet below. I know how ...more >>

File Deleting from the web page
Posted by I am Sam at 3/20/2005 1:15:02 PM
I have successfully been able to upload images to a web server using the ASP.NET Upload control as well I can index the images in a database. Nevertheless, I need to be able to delete the files off the server from the web browser at the same time as deleting the index of the images from the ...more >>

asp.net gridview
Posted by ben at 3/20/2005 11:31:01 AM
HI The gridview.pagecount always returns 0 when i am trying to capture it in the GridView_RowCreated event. any help is much appreciated Thanks ...more >>

infragistics or componentone?
Posted by Jéjé at 3/20/2005 10:45:30 AM
Hi, I'm looking for a webcontrol which provide the same capabilities of the outlook grid. I have found 2 products, 1 provided by infragistics, the second by componentone. There is any other company/product on the market? anyone as tested these components and can share its experience? ...more >>

Debugging works only sometimes...
Posted by Jeffrey Frabutt at 3/20/2005 10:03:31 AM
Hey... I'm reletively new to ASP.NET and am having some frustrating debugging issues. Everything is configured correctly for me to debug my VERY simple one-page application. That said, after just one or two start/debug/stop cylces of my project, it suddenly hangs... and I cannont debug. Somet...more >>

any event before OnLoad?
Posted by Daves at 3/20/2005 9:44:59 AM
can I have a user control with code running *before* the content pages' OnLoad event? Or could I even have code in global.asax that is run before OnLoad? Because I need to set some global variables and modify them before the content page is run... ...more >>

validationsummary question
Posted by john.livermore NO[at]SPAM inginix.com at 3/20/2005 9:17:43 AM
I am successfully using the client side validation controls, but there are a couple aspects of their behavior that I wish to modify. I cannot see how to accomplish this through the properties, but I thought I would ask here for advice. - ValidationSummary When there are validation errors o...more >>

I feel a bit silly asking this...
Posted by Andy at 3/20/2005 8:41:02 AM
.... as I know the answer will be so simple, but here goes... I cannot creating a new asp.net projects in VS2003 in a directory other than the default suggested directory (i.e. http://localhost/WebApplication1 - and renaming webapplication1). I wanted to follow the guideline in Francesco Ba...more >>

Be careful about embracing asp.net 2.0
Posted by jojobar at 3/20/2005 6:00:30 AM
Hi Folks, I just looked at a asp.net 2.0 sample site done with the beta version. The site is: http://www.ipona.com/samples/0321257278/default.aspx When I tried to run the site using the firefox browser, it looked horrible. Half of the UI stuff just got screwed up! I hope it is because it ...more >>

Error Logging
Posted by Denise at 3/20/2005 5:25:02 AM
I am trying to implement database error logging in my asp.net application. When I inspect the exception variable, I see that there is a property called 'procedure' which I believe is the procedure or fucntion that caused the error. How can I get at that variable to write it to my error log? ...more >>

Flash Buttons in ASP.NET...Please Help...
Posted by Irfan Akram at 3/20/2005 3:03:02 AM
Hi People, I need to add flash buttons to ASP.NET page. Problem is I have added them, but I am not able to link events with those buttons, as with normal ASP.NET buttons. I am sure there is a way...... Will look forward for yiour earrly response... Thanks, I..A...more >>

ItemDataBound question?
Posted by Patrick Olurotimi Ige at 3/20/2005 2:11:55 AM
I have one jscript in the ItemDataBound Method below which loads a Calendar.. But i want o add another strTextBoxName2 string to the same method cos i need to pass it to another Hyperlink2. Any idea? Private Sub dtgOrders_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebCont...more >>

Any active IRC channel for asp.net?
Posted by Daves at 3/20/2005 2:06:45 AM
or some kind of chat room for getting live answers, would be soooo handy! ...more >>

WebControls Vs HTML Controls
Posted by Daniel Groh at 3/20/2005 1:47:28 AM
Hi, I'm newbie to ASP.Net and I'd like to know the best way and when shoul I use WebControls and HTML Controls, what is the difference ? I'm developing a login system but i don't know if i use the textfield (HTML Controls) or textbox (WebControls). What's the difference ? I hope you can help...more >>

2.0 Masterpage events before OnLoad?
Posted by Daves at 3/20/2005 1:32:15 AM
how can I set events other than Page_OnLoad for masterpage in 2.0? Because I need to have some code being run before the content page OnLoad event is run... ...more >>

Datalist Problem
Posted by Arsalan at 3/20/2005 12:48:17 AM
Well, suppose i have couple of controls in datalist and one of them is link button control how do i invoke link button controls click method in the datalist ??? Suppose link button control will send info back to server and redirect to another page, how do i do it in datalist ? I have foll...more >>

Click to see full size screenshot
Posted by Paul Aspinall at 3/20/2005 12:30:04 AM
Hi How can I implement an easy, resusable "Click to see full size screenshot" functionality on my images? I have 2 copies of each image... one which is 'sml', and another which is the full size version How can I redirect on a mouse click to show the full size version?? I am looking for a...more >>

Add HttpHandler in code
Posted by Daniel Danilin at 3/20/2005 12:07:15 AM
How can I add/remove an HttpHandler in code (not in web.config)? ...more >>

accessing global class from other pages
Posted by Daves at 3/20/2005 12:00:00 AM
can anyone imagine why I cannot access static variables in my global class from other pages, eg: myNumber = myGlobal.UserID; where global.asax contains: <%@ Application Language="C#" Classname="myGlobal" %> <script runat="server"> public static int UserID = 0; void Sess...more >>

Specified cast is not valid
Posted by Andy Sutorius at 3/20/2005 12:00:00 AM
Hi, I have researched this error and have found that many before me have struggled with this. That makes me feel a little better. However, despite all of the solutions I have seen and implemented I still have the error. My situation is that I have a datagrid and I click on the update button I ...more >>

RSS Feed
Posted by Arsalan at 3/20/2005 12:00:00 AM
Is there an easy way to make RSS Feed ? ...more >>

Ie font messed up after using s .css file in my asp.net app.
Posted by Jensen bredal at 3/20/2005 12:00:00 AM
Hello, I have used a style sheet for my developement machine and now , lots of the internet pages i visit on my computer are showed according to my stylesheet. How can this happen? How to solve the problem so only my application uses the style sheet and not the other sites that i visit....more >>

ASP.NET/IIS and MS Windows Anti-spyware Beta interactions
Posted by ~~~ .NET Ed ~~~ at 3/20/2005 12:00:00 AM
Hi, Are there any known bad interactions between an ASP.NET (1.1)/IIS installation and the MS Windows Anti-spyware Beta? I have a working XP Pro with ASP.NET and don't want to let it go to hell. End of last year I installed the "long awaited" ASP.NET 2.0 + Web Application Studio Beta (MS) ...more >>


DevelopmentNow Blog