-
I'm sure that this is much simpler than I am trying to make it, but I just cannot find an answer. Hopefully someone here can point me in the right direction. I am using VB.NET and ASP.NET 2.0. Basically, I have a large DB file (several GB) and I am building an ASP.NET front end for the end-users...
-
Im working with visual studio 2005 and webform. I'm working on a highscore list and want to show each colum/row in lables,so i can use diffrent collor and size and so on. The table is sorted by points and I want to show the topp 10 enterys. (Or more if i ask for it) Label1.Text = myTable[ "Name"...
Posted to
Web Forms
(Forum)
by
yepp
on
10-02-2006, 12:00 AM
Filed under: DetailsView, problem, sorting, string, database, web service
-
Hello, I'm developing a web application using ASP.NET 2.0, Visual Studio 2005, and SQL Server Express 2005. The app has a maintenance section only available for authorized users. I'm looking for best and most confortable interface for users to maintain data. The problem is with data that i have...
Posted to
Data Presentation Controls
(Forum)
by
ROMASP
on
10-04-2006, 12:00 AM
Filed under: GridView, FormView, DetailsView, Delete, GridView editing, dataview, GridView master detail expand collapse, database, ChildTable
-
My question is this. Do I need to use the line in green or does the Using command dispose of the sqlCMD object as well as the cn object? 'Maleki: Have fun use it but give credit if you do. =:) Private Function WhoIsYourDady(ByVal intID As Integer) As String Dim strReturn As String = ""...
-
I have a details view control which I have bound to my database. One of
the fields is a DateTime field which I have bound to a calendar control
to show the date value. However, I want to allow changes to this
date by letting a user select a different date and hitting update. When
I do this, all the other...
-
Hallo, sorry for my bad english, but i try to describe my problem. I've an Gridview and Entries, everything is OK. Now i want that during edit one Row, that all the other Rows are disabled, that the user have to click the Edit or Cancel Button. He can't select another one. Is there any posibility...
-
Hi everyone, I've a question about caching with ASP.NET 2.0 and SQL Server 2005. I'd like to use the non-polling system, so use the Notification Service in SQL 2005. This are the steps I runned: I've 'enabled' the SQL Server 2005 Notification service by running 'SET ENABLE_BROKER'...
-
It seems nobody wants to help. I am completely stuck and I need help. All I want is to be able to use my tableadapter and its insert method to insert data into my database ORDER table. my problem is using the tableadapter and my insert method to get the values of my textbox fields and dropdownlistbox...
-
Hi, Description - Web page fires a sql query to the SQL Server 2000(search web page). When you run the same search query on the query analyser it takes probably takes around 30 to 50 minutes to execute because of the huge search result. Environment - VS.net 2003, sql server 2000.(Dynamic inline search...
-
I have 4 different dropdown lists (DDL's) on my Web form that are linked together. When you select a value on the first DDL, the other 3 DDL's will change values according to the selected value on the first DDL; when you select a value on the second DDL, the other 2 DDL's will change values...
Posted to
Web Forms
(Forum)
by
sg2000
on
10-20-2006, 12:00 AM
Filed under: ASP.NET 1.x, form, DropDownList, DataBind DataBinding, create web form, asp.NET 2.0 C#, Database