Click here to Skip to main content
15,907,687 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to add my database in server Pin
Ariful Islam Sabuz31-Oct-09 22:22
Ariful Islam Sabuz31-Oct-09 22:22 
GeneralRe: How to add my database in server Pin
Abhishek Sur1-Nov-09 1:34
professionalAbhishek Sur1-Nov-09 1:34 
QuestionJavascript Library for Graph Pin
Member 336966231-Oct-09 17:53
Member 336966231-Oct-09 17:53 
AnswerRe: Javascript Library for Graph Pin
Not Active31-Oct-09 18:17
mentorNot Active31-Oct-09 18:17 
GeneralRe: Javascript Library for Graph Pin
Member 33696621-Nov-09 4:49
Member 33696621-Nov-09 4:49 
GeneralRe: Javascript Library for Graph Pin
Not Active1-Nov-09 6:30
mentorNot Active1-Nov-09 6:30 
QuestionCan I use ASP script to connect & open local MS Access database? [modified] Pin
Curious 200931-Oct-09 11:57
Curious 200931-Oct-09 11:57 
Questionasp(scripting) Pin
rajiv_kadam30-Oct-09 22:39
rajiv_kadam30-Oct-09 22:39 
i m displaying records from one table and while displaying
i m passing the id field of project.asp to scheme.asp
now my problem is that when scheme.asp does not contain the scheme for the
project.asp then it should not show the hyperlink viewscheme on project.asp file.
here is my code.....below





<%
opendatabase conn
id=request("id")
sql="select * from projectdescription where id="& id
set obj=server.createobject("adodb.recordset")
obj.open sql,conn,1,1
sql2="select * from schemedescription where projectid="& obj("id")
set obj2=server.CreateObject("adodb.recordset")
obj2.open sql,conn,1,1
if obj2("projectid")=obj("id") then
response.Write("View Project   ")
response.Write("View Scheme   ")
response.Write("View Team
")



%>






<%
response.Write(obj("description"))

%>
" height="150" width="200" alt="Central Home Images" >
<%
else
response.Write("View Project   ")
response.End()
end if
%>






AnswerRe: asp(scripting) Pin
Abhishek Sur31-Oct-09 11:29
professionalAbhishek Sur31-Oct-09 11:29 
QuestionThe Link is not being updated Pin
BobInNJ30-Oct-09 10:37
BobInNJ30-Oct-09 10:37 
AnswerRe: The Link is not being updated Pin
Christian Graus30-Oct-09 14:09
protectorChristian Graus30-Oct-09 14:09 
QuestionWeb Page Protection Pin
nlarson1130-Oct-09 4:55
nlarson1130-Oct-09 4:55 
AnswerRe: Web Page Protection Pin
Abhishek Sur30-Oct-09 9:40
professionalAbhishek Sur30-Oct-09 9:40 
QuestionHow to Commnuicate with .net to javaServlat Pin
boopathiduraisamy30-Oct-09 1:37
boopathiduraisamy30-Oct-09 1:37 
AnswerRe: How to Commnuicate with .net to javaServlat Pin
Nitin S30-Oct-09 3:56
professionalNitin S30-Oct-09 3:56 
GeneralRe: How to Commnuicate with .net to javaServlat Pin
boopathiduraisamy30-Oct-09 3:59
boopathiduraisamy30-Oct-09 3:59 
GeneralRe: How to Commnuicate with .net to javaServlat Pin
boopathiduraisamy30-Oct-09 4:00
boopathiduraisamy30-Oct-09 4:00 
GeneralRe: How to Commnuicate with .net to javaServlat Pin
Nitin S30-Oct-09 6:57
professionalNitin S30-Oct-09 6:57 
GeneralRe: How to Commnuicate with .net to javaServlat Pin
Abhishek Sur30-Oct-09 9:41
professionalAbhishek Sur30-Oct-09 9:41 
GeneralRe: How to Commnuicate with .net to javaServlat Pin
Oakman3-Nov-09 12:12
Oakman3-Nov-09 12:12 
QuestionWhether API can be used in Javascript Pin
sanuji29-Oct-09 17:51
sanuji29-Oct-09 17:51 
AnswerRe: Whether API can be used in Javascript Pin
Christian Graus29-Oct-09 19:00
protectorChristian Graus29-Oct-09 19:00 
GeneralRe: Whether API can be used in Javascript Pin
sanuji29-Oct-09 22:55
sanuji29-Oct-09 22:55 
GeneralRe: Whether API can be used in Javascript Pin
Covean30-Oct-09 1:59
Covean30-Oct-09 1:59 
QuestionCheck all doesn't work with one row in javascript Pin
condemnity28-Oct-09 17:59
condemnity28-Oct-09 17: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.