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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|