Click here to Skip to main content
15,912,329 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: HTML file browse Pin
Stephan Pilz22-Sep-06 4:40
Stephan Pilz22-Sep-06 4:40 
GeneralRe: HTML file browse Pin
prabha.swati8-Oct-06 21:11
prabha.swati8-Oct-06 21:11 
QuestionHow to do this with Javascript??? [modified] Pin
hiral_shah21-Sep-06 21:11
hiral_shah21-Sep-06 21:11 
AnswerRe: How to do this with Javascript??? Pin
Guffa21-Sep-06 21:39
Guffa21-Sep-06 21:39 
QuestionRe: How to do this with Javascript??? Pin
hiral_shah21-Sep-06 22:37
hiral_shah21-Sep-06 22:37 
AnswerRe: How to do this with Javascript??? Pin
Guffa22-Sep-06 0:21
Guffa22-Sep-06 0:21 
Questiondeploying a .net winforms that has to connect to remote sql server Pin
steve_rm21-Sep-06 19:44
steve_rm21-Sep-06 19:44 
QuestionPaging records Pin
alxtech21-Sep-06 11:13
alxtech21-Sep-06 11:13 
i have an application that searches records from a database, sometimes the recors are too many and i want to brake them into individual pages showing a max of 10 records per page. i tried using paging recordset feature from dreamweaver but it does not work well, it repeats records.
Please help me with any code that i can impletemt, here is the connection and query:

Dim Recordset1
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Dim MM_objConn_STRING
set MM_objConn_STRING=server.CreateObject("ADODB.connection")
MM_objConn_STRING.open = "Provider=SQLOLEDB.1;DataSource=datatest\INST1;Database=datatest;uid=user_name;Pwd=password;Network Library=DBMSSOCN;"
Recordset1.ActiveConnection = MM_objConn_STRING

Recordset1.Source = "SELECT idmum,namefirst,namelast,namemiddle FROM tbl_test where namelast like 'smith' "

I am displaying results in a table.

Thank you.


AnswerRe: Paging records Pin
Christian Graus21-Sep-06 12:06
protectorChristian Graus21-Sep-06 12:06 
GeneralRe: Paging records Pin
alxtech22-Sep-06 3:31
alxtech22-Sep-06 3:31 
AnswerRe: Paging records Pin
JUNEYT25-Sep-06 21:43
JUNEYT25-Sep-06 21:43 
QuestionHow do I do this ?? Pin
Eytukan21-Sep-06 5:08
Eytukan21-Sep-06 5:08 
AnswerRe: How do I do this ?? Pin
led mike21-Sep-06 18:54
led mike21-Sep-06 18:54 
GeneralRe: How do I do this ?? Pin
Eytukan21-Sep-06 21:22
Eytukan21-Sep-06 21:22 
QuestionProblems with IIS and users in XP Pin
Brady Kelly20-Sep-06 22:14
Brady Kelly20-Sep-06 22:14 
AnswerRe: Problems with IIS and users in XP Pin
Christian Graus21-Sep-06 12:13
protectorChristian Graus21-Sep-06 12:13 
QuestionRe: Problems with IIS and users in XP Pin
Brady Kelly21-Sep-06 20:15
Brady Kelly21-Sep-06 20:15 
QuestionHTML to PDF Converter Pin
Brady Kelly20-Sep-06 20:49
Brady Kelly20-Sep-06 20:49 
AnswerRe: HTML to PDF Converter Pin
Stephan Pilz20-Sep-06 21:42
Stephan Pilz20-Sep-06 21:42 
Questionadding additional security to website Pin
bankerkev20-Sep-06 16:42
bankerkev20-Sep-06 16:42 
AnswerRe: adding additional security to website Pin
Christian Graus20-Sep-06 16:55
protectorChristian Graus20-Sep-06 16:55 
QuestionProblem on HttpApplicationState.Item Pin
walalawll20-Sep-06 16:34
walalawll20-Sep-06 16:34 
Questionproblem storing value correct way in database Pin
uglyeyes20-Sep-06 14:02
uglyeyes20-Sep-06 14:02 
AnswerRe: problem storing value correct way in database Pin
Stephan Pilz20-Sep-06 21:13
Stephan Pilz20-Sep-06 21:13 
GeneralRe: problem storing value correct way in database Pin
uglyeyes21-Sep-06 13:59
uglyeyes21-Sep-06 13:59 

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.