Click here to Skip to main content
15,905,419 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: regarding server error Pin
steffw8-May-07 5:00
steffw8-May-07 5:00 
GeneralRe: regarding server error Pin
PhanindraTSK8-May-07 19:20
PhanindraTSK8-May-07 19:20 
QuestionHOW TO GET THE VALUE? Pin
hifiger20044-May-07 8:41
hifiger20044-May-07 8:41 
AnswerRe: HOW TO GET THE VALUE? Pin
Tarakeshwar Reddy4-May-07 10:02
professionalTarakeshwar Reddy4-May-07 10:02 
GeneralRe: HOW TO GET THE VALUE? Pin
hifiger20047-May-07 1:50
hifiger20047-May-07 1:50 
QuestionTime format Pin
No-e4-May-07 4:46
No-e4-May-07 4:46 
AnswerRe: Time format Pin
Arun.Immanuel4-May-07 6:04
Arun.Immanuel4-May-07 6:04 
GeneralRe: Time format Pin
No-e4-May-07 6:43
No-e4-May-07 6:43 
Nothing Fancy, SQL Server database Visual Studio, Visual basic.net in a web app that collects data from the SQL database and lists it on the screen in a listbox.

Dim dt As New DataTable ' ready to process
sqlStatement = "Select PROCESS_START_TIME from MyTable"

Dim cn As New SqlConnection(sqlConnString)
cn.Open()

Dim cmd As New SqlCommand(sqlStatement, cn)
Dim dr As SqlDataReader = cmd4.ExecuteReader
Do While dr.Read()
MyDataRow = dt.NewRow()
MyDataRow(0) = dr(0) ' this is a date wanted in military format


(Military format being not 1:00 PM, but 13:00 format)
AnswerRe: Time format Pin
Guffa4-May-07 9:40
Guffa4-May-07 9:40 
AnswerRe: Time format Pin
Guffa4-May-07 6:10
Guffa4-May-07 6:10 
Questionvalidate CheckListBox using JavaScript Pin
Vinay Dornala4-May-07 3:42
Vinay Dornala4-May-07 3:42 
QuestionActiveX read file path Pin
militiaware4-May-07 2:36
militiaware4-May-07 2:36 
AnswerRe: ActiveX read file path Pin
forest2100015-Mar-11 13:57
forest2100015-Mar-11 13:57 
GeneralRe: ActiveX read file path Pin
militiaware15-Mar-11 21:34
militiaware15-Mar-11 21:34 
QuestionURL using Digest HTTP Authentication ? Pin
fx92003-May-07 22:35
fx92003-May-07 22:35 
QuestionDevelop web application with Live communication server Pin
Hardik Patel (GTL)3-May-07 5:10
Hardik Patel (GTL)3-May-07 5:10 
QuestionFavorite Icon Pin
Exelioindia3-May-07 3:32
Exelioindia3-May-07 3:32 
AnswerRe: Favorite Icon Pin
kubben3-May-07 5:08
kubben3-May-07 5:08 
QuestionIIS Problem Pin
paranth3-May-07 2:20
paranth3-May-07 2:20 
AnswerRe: IIS Problem Pin
Hesham Amin4-May-07 22:06
Hesham Amin4-May-07 22:06 
Questionjavascript quiz Pin
saravanan052-May-07 22:27
saravanan052-May-07 22:27 
AnswerRe: javascript quiz Pin
MatrixCoder3-May-07 11:08
MatrixCoder3-May-07 11:08 
QuestionWhich PHP Framework to use [modified] Pin
Najeeb Shaikh2-May-07 21:48
Najeeb Shaikh2-May-07 21:48 
AnswerRe: Which PHP Framework to use Pin
Bradml4-May-07 1:44
Bradml4-May-07 1:44 
GeneralRe: Which PHP Framework to use [modified] Pin
Najeeb Shaikh4-May-07 2:36
Najeeb Shaikh4-May-07 2:36 

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.