Click here to Skip to main content
15,913,055 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Session Object not saved Pin
Mauricio Ritter19-Mar-02 0:52
Mauricio Ritter19-Mar-02 0:52 
QuestionHow to get a primary key? Pin
Philip Patrick16-Mar-02 5:59
professionalPhilip Patrick16-Mar-02 5:59 
AnswerRe: How to get a primary key? Pin
mortrr18-Mar-02 12:36
mortrr18-Mar-02 12:36 
GeneralThanx! Pin
Philip Patrick18-Mar-02 13:04
professionalPhilip Patrick18-Mar-02 13:04 
QuestionAny About SMS ?? Pin
GooGle15-Mar-02 22:20
GooGle15-Mar-02 22:20 
QuestionWhat is ReadOnly? Pin
omkamal15-Mar-02 6:38
omkamal15-Mar-02 6:38 
AnswerRe: What is ReadOnly? Pin
Konstantin Vasserman15-Mar-02 15:57
Konstantin Vasserman15-Mar-02 15:57 
GeneralUnlinking Links Pin
Lewis14-Mar-02 7:42
Lewis14-Mar-02 7:42 
Hey Guys,

I created this function that doesn't always link. If you query to the end of my data...I get the links, but if I start from the beginning of the files, I can't link to the links that I'm calling. It only works when I fast forward to the end, then work backward. What is wrong with this stuff?



-------

Function CreateFolderLink (field)

dim str, str_link

str = objRS(field)

str_link="<A HREF = """ & str & """ TARGET = ""_blank"" >Web Folder Link</A>"

CreateFolderLink = str_link

End Function

Function CreateLink (field)

dim str, str_link

str = objRS(field)

str_link="<A HREF = """ & str & """ Target = ""_blank"" >" & str & "</A>"

CreateLink = str_link


End Function

------





GeneralADO.NET in ASP.NET Pin
Mazdak14-Mar-02 4:33
Mazdak14-Mar-02 4:33 
GeneralRe: ADO.NET in ASP.NET Pin
Paul Watson14-Mar-02 21:39
sitebuilderPaul Watson14-Mar-02 21:39 
GeneralRe: ADO.NET in ASP.NET Pin
Mazdak16-Mar-02 7:37
Mazdak16-Mar-02 7:37 
GeneralPaging Recordset problem Pin
Philip Patrick13-Mar-02 22:35
professionalPhilip Patrick13-Mar-02 22:35 
GeneralRe: Paging Recordset problem Pin
Nick Parker14-Mar-02 4:35
protectorNick Parker14-Mar-02 4:35 
GeneralRe: Paging Recordset problem Pin
Philip Patrick14-Mar-02 4:53
professionalPhilip Patrick14-Mar-02 4:53 
GeneralISAPI Extension Problem Pin
code dope13-Mar-02 1:27
code dope13-Mar-02 1:27 
GeneralRe: ISAPI Extension Problem Pin
code dope13-Mar-02 3:14
code dope13-Mar-02 3:14 
GeneralASP.NET Pin
Mazdak12-Mar-02 19:12
Mazdak12-Mar-02 19:12 
GeneralRe: ASP.NET Pin
omkamal14-Mar-02 7:21
omkamal14-Mar-02 7:21 
GeneralRe: ASP.NET Pin
Mazdak14-Mar-02 9:12
Mazdak14-Mar-02 9:12 
GeneralRe: ASP.NET Pin
omkamal15-Mar-02 6:43
omkamal15-Mar-02 6:43 
GeneralRe: ASP.NET Pin
Andy Smith17-Mar-02 21:02
Andy Smith17-Mar-02 21:02 
GeneralRe: ASP.NET Pin
Mazdak17-Mar-02 21:07
Mazdak17-Mar-02 21:07 
GeneralRe: ASP.NET Pin
Andy Smith18-Mar-02 13:08
Andy Smith18-Mar-02 13:08 
GeneralAgain Datagrid Pin
Mazdak12-Mar-02 7:53
Mazdak12-Mar-02 7:53 
GeneralDynamic LinkButton Text Pin
Marco Cunha12-Mar-02 6:26
Marco Cunha12-Mar-02 6:26 

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.