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 2007 > threads for sunday march 11

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

Binding the database to the datagrid
Posted by yasodhai NO[at]SPAM gmail.com at 3/11/2007 11:53:26 PM
Hi, I retrieved the value of the session varible SID and i convert it to the integer variable called sid. I thought of retrieving the rows which correspond to this varible "sid" string secid=Session["SID"].ToString(); int sid=Convert.ToInt32(secid); Hence I have to pass the variable "sid...more >>

Asp.net web app issues with Firefox/Safari
Posted by Benedictum at 3/11/2007 11:15:04 PM
I have added the BrowserCaps in web.config file but it did not do anything in the prsentation of the web page. Is there anything else to do to have Firefox render the page like IE? ...more >>

GetType DataGridLinkButton
Posted by rn5a NO[at]SPAM rediffmail.com at 3/11/2007 10:44:06 PM
In a DataGrid, I am using the following code in the ItemCommand event of the DataGrid to find if there is a DataGridLinkButton in the row which is currently in the editable mode: Sub MyDG_ItemCommand(....) Dim ctrl As Control Dim baby As Control Dim dgi As DataGridItem For...more >>

SURVEY: How are you doing Global Error Handling in ASP.NET
Posted by Jason Kester at 3/11/2007 10:29:09 PM
Best I can tell, there are three basic ways you can deal with global error handling in ASP.NET. Namely: 1. Derive all your pages from a custom Page class, and override OnError() 2. Specify a custom 500 handler in Web.Config 3. Specify a custom 500 handler in IIS and I guess you could ...more >>

Web Servers
Posted by Bakshi at 3/11/2007 10:02:18 PM
Hello Dears, Can anybody tell me that Other than IIS which are other web servers available on which i can deploy my Ajax enabled asp .net 2.0 web site? Thanks in advance ...more >>

ASP.Net, page scope variables why???
Posted by Max at 3/11/2007 7:13:16 PM
I 've got to understand this. I come from dotnet windows applications, not webforms, ok, but this is too strange and I've already asked this NG and tried what suggested without solution Why this doesn't work: I press Button1 and the textbox shows "hello" - then I press button2 and textbox sh...more >>

Use Calendar control without postback to Server?
Posted by John Kotuby at 3/11/2007 7:11:00 PM
Hi all, Just wondering. I am converting an ASP application to ASP.NET 2.0. The ASP version used a JavaScript Calendar that would pop up on the client side and populate various text fields with the selected date. Very cool. I am trying to emulate that behavior with the ASP.NET Calendar contr...more >>

Impossible to connect to SQL Server 2005 Express
Posted by Gabriel at 3/11/2007 6:57:52 PM
Hello, I installed SQL server 2005 SP1 on a Windows XP SP2 From Visual Studio, I'm trygin to create a connection to a database, but I receive this error but I'm creating the connection (I don't receive the database list in the dropdown) "An error has occured while establishing a connect...more >>



How to share user control between multiple websites
Posted by moondaddy at 3/11/2007 3:34:07 PM
I'm using asp.net 2.0 and c# and would like to share some user control between several websites. these websites are on the same server and have a physical location right next to each other like this: D:\Websites\Website1 D:\Websites\Website2 I'm thinking of putting the controls for shari...more >>

Clipboard
Posted by alastairgarrow NO[at]SPAM nevishost.co.uk at 3/11/2007 2:04:10 PM
Hi there I am looking for some help in getting a clipboard image into an Sql Database table. My plan is to have a web page that will allow the user to copy an image on their home computer and paste it into my asp.net page (perhaps with a simple button) and that image will be automatically sto...more >>

Hi iss 6 is better than iss 5
Posted by atarikg NO[at]SPAM hotmail.com at 3/11/2007 1:40:20 PM
hi I heard some bad news about iss 6 ? is iss 6 really bad than iss 5 ? it is saying it has got trouble errors :( -- A.Tarik Guney Computer Engineer ..NET Developer ...more >>

Get TextBox ID
Posted by rn5a NO[at]SPAM rediffmail.com at 3/11/2007 1:22:37 PM
A DataGrid has a BoundColumn, an EditCommandColumn & a few TemplateColumns. When the text in the EditCommandColumn within any of the DataGridItems is clicked, the corresponding BoundColumn changes to a TextBox. How do I get the ID of such a TextBox? ...more >>

DataGrid ButtonColumn
Posted by rn5a NO[at]SPAM rediffmail.com at 3/11/2007 1:14:10 PM
A DataGrid is populated with the records existing in a database. Each of the row in this DataGrid has a ButtonColumn. Assume that the DataGrid displays 10 records (i.e. 10 DataGridItems/rows). Each row in the DataGrid (of course, except the Header & the Footer) is accompanied by a ButtonColumn ...more >>

CSS Formatting not appearing on Login page
Posted by Bazza Formez at 3/11/2007 12:32:56 PM
Hi, I have an app which utilizes forms security. I have a Login.aspx page which references my MasterPage.master. The master page in turn references a css. In the designer of VS 2005, the Login page renders correctly.... with correct formatting as provided by my css. At application runtim...more >>

Help with web user control
Posted by Brad Baker at 3/11/2007 12:17:28 PM
I'm building a small web application - I started out placing all my code in one file (config.aspx). As I continue to add code though it was becoming very unwieldy. After doing some searching online I found an article which suggested I might place some of the code into web user controls. I c...more >>

How edit page in design view when has a master page?
Posted by Ronald S. Cook at 3/11/2007 12:08:56 PM
For my web pages that have an associated master page, when I try to work with them in design mode, I get this "gray film" over it and I can edit only the master. How can I get to my page in design mode without having to remove the association with the master page? Thanks, Ron ...more >>

gridview- more than 1 column
Posted by Mr. SweatyFinger at 3/11/2007 11:50:26 AM
Hi I have a long column of data. I'd like that to wrap into 5 columns, like a newspaper article how to do? thanks ...more >>

how to handle error in this
Posted by Mr. SweatyFinger at 3/11/2007 11:49:17 AM
How do i make this a "pretty" error? at what point in the process to I catch it? Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to servic...more >>

Control For Sports Results Tables
Posted by csgraham74 at 3/11/2007 10:09:38 AM
Hi Guys, im attempting to setup a website to display sports results (soccer and rugby). i want to make it as easy as possible for administrators to perform weekly updates on the tables. I was wondring if anyone was aware of a control or would have any source code on how to do this. im coding ...more >>

limit date range with calendar
Posted by nicknack at 3/11/2007 8:33:18 AM
Hello. I'm useing a calendar control on my page and I want to let the user pick a date from today untill 14 days from today. Is there a way to limit the dates that will appear on the calendar control (I want to avoid haveing to check after the selection what did the user select)? Thanks in...more >>

Avoiding Bin directory with precompiled sites
Posted by bosa at 3/11/2007 12:00:00 AM
Hi, I am looking for a way to deploy a precompiled ASP.NET site that does not involve the bin directory. My problem is that deploying binary files to the bin directory remains a no-no on several security check-lists and is unacceptable to my customers. I tried using the aspnet_merge, sig...more >>


DevelopmentNow Blog