Click here to Skip to main content
15,881,248 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to open link in New Tab in the Main browser Pin
VanithaVasu17-Dec-08 19:25
VanithaVasu17-Dec-08 19:25 
AnswerRe: How to open link in New Tab in the Main browser Pin
Vimalsoft(Pty) Ltd17-Dec-08 19:50
professionalVimalsoft(Pty) Ltd17-Dec-08 19:50 
Questionhelp me if u know answer Pin
venkata saibabu17-Dec-08 19:19
venkata saibabu17-Dec-08 19:19 
AnswerRe: help me if u know answer Pin
Brij17-Dec-08 19:28
mentorBrij17-Dec-08 19:28 
AnswerRe: help me if u know answer Pin
Vimalsoft(Pty) Ltd17-Dec-08 19:34
professionalVimalsoft(Pty) Ltd17-Dec-08 19:34 
QuestionHow to make a hierarchy tabler? Pin
meki_211817-Dec-08 19:07
meki_211817-Dec-08 19:07 
AnswerRe: How to make a hierarchy tabler? Pin
Christian Graus17-Dec-08 19:10
protectorChristian Graus17-Dec-08 19:10 
GeneralRe: How to make a hierarchy tabler? Pin
meki_211817-Dec-08 19:44
meki_211817-Dec-08 19:44 
DS = DAL.Get_Data_BE(txtCcNo.Text)            
            n = DS.Tables(0).Rows.Count            
            Do Until n <= 0
                i = i + 1
                contItemName = DS.Tables(0).Rows(DS.Tables(0).Rows.Count() - i).Item("ITEM_NAME")
                contPCode = DS.Tables(0).Rows(DS.Tables(0).Rows.Count() - i).Item("P_CODE")
                DS = DAL.Get_Level_BE(contPCode)
                j = DS.Tables(0).Rows.Count
                k = 0
                Do Until j <= 0
                    k = k + 1
                    PrimCont = DS.Tables(0).Rows(DS.Tables(0).Rows.Count() - k).Item("PRIM_KEY")
                    DSL = DAL.Get_ItemName_BE(PrimCont)
                    ItemCont = DSL.Tables(0).Rows(DS.Tables(0).Rows.Count() = 0).Item("ITEM_NAME")
                    ItemRepeater.DataSource = DS
                    j = j - 1
                Loop
                DS = DAL.Get_Data_BE(txtCcNo.Text)             
                ItemRepeater.DataBind()
                n = n - 1
            Loop


Here's the loop that I've created. And the hierarchy will consist of up to 5 sub items. that's what I've been planning.
AnswerRe: How to make a hierarchy tabler? Pin
Brij17-Dec-08 19:11
mentorBrij17-Dec-08 19:11 
GeneralRe: How to make a hierarchy tabler? Pin
meki_211817-Dec-08 19:46
meki_211817-Dec-08 19:46 
QuestionWebService: Query regarding view in browser option Pin
dan!sh 17-Dec-08 19:00
professional dan!sh 17-Dec-08 19:00 
AnswerRe: WebService: Query regarding view in browser option Pin
Christian Graus17-Dec-08 19:02
protectorChristian Graus17-Dec-08 19:02 
Questionhi Pin
sanddepnamburi17-Dec-08 18:56
sanddepnamburi17-Dec-08 18:56 
AnswerRe: hi Pin
Christian Graus17-Dec-08 18:58
protectorChristian Graus17-Dec-08 18:58 
AnswerRe: hi Pin
Brij17-Dec-08 19:05
mentorBrij17-Dec-08 19:05 
Questionhow to record voice through Asp.net application? Pin
naagrjuna17-Dec-08 18:50
naagrjuna17-Dec-08 18:50 
AnswerRe: how to record voice through Asp.net application? Pin
Abhijit Jana17-Dec-08 18:56
professionalAbhijit Jana17-Dec-08 18:56 
AnswerRe: how to record voice through Asp.net application? Pin
Abhijit Jana17-Dec-08 18:59
professionalAbhijit Jana17-Dec-08 18:59 
AnswerRe: how to record voice through Asp.net application? Pin
Christian Graus17-Dec-08 18:59
protectorChristian Graus17-Dec-08 18:59 
AnswerRe: how to record voice through Asp.net application? Pin
Brij17-Dec-08 19:07
mentorBrij17-Dec-08 19:07 
Questionappend data in xml file Pin
pinna_hari17-Dec-08 18:41
pinna_hari17-Dec-08 18:41 
AnswerRe: append data in xml file Pin
Christian Graus17-Dec-08 19:00
protectorChristian Graus17-Dec-08 19:00 
GeneralRe: append data in xml file Pin
pinna_hari17-Dec-08 19:12
pinna_hari17-Dec-08 19:12 
GeneralRe: append data in xml file Pin
N a v a n e e t h17-Dec-08 19:47
N a v a n e e t h17-Dec-08 19:47 
GeneralRe: append data in xml file Pin
pinna_hari17-Dec-08 20:34
pinna_hari17-Dec-08 20:34 

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.