Click here to Skip to main content
15,905,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: store image into database Pin
IamAmit20-Aug-07 20:44
IamAmit20-Aug-07 20:44 
GeneralRe: store image into database Pin
Sandeep Akhare20-Aug-07 20:56
Sandeep Akhare20-Aug-07 20:56 
QuestionExport data from gridview to pdf in ASP .Net Pin
Sumithra Guturi20-Aug-07 20:01
Sumithra Guturi20-Aug-07 20:01 
AnswerRe: Export data from gridview to pdf in ASP .Net Pin
Vasudevan Deepak Kumar20-Aug-07 22:37
Vasudevan Deepak Kumar20-Aug-07 22:37 
GeneralRe: Export data from gridview to pdf in ASP .Net Pin
Sumithra Guturi21-Aug-07 20:36
Sumithra Guturi21-Aug-07 20:36 
Questioni read the html code and html controls into one protected string, i put that server tag into html source. but my problem is i am not able to finding html controls . this is my Pin
Shaik Haneef20-Aug-07 19:24
Shaik Haneef20-Aug-07 19:24 
AnswerRe: i read the html code and html controls into one protected string, i put that server tag into html source. but my problem is i am not able to finding html controls . this is my Pin
Christian Graus20-Aug-07 20:38
protectorChristian Graus20-Aug-07 20:38 
Questioni read the html code and controls into one protected string, i put that server tag at html source. but my problem is i am not able to finding html controls . this is my code. Pin
Shaik Haneef20-Aug-07 19:19
Shaik Haneef20-Aug-07 19:19 
Hi

i read the html code and html controls into one protected string, i put that server tag into html source. but my problem is i am not able to finding html controls . this is my question


For cnt = 0 To listofobj.Count - 1


If listofobj(cnt).MNU_Imgpath = "" Then
listofobj(cnt).MNU_Imgpath = "Noimg.jpg"
End If
Dim dupchk As Boolean = dupeliminate(listofobj(cnt).MNU_MenuID)


If dupchk = True Then
str &= ""

str &= "" & vbCrLf
str &= " " & vbCrLf
str &= listofobj(cnt).MNU_MenuName
str &= " " & vbCrLf
str &= " " & vbCrLf

End If



str &= "" & vbCrLf


str &= "" & vbCrLf
str &= " " & vbCrLf
str &= " " & vbCrLf
str &= "" & vbCrLf
str &= "
" & vbCrLf
str &= " " & vbCrLf
str &= " " & vbCrLf
str &= " " & vbCrLf
str &= " " & vbCrLf
str &= " "
str &= " " & vbCrLf
str &= " " & vbCrLf
str &= " " & vbCrLf
str &= "
" & vbCrLf
str &= " " & vbCrLf
str &= "
" & vbCrLf
str &= " " & vbCrLf
str &= "
" & vbCrLf
str &= " " & vbCrLf
str &= " " & listofobj(cnt).MNU_ItemName & "
" & vbCrLf
str &= " " & listofobj(cnt).MNU_Desc & "
" & vbCrLf
str &= " Item Availabale From" & listofobj(cnt).MNU_StartTime & " to " & vbCrLf
str &= " " & listofobj(cnt).MNU_EndTime & "
"
str &= "
"
str &= " " & vbCrLf
str &= " Price:" & listofobj(cnt).MNU_Price & " " & vbCrLf
str &= "
" & vbCrLf
str &= " Quantity:" & vbCrLf
str &= " " & vbCrLf
str &= " 1" & vbCrLf
str &= " 2" & vbCrLf
str &= " 3" & vbCrLf
str &= " 4" & vbCrLf
str &= " 5" & vbCrLf
str &= " 6" & vbCrLf
str &= " 7" & vbCrLf
str &= " 8" & vbCrLf
str &= " 9" & vbCrLf
str &= " 10" & vbCrLf
str &= " 11" & vbCrLf
str &= " 12" & vbCrLf
str &= " 13" & vbCrLf
str &= " 14" & vbCrLf
str &= " 15" & vbCrLf
str &= " 16" & vbCrLf
str &= " 17" & vbCrLf
str &= " 18" & vbCrLf
str &= " 19" & vbCrLf
str &= " 20" & vbCrLf
str &= " " & vbCrLf
str &= "
" & vbCrLf
str &= "
" & vbCrLf


str &= ""
Next


this string results a grid view format table.

grid view not satisfy my requirement because i want full rows in middle.

example:

pizza
----------------------------------
pizzaimg1 description cost quantity
pizzaimg1 description cost quantity
pizzaimg2 description cost quantity
pizzaimg3 description cost quantity

salad

pizza
----------------------------------
salad1 description cost quantity
salad2 description cost quantity
salad3 description cost quantity

like so on ................


i am assigning the source as array list with generic list of(...)

Hope that any body help me...........






This is haneef.............................................................

QuestionAutomation of web application Pin
Radhakishan20-Aug-07 17:52
Radhakishan20-Aug-07 17:52 
QuestionTreeView XML or Database Pin
J Liang20-Aug-07 17:44
J Liang20-Aug-07 17:44 
QuestionTrace Browser Back Button Click? Pin
Md Arif20-Aug-07 16:08
Md Arif20-Aug-07 16:08 
AnswerRe: Trace Browser Back Button Click? Pin
Michael Sync20-Aug-07 17:51
Michael Sync20-Aug-07 17:51 
QuestionProblem occurs when running ASP.NET application on Windows Server 2003 Pin
vuthaianh20-Aug-07 15:45
vuthaianh20-Aug-07 15:45 
AnswerRe: Problem occurs when running ASP.NET application on Windows Server 2003 Pin
Michael Sync20-Aug-07 16:03
Michael Sync20-Aug-07 16:03 
QuestionInsert Command for decimal Pin
williammcq20-Aug-07 13:22
williammcq20-Aug-07 13:22 
AnswerRe: Insert Command for decimal Pin
Michael Sync20-Aug-07 15:10
Michael Sync20-Aug-07 15:10 
GeneralRe: Insert Command for decimal Pin
williammcq20-Aug-07 16:33
williammcq20-Aug-07 16:33 
GeneralRe: Insert Command for decimal Pin
Michael Sync20-Aug-07 17:00
Michael Sync20-Aug-07 17:00 
GeneralRe: Insert Command for decimal Pin
williammcq20-Aug-07 17:15
williammcq20-Aug-07 17:15 
GeneralRe: Insert Command for decimal Pin
williammcq20-Aug-07 18:33
williammcq20-Aug-07 18:33 
GeneralRe: Insert Command for decimal Pin
Michael Sync20-Aug-07 19:57
Michael Sync20-Aug-07 19:57 
GeneralRe: Insert Command for decimal Pin
williammcq22-Aug-07 8:47
williammcq22-Aug-07 8:47 
QuestionSaving my menus Pin
2hdass20-Aug-07 10:08
2hdass20-Aug-07 10:08 
AnswerRe: Saving my menus Pin
Christian Graus20-Aug-07 10:57
protectorChristian Graus20-Aug-07 10:57 
GeneralRe: Saving my menus Pin
2hdass21-Aug-07 3:36
2hdass21-Aug-07 3: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.