Click here to Skip to main content
15,892,697 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: isdecimal validation Pin
DavidNohejl2-Jul-07 22:24
DavidNohejl2-Jul-07 22:24 
QuestionAjax Error in asp.net 2.0 Pin
nabeelkhan2-Jul-07 21:38
nabeelkhan2-Jul-07 21:38 
Questionerror :asp.net web service in visual c++ Pin
zahra_d842-Jul-07 21:22
zahra_d842-Jul-07 21:22 
QuestionDoubt regarding Report generation. Pin
SrividhyaS2-Jul-07 20:58
SrividhyaS2-Jul-07 20:58 
AnswerRe: Doubt regarding Report generation. Pin
Rahul.Goel2-Jul-07 21:11
Rahul.Goel2-Jul-07 21:11 
QuestionProblem with Response.Write() Pin
Narendra Mohan2-Jul-07 20:51
Narendra Mohan2-Jul-07 20:51 
AnswerRe: Problem with Response.Write() Pin
Sandeep Akhare2-Jul-07 21:03
Sandeep Akhare2-Jul-07 21:03 
GeneralRe: Problem with Response.Write() Pin
Narendra Mohan2-Jul-07 21:16
Narendra Mohan2-Jul-07 21:16 
Thanks for the reply .Actually i am migrating from asp to asp.net by using

migration tool. now i need this converted asp.net inline code to outline .

here i got whole output but design is missing that alignment .

I copied data which in between <% %> tags.

in that there are several Response.write().which has table design.

Please go through the below code.

i = totalexperts
stopnum = lastRec + numrows
startnum = lastRec
goback = startnum - numrows
numcheck = i - 1
Call Response.Write("
")

If (stopnum - 1) <= totalexperts Then
Call Response.Write("Experts " & startnum & " - " & stopnum - 1 & " of " & totalexperts & "
")
Else
'are on the last page
Call Response.Write("Experts " & startnum & " - " & totalexperts & " of " & totalexperts & "
")
lblExperts.Text = " Experts " & startnum & " - " & totalexperts & " of " & totalexperts & "
"
End If
If goback > 0 Then
Call Response.Write("")

End If
Call Response.Write("<< Prev")
Call Response.Write("
")
Call Response.Write(" | ")


If (CShort(i) >= CShort(numrows)) And (CShort(i) >= CShort(stopnum)) Then ' the number to retrieve and the number of total records
Call Response.Write("")
End If
Call Response.Write("Next >>")
Call Response.Write("
")

Questionhtml table display........ Pin
Member 38798812-Jul-07 20:42
Member 38798812-Jul-07 20:42 
AnswerRe: html table display........ Pin
Sandeep Akhare2-Jul-07 20:45
Sandeep Akhare2-Jul-07 20:45 
AnswerRe: html table display........ Pin
honeyss2-Jul-07 20:45
honeyss2-Jul-07 20:45 
AnswerRe: html table display........ Pin
Imran Khan Pathan2-Jul-07 21:16
Imran Khan Pathan2-Jul-07 21:16 
Questioncreating textbox on fly Pin
hari4ur2-Jul-07 20:20
hari4ur2-Jul-07 20:20 
AnswerRe: creating textbox on fly Pin
Sandeep Akhare2-Jul-07 20:27
Sandeep Akhare2-Jul-07 20:27 
GeneralRe: creating textbox on fly Pin
hari4ur3-Jul-07 20:46
hari4ur3-Jul-07 20:46 
GeneralRe: creating textbox on fly Pin
Sandeep Akhare3-Jul-07 20:55
Sandeep Akhare3-Jul-07 20:55 
GeneralRe: creating textbox on fly Pin
hari4ur4-Jul-07 23:31
hari4ur4-Jul-07 23:31 
Questionhow to input text on hitting the enter key in asp.net Pin
Piyush Vardhan Singh2-Jul-07 19:35
Piyush Vardhan Singh2-Jul-07 19:35 
AnswerRe: how to input text on hitting the enter key in asp.net Pin
honeyss2-Jul-07 19:46
honeyss2-Jul-07 19:46 
GeneralRe: how to input text on hitting the enter key in asp.net Pin
Piyush Vardhan Singh2-Jul-07 20:27
Piyush Vardhan Singh2-Jul-07 20:27 
GeneralRe: how to input text on hitting the enter key in asp.net Pin
honeyss2-Jul-07 20:42
honeyss2-Jul-07 20:42 
GeneralRe: how to input text on hitting the enter key in asp.net Pin
Piyush Vardhan Singh2-Jul-07 22:13
Piyush Vardhan Singh2-Jul-07 22:13 
GeneralRe: how to input text on hitting the enter key in asp.net Pin
honeyss2-Jul-07 22:20
honeyss2-Jul-07 22:20 
GeneralRe: how to input text on hitting the enter key in asp.net Pin
Piyush Vardhan Singh2-Jul-07 22:40
Piyush Vardhan Singh2-Jul-07 22:40 
GeneralRe: how to input text on hitting the enter key in asp.net Pin
Piyush Vardhan Singh3-Jul-07 0:06
Piyush Vardhan Singh3-Jul-07 0:06 

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.