Click here to Skip to main content
15,917,859 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL CONNECTION STRING Pin
Not Active25-Aug-06 4:11
mentorNot Active25-Aug-06 4:11 
AnswerRe: SQL CONNECTION STRING Pin
S Pandian25-Aug-06 22:36
S Pandian25-Aug-06 22:36 
AnswerRe: SQL CONNECTION STRING Pin
S Douglas27-Aug-06 23:21
professionalS Douglas27-Aug-06 23:21 
QuestionMaster detail forms Question (how to iterate the detail table thru datagridview) Pin
Rocky#25-Aug-06 0:58
Rocky#25-Aug-06 0:58 
QuestionUpdate new date in database Pin
Fu Manchu24-Aug-06 23:31
Fu Manchu24-Aug-06 23:31 
AnswerRe: Update new date in database Pin
mr_lasseter25-Aug-06 2:57
mr_lasseter25-Aug-06 2:57 
AnswerRe: Update new date in database Pin
Eric Dahlvang25-Aug-06 4:02
Eric Dahlvang25-Aug-06 4:02 
QuestionPopulate label from SQL query... Pin
japel24-Aug-06 20:03
japel24-Aug-06 20:03 
Hi All

Very new to SQL and ASP.Net but need to populate a lable from a SQL query.
<br />
        Dim sqlDbAdapter1 As New Data.SqlClient.SqlDataAdapter("SELECT COUNT(*) AS myCount FROM dbo.IssueTb ", sqlconn)<br />
        sqlDbAdapter.Fill(sqlDataset, "IssueTb")<br />
        Dim Issuedv As DataView = sqlDataset.Tables("IssueTb").DefaultView<br />


The above loads a Dataset and DataView with the value but I don't know to bind to the label on the web page.

Databinding used on vb.net was my first try but this was wrong so could someone please help.

Thanks Heaps...


When people make you see red, be thankful your not colour blind.

AnswerRe: Populate label from SQL query... Pin
Colin Angus Mackay24-Aug-06 22:47
Colin Angus Mackay24-Aug-06 22:47 
GeneralRe: Populate label from SQL query... Pin
japel25-Aug-06 0:17
japel25-Aug-06 0:17 
Questionhow do i print the number of rows with same item in 1 column? [modified] Pin
kozu24-Aug-06 17:49
kozu24-Aug-06 17:49 
AnswerRe: how do i print the number of rows with same item in 1 column? Pin
Colin Angus Mackay24-Aug-06 22:44
Colin Angus Mackay24-Aug-06 22:44 
AnswerRe: how do i print the number of rows with same item in 1 column? Pin
Eric Dahlvang25-Aug-06 4:23
Eric Dahlvang25-Aug-06 4:23 
GeneralRe: how do i print the number of rows with same item in 1 column? Pin
kozu25-Aug-06 4:53
kozu25-Aug-06 4:53 
QuestionSQL and C# problem [modified] Pin
William Ten Broek24-Aug-06 11:30
William Ten Broek24-Aug-06 11:30 
AnswerLDAP Pin
Ennis Ray Lynch, Jr.24-Aug-06 11:33
Ennis Ray Lynch, Jr.24-Aug-06 11:33 
QuestionHow to do a Select/Where x=NULL Pin
TheJudeDude24-Aug-06 11:09
TheJudeDude24-Aug-06 11:09 
AnswerRe: How to do a Select/Where x=NULL Pin
Colin Angus Mackay24-Aug-06 11:19
Colin Angus Mackay24-Aug-06 11:19 
GeneralRe: How to do a Select/Where x=NULL Pin
TheJudeDude24-Aug-06 11:25
TheJudeDude24-Aug-06 11:25 
AnswerRe: How to do a Select/Where x=NULL Pin
S Pandian25-Aug-06 22:37
S Pandian25-Aug-06 22:37 
QuestionProgramming SQL Database Question Pin
Jethro6324-Aug-06 10:11
Jethro6324-Aug-06 10:11 
AnswerRe: Programming SQL Database Question Pin
Colin Angus Mackay24-Aug-06 11:23
Colin Angus Mackay24-Aug-06 11:23 
GeneralRe: Programming SQL Database Question Pin
Jethro6327-Aug-06 21:22
Jethro6327-Aug-06 21:22 
GeneralRe: Programming SQL Database Question Pin
Colin Angus Mackay27-Aug-06 21:51
Colin Angus Mackay27-Aug-06 21:51 
GeneralRe: Programming SQL Database Question Pin
Jethro6329-Aug-06 3:05
Jethro6329-Aug-06 3:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.