Click here to Skip to main content
15,900,464 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Hown to write cookies in VB.NET? Pin
Guffa7-Aug-06 5:23
Guffa7-Aug-06 5:23 
AnswerRe: Hown to write cookies in VB.NET? Pin
Guffa7-Aug-06 12:38
Guffa7-Aug-06 12:38 
AnswerRe: Hown to write cookies in VB.NET? Pin
Guffa7-Aug-06 18:59
Guffa7-Aug-06 18:59 
GeneralRe: Hown to write cookies in VB.NET? Pin
Guffa8-Aug-06 8:00
Guffa8-Aug-06 8:00 
AnswerRe: Hown to write cookies in VB.NET? Pin
Mike Ellison7-Aug-06 6:38
Mike Ellison7-Aug-06 6:38 
Questioncross-frame scripting Pin
axwiec7-Aug-06 4:25
axwiec7-Aug-06 4:25 
QuestionHow do I programatically access ftp server with ssl Pin
stellasworkinc6-Aug-06 22:42
stellasworkinc6-Aug-06 22:42 
Questionnext button Pin
LovelyHelp6-Aug-06 19:31
LovelyHelp6-Aug-06 19:31 
I am using asp. I will like my code to generate next button if my pageitem is more than 5.
it each each row it will only display 5 items. once the row ismore than 5 items, it iwll have next button which user can click onnext button. now my code is like this


<%
i=1
do until prodSet.EOF
if not i mod 4 = 0 then
%>

<% else %>

<%
ii=1
do until prodSet1.EOF
if not ii mod 4 = 0 then
%>


<%else%>

<%
end if
ii=ii+1
prodSet1.MoveNext
Loop
%>

<%
end if
i=i+1
prodSet.MoveNext

Loop
%>
 ">" border="0"> ">" border="0">
 <%=prodSet1("prod1_name")%><%=prodSet1("prod1_name")%>
     

AnswerRe: next button Pin
Guffa7-Aug-06 9:59
Guffa7-Aug-06 9:59 
AnswerRe: next button Pin
manowj11-Aug-06 20:43
manowj11-Aug-06 20:43 
QuestionGet HTML from element on different page Pin
eggie56-Aug-06 14:57
eggie56-Aug-06 14:57 
AnswerRe: Get HTML from element on different page [modified] Pin
manowj11-Aug-06 20:35
manowj11-Aug-06 20:35 
GeneralRe: Get HTML from element on different page Pin
Mavaddat Javid24-Oct-09 16:01
Mavaddat Javid24-Oct-09 16:01 
Questionplz help me Pin
elias sarband6-Aug-06 5:38
elias sarband6-Aug-06 5:38 
AnswerRe: plz help me Pin
PlayByTheRules7-Aug-06 1:51
PlayByTheRules7-Aug-06 1:51 
QuestionSpaces in HTML [modified] Pin
orentuil6-Aug-06 3:41
orentuil6-Aug-06 3:41 
AnswerRe: Spaces in HTML Pin
Guffa6-Aug-06 6:05
Guffa6-Aug-06 6:05 
Questioncalendar in web page Pin
Paul Ferris5-Aug-06 9:46
Paul Ferris5-Aug-06 9:46 
Questionsimple html/javascript question [modified] Pin
Sam 20065-Aug-06 2:40
Sam 20065-Aug-06 2:40 
AnswerRe: simple html/javascript question Pin
Guffa5-Aug-06 13:12
Guffa5-Aug-06 13:12 
QuestionFrom Local Machine to WebServer on the internet with PHP Pin
Hy Chanhan4-Aug-06 22:03
professionalHy Chanhan4-Aug-06 22:03 
QuestionAccess the Cache from a Class Library [modified] Pin
_Zorro_4-Aug-06 14:13
professional_Zorro_4-Aug-06 14:13 
Questionhttps file uploading not working Pin
Aaron Sulwer4-Aug-06 7:12
Aaron Sulwer4-Aug-06 7:12 
Questionnoob's guidelines for a web application Pin
BlackRider4-Aug-06 5:27
BlackRider4-Aug-06 5:27 
Questionjavascript in ascx files Pin
mchoekot4-Aug-06 1:08
mchoekot4-Aug-06 1:08 

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.