Click here to Skip to main content
15,917,574 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: PHP copying Post values into session Pin
gunner_uk20003-Jan-08 1:54
gunner_uk20003-Jan-08 1:54 
Questionwhy reflected schemas? Pin
Soumini Ramakrishnan31-Dec-07 0:42
Soumini Ramakrishnan31-Dec-07 0:42 
AnswerRe: why reflected schemas? Pin
Paul Conrad31-Dec-07 10:26
professionalPaul Conrad31-Dec-07 10:26 
Generalweb widget Pin
Shafaqat Ali30-Dec-07 21:58
Shafaqat Ali30-Dec-07 21:58 
GeneralRe: web widget Pin
Michael Sync30-Dec-07 22:04
Michael Sync30-Dec-07 22:04 
GeneralRe: web widget Pin
Shafaqat Ali31-Dec-07 0:46
Shafaqat Ali31-Dec-07 0:46 
GeneralRe: web widget Pin
Michael Sync31-Dec-07 21:18
Michael Sync31-Dec-07 21:18 
Questionpagingnation Pin
idsanjeevjha30-Dec-07 19:38
idsanjeevjha30-Dec-07 19:38 
i wants to paging if record posted by employee in more then 10 then otion to view next go to next page first page is work fine but the page number don't work so how can paging it with employee number
[code]
<td> <%If page>1 Then %> <a href="userprofile1.asp?opt=<%=R("empno") "& <%=page-1%>&" %>">Previous</a>
<%end if %>
<% If page < Rpage Then %> <a href="userprofile1.asp?opt=<%=R("empno") &<%=page+1%>">Next</a>
<% end if %>
<%if Rpage>2 then
for i=1 to Rpage
response.write "<a href=""userprofile1.asp?opt=<%=R("empno") & page="&i&""">"&i&"</a> "
next
end if
%> </td>
[/code]
Thanks

sanjeev

GeneralAsp.net AJAX Pin
Member 464849130-Dec-07 19:26
Member 464849130-Dec-07 19:26 
GeneralRe: Asp.net AJAX Pin
Michael Sync30-Dec-07 19:54
Michael Sync30-Dec-07 19:54 
QuestionEmail using CDONTS on ASP form Pin
Hugo Migneron30-Dec-07 9:04
Hugo Migneron30-Dec-07 9:04 
GeneralMessage Closed Pin
30-Dec-07 7:45
mbhat30-Dec-07 7:45 
QuestionUsing onClick for div popup Pin
adz_61930-Dec-07 4:13
adz_61930-Dec-07 4:13 
GeneralRe: Using onClick for div popup Pin
Johnny ²30-Dec-07 13:47
Johnny ²30-Dec-07 13:47 
GeneralASP.Net Ajax Problem Pin
mehrdadc4829-Dec-07 9:20
mehrdadc4829-Dec-07 9:20 
GeneralNewbie JavaScript Question Pin
gunner_uk200029-Dec-07 3:14
gunner_uk200029-Dec-07 3:14 
GeneralRe: Newbie JavaScript Question Pin
Michael Sync29-Dec-07 22:07
Michael Sync29-Dec-07 22:07 
GeneralRe: Newbie JavaScript Question Pin
gunner_uk200030-Dec-07 5:34
gunner_uk200030-Dec-07 5:34 
Generalclientscript.registerforeventvalidation Pin
arunkumarv28-Dec-07 23:27
arunkumarv28-Dec-07 23:27 
QuestionCan I develop Google map api to display on Mobile phone or PDA? Pin
bowling28-Dec-07 12:20
bowling28-Dec-07 12:20 
GeneralInstal ATP server Web Server on Win2K3... Pin
achainard28-Dec-07 8:42
achainard28-Dec-07 8:42 
Generalproblem in getting image width and height Pin
Tamimi - Code27-Dec-07 1:45
Tamimi - Code27-Dec-07 1:45 
Answersolved :) Pin
Tamimi - Code27-Dec-07 2:13
Tamimi - Code27-Dec-07 2:13 
GeneralRe: solved :) Pin
Paul Conrad27-Dec-07 15:06
professionalPaul Conrad27-Dec-07 15:06 
GeneralWindows foms control in Web page. a simple problem when with web pages Pin
ram197426-Dec-07 14:51
ram197426-Dec-07 14:51 

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.