Click here to Skip to main content
15,912,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Culture Info Pin
Guffa18-Sep-07 11:37
Guffa18-Sep-07 11:37 
AnswerRe: How to check if sqldata adapter has nothing, in VB.NET/ASP.NET Pin
Not Active18-Sep-07 8:18
mentorNot Active18-Sep-07 8:18 
GeneralRe: How to check if sqldata adapter has nothing, in VB.NET/ASP.NET Pin
dreddy718-Sep-07 8:28
dreddy718-Sep-07 8:28 
GeneralRe: How to check if sqldata adapter has nothing, in VB.NET/ASP.NET Pin
dreddy718-Sep-07 8:31
dreddy718-Sep-07 8:31 
GeneralRe: How to check if sqldata adapter has nothing, in VB.NET/ASP.NET Pin
Not Active18-Sep-07 8:40
mentorNot Active18-Sep-07 8:40 
GeneralRe: How to check if sqldata adapter has nothing, in VB.NET/ASP.NET Pin
dreddy718-Sep-07 9:06
dreddy718-Sep-07 9:06 
GeneralRe: How to check if sqldata adapter has nothing, in VB.NET/ASP.NET Pin
Not Active18-Sep-07 9:22
mentorNot Active18-Sep-07 9:22 
GeneralRe: How to check if sqldata adapter has nothing, in VB.NET/ASP.NET Pin
dreddy718-Sep-07 10:41
dreddy718-Sep-07 10:41 
Uff......finally....I got it! and thats so simple...I am new to this coding world...so was confused between tables/datasets/adapters and stuff..

Anyways the code is as simple as:
<br />
selectText = "select format from Formats where numberID='" + num + "' and format <> 'Other'"<br />
        Dim cmdFormat As SqlDataAdapter = New SqlDataAdapter(selectText, sqlConn1)<br />
<br />
        cmdFormat.Fill(dsFormat, "Formats")<br />
<br />
        tableFormat = dsFormat.Tables("Formats")<br />
        tblFormatsCount = tableFormat.Rows.Count<br />
 make the label visible to display the custom text message<br />
            lblNoFormat.Visible = True <br />
        End If<br />
        Session("Formats") = dsFormat<br />
<br />
<br />
        dtGrid_Format.DataSource = dsFormat.Tables("Formats")<br />

GeneralRe: How to check if sqldata adapter has nothing, in VB.NET/ASP.NET Pin
Not Active18-Sep-07 11:09
mentorNot Active18-Sep-07 11:09 
Questiondatagrid issue Pin
Ridge Howison18-Sep-07 6:50
Ridge Howison18-Sep-07 6:50 
AnswerRe: datagrid issue Pin
Fred_Smith18-Sep-07 7:24
Fred_Smith18-Sep-07 7:24 
GeneralRe: datagrid issue Pin
Ridge Howison18-Sep-07 8:21
Ridge Howison18-Sep-07 8:21 
QuestionAccessing aspx pages from AJAX tab control Pin
lovescalifornia218-Sep-07 6:13
lovescalifornia218-Sep-07 6:13 
QuestionEach row of gridview is a treeview [modified] Pin
ctlqt1218-Sep-07 5:24
ctlqt1218-Sep-07 5:24 
AnswerRe: Using a POS as a smart card reader... Pin
Pete O'Hanlon18-Sep-07 5:05
mvePete O'Hanlon18-Sep-07 5:05 
GeneralRe: Using a POS as a smart card reader... Pin
Tugbay Sahin18-Sep-07 10:25
Tugbay Sahin18-Sep-07 10:25 
QuestionGetting rid of the session id in address line Pin
snir_ya18-Sep-07 4:28
snir_ya18-Sep-07 4:28 
AnswerRe: Getting rid of the session id in address line Pin
Fred_Smith18-Sep-07 4:32
Fred_Smith18-Sep-07 4:32 
AnswerRe: Getting rid of the session id in address line [modified] Pin
snir_ya18-Sep-07 4:52
snir_ya18-Sep-07 4:52 
GeneralRe: Getting rid of the session id in address line Pin
Fred_Smith18-Sep-07 5:22
Fred_Smith18-Sep-07 5:22 
QuestionI'm having this error in Asp.net under VB Pin
Big Ralph18-Sep-07 4:27
Big Ralph18-Sep-07 4:27 
AnswerRe: I'm having this error in Asp.net under VB Pin
Fred_Smith18-Sep-07 4:36
Fred_Smith18-Sep-07 4:36 
AnswerRe: I'm having this error in Asp.net under VB Pin
Pete O'Hanlon18-Sep-07 5:10
mvePete O'Hanlon18-Sep-07 5:10 
GeneralRe: I'm having this error in Asp.net under VB Pin
Big Ralph18-Sep-07 22:54
Big Ralph18-Sep-07 22:54 
Questioncrystal report Pin
raj@code18-Sep-07 4:18
raj@code18-Sep-07 4:18 

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.