Click here to Skip to main content
15,902,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionI want to create a Datagrid column having DropDownList control just like ASP .NET. Pin
Pankaj Kulkarni22-Feb-06 0:54
Pankaj Kulkarni22-Feb-06 0:54 
QuestionDrag&Drop onto Form without Controls Pin
ibexcentral22-Feb-06 0:08
ibexcentral22-Feb-06 0:08 
QuestionRemove rptTextBox in Data Report during Run Time Pin
PremalathaP21-Feb-06 22:54
PremalathaP21-Feb-06 22:54 
Questionadding webservice Pin
jayoc21-Feb-06 21:42
jayoc21-Feb-06 21:42 
QuestionHow to associate a pop up menu with a listbox? Pin
KaKa'21-Feb-06 21:33
KaKa'21-Feb-06 21:33 
QuestionHow to get CRL Pin
Mahesh Jadhav21-Feb-06 21:31
Mahesh Jadhav21-Feb-06 21:31 
QuestionDiff betn ExecuteNonQuery & ExecuteScalar Pin
mayhem_rules21-Feb-06 20:28
mayhem_rules21-Feb-06 20:28 
AnswerRe: Diff betn ExecuteNonQuery & ExecuteScalar Pin
ne0h21-Feb-06 21:09
ne0h21-Feb-06 21:09 
use ExecuteScaler when u need to get only one value from DB(i.e. when u're using aggregate func) and use ExecuteNonQuery when u need to insert/update/delete operation.

e.g

if ur query is "SELECT AVG(sal) FROM MyTable"
then use ExecuteScaler, because it returns only one value.

this is not the end, this is how its goin to begin !
GeneralRe: Diff betn ExecuteNonQuery & ExecuteScalar Pin
mayhem_rules21-Feb-06 21:25
mayhem_rules21-Feb-06 21:25 
GeneralRe: Diff betn ExecuteNonQuery & ExecuteScalar Pin
ne0h21-Feb-06 21:41
ne0h21-Feb-06 21:41 
GeneralRe: Diff betn ExecuteNonQuery & ExecuteScalar Pin
mayhem_rules21-Feb-06 22:17
mayhem_rules21-Feb-06 22:17 
GeneralRe: Diff betn ExecuteNonQuery & ExecuteScalar Pin
ne0h21-Feb-06 22:35
ne0h21-Feb-06 22:35 
GeneralRe: Diff betn ExecuteNonQuery & ExecuteScalar Pin
mayhem_rules22-Feb-06 1:08
mayhem_rules22-Feb-06 1:08 
Questionhow to add custom control to treeview nodes Pin
kondepudi nagaraju21-Feb-06 19:26
kondepudi nagaraju21-Feb-06 19:26 
QuestionSend Sms via mobile connected to Pc in vb6.0 Pin
bmano21-Feb-06 18:52
bmano21-Feb-06 18:52 
QuestionHandling keyboard "special" buttons Pin
Syberaptor21-Feb-06 17:08
Syberaptor21-Feb-06 17:08 
AnswerRe: Handling keyboard "special" buttons Pin
progload21-Feb-06 18:32
progload21-Feb-06 18:32 
GeneralRe: Handling keyboard "special" buttons Pin
Syberaptor22-Feb-06 7:39
Syberaptor22-Feb-06 7:39 
Questionwhen does the Sub application_start know when to start? Pin
kenn_rosie21-Feb-06 15:05
kenn_rosie21-Feb-06 15:05 
AnswerRe: when does the Sub application_start know when to start? Pin
Christian Graus21-Feb-06 15:51
protectorChristian Graus21-Feb-06 15:51 
GeneralRe: when does the Sub application_start know when to start? Pin
kenn_rosie21-Feb-06 17:15
kenn_rosie21-Feb-06 17:15 
GeneralRe: when does the Sub application_start know when to start? Pin
Christian Graus21-Feb-06 17:17
protectorChristian Graus21-Feb-06 17:17 
GeneralRe: when does the Sub application_start know when to start? Pin
kenn_rosie21-Feb-06 18:05
kenn_rosie21-Feb-06 18:05 
GeneralRe: when does the Sub application_start know when to start? Pin
Divya Rathi22-Feb-06 3:48
Divya Rathi22-Feb-06 3:48 
QuestionDetect the file is opened or not? Pin
cylix200021-Feb-06 14:49
cylix200021-Feb-06 14:49 

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.