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 > september 2006 > threads for saturday september 9

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

How can I keep the dropdownlist from populating my gridview?
Posted by needin4mation NO[at]SPAM gmail.com at 9/9/2006 9:14:38 PM
I have a gridview and a dropdownlist. If I change the ddl, the gridview populates. That is what I want. But what I don't want is for it to happen the first time they get to the page. I know I can add a "Select Item," but is that the correct way to do it? I don't want it to hit the database ...more >>

1.1 Assemblies In 2.0
Posted by Child X at 9/9/2006 6:36:49 PM
Hi all, I am still working on a largish project using ASP.NET 1.1. Now i know at some point i will probably punish myself with migrating it to 2.0. The bulk of the application is encaptulated in a BLL & DAL assemblies. Now my question, which is probably a little naive, is do i have to ...more >>

Data Acess aplication block
Posted by Mukesh at 9/9/2006 6:35:49 PM
Hi I have Microsoft Enterprise Library 2005 installed on my local system. I m also using ASp.net 1.1 And C3 as coding language , I have MS Sql Server 2000. I am developing a web application in which i am using data Access Application Block for data access. I have a remote web n data...more >>

Weird cookie problem
Posted by Todd at 9/9/2006 5:18:15 PM
I'm writing a cookie in one asp.net page, then trying to read that new value in another. Problem is, the saved value disappears when the cookie code calls it! Here's the code... SETTING THE COOKIE ********************************************************* Dim i As String = Request.QuerySt...more >>

} expected errors in VS2005
Posted by SenthilVel at 9/9/2006 5:16:43 PM
hi all i am opening an exiting 1.1 developed ASPX project in VS2005. i am getting more language editor problems : for example: for the below code : /// <summary> /// Next button on 'next/exit' line pressed /// </summary> private void nextButton_Click(object sender, System.EventAr...more >>

VS2005 toolbox is not visible
Posted by SenthilVel at 9/9/2006 4:40:08 PM
hi all i am using Visual studio 2005 for my 1.1 developed wab projects. The very first step i converted from 1.1 to 2.0. Till yesday when i clicked on the TOOL BOX menu i was able to see the tool box and i was able to drag and drop the controls. but today i dont know what happened , ...more >>

How to create a hyperlink on a table cell ?
Posted by fiefie.niles NO[at]SPAM gmail.com at 9/9/2006 3:03:23 PM
I am using .NET Framework 1.1 and VB.NET for the language. I would like to create a table where the first column texts are hyperlinks so that I can click on it to go to another page. How can I do that ? Thanks. Dim i As Integer For i = 1 To 9 Dim tempRow As New ...more >>

Detailsview shows real numbers with commata: Error converting data type nvarchar to real!
Posted by Curious Trigger at 9/9/2006 11:40:54 AM
Hello, if have an asp.net web page with a detailsview. This detailsview uses a sqldatasource connecting to a sql server 2005 database with a select statement simliar to this one: SELECT warning_threshold, critical_threshold, weight FROM thresholds UPDATE thresholds SET warning_threshold=@...more >>



Handlers In Web.config?
Posted by Arpan at 9/9/2006 10:00:32 AM
What exactly are configuration section handlers in a web.config file? How would you define them & what for are they used in web.config files? Is it a must for web.config files to have handlers? An example of handlers in a web.config file would be highly appreciated. Thanks, Arpan ...more >>

ASP.NET 2.0 connecting to SQL Server 2000
Posted by Todd Brewer at 9/9/2006 9:38:01 AM
Windows Server 2000 ASP.NET 2.0 SQL Server 2000 (on a physically seperate server) I moved an ASP.NET 2.0 application from a development server to production, and am getting the following error: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to t...more >>

Passing array of numbers to SQL query
Posted by jrogers.sw NO[at]SPAM gmail.com at 9/9/2006 9:20:45 AM
I am using an objectdatasource with a .Net 2.0 ASP page. The SQL for the tableadapter needs to use the IN operator as in WHERE job_id in (111, 222, 333, 444, 555) Job_id is a DBType Decimal and ProviderType Number I have set the default value for the parameter to be 19620,19610,19580,19550 ...more >>

asp text box refresh
Posted by ted.boomer NO[at]SPAM hotmail.com at 9/9/2006 9:18:29 AM
Asp.net is doing my head in. I've got a form with 10 text boxes for user input, which I make available to another page by using the previous page reference and a return statement. Problem is I would like to pass a couple of my own variables along as well. But if I add them to the text of re...more >>

How to put a list of items with hyperlinks under a label ?
Posted by fiefie.niles NO[at]SPAM gmail.com at 9/9/2006 8:55:06 AM
I am new to ASP.Net. I use VB.NET as the language and Visual Studio ..NET 2003. On my WebForm I have a label called "Categories". I would like to read all the categories from the database and placed them under the label "Categories". I also would like each category to be a hyperlink to go to an...more >>

Unwanted border with Masterpage.
Posted by IdleBrain at 9/9/2006 8:08:53 AM
I have created a master file with a table that has the border set to 0 using: <table id="tblMaster" border="0" cellpadding="0px" cellspacing="0px" style="height: 15%; width:100%" frame="void" rules="none"> I see that even if i set the border to 0, I still get a border around the table. ...more >>


DevelopmentNow Blog