Click here to Skip to main content
15,920,801 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerThe rules Pin
leckey3-Jul-07 3:36
leckey3-Jul-07 3:36 
AnswerRe: 2-tier architecture and 3-tier architecture Pin
DanB19833-Jul-07 5:41
DanB19833-Jul-07 5:41 
Questionproblem in xsd file Error is : The same table (tradeId) cannot be the child table in two nested relations. [modified] Pin
PrakashBhaskar2-Jul-07 19:06
PrakashBhaskar2-Jul-07 19:06 
AnswerRe: problem in xsd file Error is : The same table (tradeId) cannot be the child table in two nested relations. Pin
Dave Kreskowiak3-Jul-07 4:14
mveDave Kreskowiak3-Jul-07 4:14 
QuestionADSI Headache Pin
User 24629912-Jul-07 18:57
professionalUser 24629912-Jul-07 18:57 
AnswerRe: ADSI Headache Pin
Dave Kreskowiak3-Jul-07 4:13
mveDave Kreskowiak3-Jul-07 4:13 
GeneralRe: ADSI Headache Pin
User 24629914-Jul-07 1:47
professionalUser 24629914-Jul-07 1:47 
QuestionHow to insert 2 strings into one row? Pin
alicyn2-Jul-07 17:15
alicyn2-Jul-07 17:15 
Hi ,

I would like to know anyway to insert two strings into a row with 2 lines created?
My codes are as below

If NodeName = "subProductPrice" Then
If xmlrder.NodeType = Xml.XmlNodeType.Text Then
SubPrPriceList.Add(xmlrder.Value)

For i = 0 To SubPrPriceList.Count - 1
SubPrPrice = CStr(SubPrPriceList.Item(i))
PriceBrkDownStr &= SubPrPrice

Next

PricePerDay = SvcDate & PriceBrkDownStr
dr("dailyPrice") = PricePerDay
End If
End If

Although both the SvcDate and PriceBrkDownStr are inserted into the same row but they are displayed into one line such as below:

dailyPrice
02/03/2007 03/03/2007 120 230

Any idea how to make the date and price separate into two rows in the same table grid row? thanks =)
AnswerRe: How to insert 2 strings into one row? Pin
Christian Graus2-Jul-07 17:43
protectorChristian Graus2-Jul-07 17:43 
GeneralRe: How to insert 2 strings into one row? Pin
alicyn2-Jul-07 18:01
alicyn2-Jul-07 18:01 
AnswerWill messageBox be diplayed which ClassFile contains ? Pin
Ravi_KRTech2-Jul-07 18:22
Ravi_KRTech2-Jul-07 18:22 
GeneralRe: Will messageBox be diplayed which ClassFile contains ? Pin
Sathesh Sakthivel2-Jul-07 18:50
Sathesh Sakthivel2-Jul-07 18:50 
GeneralRe: Will messageBox be diplayed which ClassFile contains ? Pin
Dave Kreskowiak3-Jul-07 4:10
mveDave Kreskowiak3-Jul-07 4:10 
Questionquite frustrated MAPIMessages1.MsgCount returns 0 always Pin
EvScott2-Jul-07 13:19
EvScott2-Jul-07 13:19 
QuestionGet a list of files on a web page Pin
85iroc2-Jul-07 12:45
85iroc2-Jul-07 12:45 
AnswerRe: Get a list of files on a web page Pin
Christian Graus2-Jul-07 13:23
protectorChristian Graus2-Jul-07 13:23 
QuestionGreek Symbols in Labels Pin
hsprasain2-Jul-07 12:15
hsprasain2-Jul-07 12:15 
AnswerRe: Greek Symbols in Labels Pin
Luc Pattyn2-Jul-07 12:50
sitebuilderLuc Pattyn2-Jul-07 12:50 
GeneralRe: Greek Symbols in Labels Pin
hsprasain2-Jul-07 13:49
hsprasain2-Jul-07 13:49 
QuestionHow to make a standalone customised software Pin
sweetpopai2-Jul-07 11:14
sweetpopai2-Jul-07 11:14 
AnswerRe: How to make a standalone customised software Pin
Dave Kreskowiak2-Jul-07 12:49
mveDave Kreskowiak2-Jul-07 12:49 
QuestionObject destructors and file timeout in ASP.NET/VB.NET Pin
walkeraj2-Jul-07 10:49
walkeraj2-Jul-07 10:49 
AnswerRe: Object destructors and file timeout in ASP.NET/VB.NET Pin
Dave Kreskowiak2-Jul-07 12:48
mveDave Kreskowiak2-Jul-07 12:48 
QuestionUrgent pay attention Pin
goodonebond2-Jul-07 8:53
goodonebond2-Jul-07 8:53 
AnswerRe: Urgent pay attention Pin
Dave Kreskowiak2-Jul-07 9:28
mveDave Kreskowiak2-Jul-07 9:28 

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.