Click here to Skip to main content
16,004,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDatagrid with child data Pin
RDoes23-Aug-06 8:20
RDoes23-Aug-06 8:20 
AnswerRe: Datagrid with child data Pin
Stephen McGuire23-Aug-06 9:09
Stephen McGuire23-Aug-06 9:09 
GeneralRe: Datagrid with child data Pin
RDoes23-Aug-06 20:41
RDoes23-Aug-06 20:41 
QuestionOleDBConnection to Access lost after a connection to excel? Pin
atortosa23-Aug-06 4:41
atortosa23-Aug-06 4:41 
QuestionHow to save Text and Images in Database [modified] Pin
Jats_4ru23-Aug-06 4:14
Jats_4ru23-Aug-06 4:14 
Questionvb2005 IDE? Pin
ringostarr1723-Aug-06 1:28
ringostarr1723-Aug-06 1:28 
AnswerRe: vb2005 IDE? Pin
Christian Graus23-Aug-06 2:20
protectorChristian Graus23-Aug-06 2:20 
Questionorder of datagrid columns Pin
amilapradeep23-Aug-06 1:04
amilapradeep23-Aug-06 1:04 
i have populated a data grid with like this

dim QryFrames As String = "SELECT F.ProductId, F.BrandName, F.Collection, F.Temple, F.Bridge, F.Eye, F.FrameName, F.Color, F.Meterial, F.FrameType,F.FrameShape, F.RimType, F.LenseColor, F.Gender,F.QtyInHand,F.ReorderLevel FROM Frames AS F INNER JOIN Stock AS S ON F.ProductId = S.ProductId and F.GrnNo=S.GrnNo"

ds = classes_obj.getRecord(QryFrames)
dgAddReorder.DataSource = ds.Tables(0)

here getRecord function return dataset for passes qry string.
this works on index change event of combo box.

my problem is user change combo box selected item this return (populate data grid) different order.that mean not in same order.

eg. say i want to get ReorderLevel for last column of data grid.so i place it as last item of Qry.but different times it get different location.(but first time ok. i think this because of cashing or something of dataset.)
i want to get this same position every time.

regards.




amila pradeep
QuestionHello Guys. Pin
himuskanhere23-Aug-06 0:18
himuskanhere23-Aug-06 0:18 
AnswerRe: SQL query in VB Pin
Guffa23-Aug-06 1:54
Guffa23-Aug-06 1:54 
AnswerRe: Pin
Guffa23-Aug-06 8:48
Guffa23-Aug-06 8:48 
QuestionNeed help for making Telephone answering machine application Pin
Mohit Namdeo23-Aug-06 0:15
Mohit Namdeo23-Aug-06 0:15 
AnswerRe: Need help for making Telephone answering machine application Pin
Christian Graus23-Aug-06 2:21
protectorChristian Graus23-Aug-06 2:21 
QuestionPinvoke and MissingMethodException Pin
raul.net22-Aug-06 22:23
raul.net22-Aug-06 22:23 
AnswerRe: Pinvoke and MissingMethodException Pin
raul.net23-Aug-06 2:21
raul.net23-Aug-06 2:21 
QuestionReport Viewer in the teacher Starter Kit Pin
ihe22-Aug-06 22:20
ihe22-Aug-06 22:20 
Questionerror when delete record..? Pin
campbells22-Aug-06 22:06
campbells22-Aug-06 22:06 
AnswerRe: error when delete record..? Pin
Guffa23-Aug-06 2:01
Guffa23-Aug-06 2:01 
GeneralRe: error when delete record..? Pin
Christian Graus23-Aug-06 2:24
protectorChristian Graus23-Aug-06 2:24 
AnswerRe: error when delete record..? Pin
Guffa23-Aug-06 3:22
Guffa23-Aug-06 3:22 
QuestionNeed Help with Displaying images in Crystal Report Pin
Jats_4ru22-Aug-06 21:50
Jats_4ru22-Aug-06 21:50 
QuestionOrganisation Chart in VB.net 2005 Pin
riyaz_786_p22-Aug-06 21:39
riyaz_786_p22-Aug-06 21:39 
QuestionSending SMS using pocket pc connected to Computer Pin
NituKothari22-Aug-06 19:09
NituKothari22-Aug-06 19:09 
Questionhand cursor on mouse...? Pin
campbells22-Aug-06 18:41
campbells22-Aug-06 18:41 
AnswerRe: hand cursor on mouse...? Pin
Christian Graus22-Aug-06 18:59
protectorChristian Graus22-Aug-06 18:59 

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.