Click here to Skip to main content
15,902,863 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to pass multidimensional array to client Pin
Guffa2-Nov-06 14:06
Guffa2-Nov-06 14:06 
GeneralRe: How to pass multidimensional array to client Pin
MrBink2-Nov-06 14:55
MrBink2-Nov-06 14:55 
QuestionConnectionString Problem!!! [modified] Pin
immori2-Nov-06 11:47
immori2-Nov-06 11:47 
QuestionRe: ConnectionString Problem!!! Pin
Guffa2-Nov-06 14:08
Guffa2-Nov-06 14:08 
AnswerRe: ConnectionString Problem!!! Pin
immori3-Nov-06 18:51
immori3-Nov-06 18:51 
AnswerRe: ConnectionString Problem!!! Pin
Guffa4-Nov-06 2:24
Guffa4-Nov-06 2:24 
QuestionError Type: Either BOF or EOF is True Pin
Skanless2-Nov-06 11:25
Skanless2-Nov-06 11:25 
AnswerRe: Error Type: Either BOF or EOF is True Pin
Akhilesh Yadav2-Nov-06 23:31
Akhilesh Yadav2-Nov-06 23:31 
why you want to put this condition

IF NOT GOSSearchRS.BOF AND GOSSearchRS.EOF THEN

This condition reads if recordset is not BOF and recordset is EOF then
do the execution. If recordset is already EOF the from where u will get the new record.

try this

IF NOT GOSSearchRS.EOF THEN



cheers,
Akhilesh Yadav

QuestionHTTP Module and Application path Pin
Ponzano Paolo2-Nov-06 10:10
Ponzano Paolo2-Nov-06 10:10 
AnswerRe: HTTP Module and Application path Pin
Akhilesh Yadav2-Nov-06 23:34
Akhilesh Yadav2-Nov-06 23:34 
QuestionPostback result in new window? Pin
pahlsson2-Nov-06 9:41
pahlsson2-Nov-06 9:41 
AnswerRe: Postback result in new window? Pin
Britney S. Morales2-Nov-06 11:58
Britney S. Morales2-Nov-06 11:58 
QuestionSQL Server 2005 Looping Pin
nature02762-Nov-06 9:37
nature02762-Nov-06 9:37 
QuestionMultiple SiteMapProviders Pin
nlindley72-Nov-06 9:20
nlindley72-Nov-06 9:20 
QuestionAsp.net User controls Pin
mcd24242-Nov-06 8:32
mcd24242-Nov-06 8:32 
AnswerRe: Asp.net User controls Pin
Guffa2-Nov-06 8:43
Guffa2-Nov-06 8:43 
GeneralRe: Asp.net User controls Pin
mcd24242-Nov-06 8:46
mcd24242-Nov-06 8:46 
QuestionAdd nodes to SiteMapPath Pin
shapper2-Nov-06 7:46
shapper2-Nov-06 7:46 
AnswerRe: Get XML node value Pin
Elina Blank2-Nov-06 7:46
sitebuilderElina Blank2-Nov-06 7:46 
QuestionOpensource Groups? Source Code? Recommended Books/Sites? Please Help! Pin
Luke Armstrong2-Nov-06 6:14
Luke Armstrong2-Nov-06 6:14 
AnswerRe: Opensource Groups? Source Code? Recommended Books/Sites? Please Help! Pin
Luke Armstrong2-Nov-06 12:37
Luke Armstrong2-Nov-06 12:37 
Question.net 2.0 Custom Web Services in SharePoint 2003 Pin
braber2-Nov-06 5:31
braber2-Nov-06 5:31 
QuestionGo through XML nodes Pin
shapper2-Nov-06 4:30
shapper2-Nov-06 4:30 
AnswerRe: Go through XML nodes Pin
braber2-Nov-06 5:37
braber2-Nov-06 5:37 
QuestionIntercepting Keystrokes Pin
Marc Paliotti2-Nov-06 4:08
Marc Paliotti2-Nov-06 4: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.