Click here to Skip to main content
15,891,708 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfollow up question... regarding asp deployment Pin
moomoooomoo10-Jul-07 20:41
moomoooomoo10-Jul-07 20:41 
Questioncalculate infinite precision Pin
yesu prakash10-Jul-07 20:39
yesu prakash10-Jul-07 20:39 
AnswerRe: calculate infinite precision Pin
valerian.precop10-Jul-07 20:55
valerian.precop10-Jul-07 20:55 
AnswerRe: calculate infinite precision Pin
Sathesh Sakthivel10-Jul-07 20:57
Sathesh Sakthivel10-Jul-07 20:57 
AnswerRe: calculate infinite precision Pin
Guffa10-Jul-07 21:06
Guffa10-Jul-07 21:06 
QuestionIndex was out of range [modified] Pin
ASPnoob10-Jul-07 20:31
ASPnoob10-Jul-07 20:31 
AnswerRe: Index was out of range Pin
Rhys Gravell10-Jul-07 20:46
professionalRhys Gravell10-Jul-07 20:46 
AnswerRe: Index was out of range Pin
valerian.precop10-Jul-07 20:48
valerian.precop10-Jul-07 20:48 
I'm not sure exactly but you might take a look at
"SELECT * FROM myTable where Professions = 'ListBox2.Items(i).Text' "
shouldn't these be something like
"SELECT * FROM myTable where Professions = '" + ListBox2.Items(i).Text + "' "

(I used string concatenation from c# I'm not so good with VB Smile | :) )

Tell me if it worked... Smile | :)

Just call me Valy... Smile | :)

GeneralRe: Index was out of range Pin
ASPnoob10-Jul-07 20:55
ASPnoob10-Jul-07 20:55 
AnswerRe: Index was out of range Pin
Imran Khan Pathan10-Jul-07 20:56
Imran Khan Pathan10-Jul-07 20:56 
GeneralRe: Index was out of range Pin
ASPnoob10-Jul-07 21:15
ASPnoob10-Jul-07 21:15 
GeneralRe: Index was out of range Pin
Imran Khan Pathan10-Jul-07 21:33
Imran Khan Pathan10-Jul-07 21:33 
AnswerRe: Index was out of range Pin
valerian.precop10-Jul-07 21:11
valerian.precop10-Jul-07 21:11 
AnswerRe: Index was out of range Pin
Guffa10-Jul-07 21:12
Guffa10-Jul-07 21:12 
AnswerRe: Index was out of range Pin
ASPnoob10-Jul-07 21:44
ASPnoob10-Jul-07 21:44 
GeneralRe: Index was out of range Pin
Rhys Gravell10-Jul-07 21:50
professionalRhys Gravell10-Jul-07 21:50 
GeneralRe: Index was out of range Pin
Imran Khan Pathan10-Jul-07 22:03
Imran Khan Pathan10-Jul-07 22:03 
Questionjust asking for compatibility.... Pin
moomoooomoo10-Jul-07 20:29
moomoooomoo10-Jul-07 20:29 
Questionrefresh the page asp.net2.0+c# Pin
regin10-Jul-07 20:28
regin10-Jul-07 20:28 
AnswerRe: refresh the page asp.net2.0+c# Pin
N a v a n e e t h10-Jul-07 20:52
N a v a n e e t h10-Jul-07 20:52 
GeneralRe: refresh the page asp.net2.0+c# Pin
regin10-Jul-07 20:57
regin10-Jul-07 20:57 
GeneralRe: refresh the page asp.net2.0+c# Pin
Imran Khan Pathan10-Jul-07 21:05
Imran Khan Pathan10-Jul-07 21:05 
GeneralRe: refresh the page asp.net2.0+c# Pin
regin10-Jul-07 21:15
regin10-Jul-07 21:15 
GeneralRe: refresh the page asp.net2.0+c# Pin
Imran Khan Pathan10-Jul-07 21:25
Imran Khan Pathan10-Jul-07 21:25 
Questionconversion in vb6 to vb.net [modified] Pin
king2010-Jul-07 20:14
king2010-Jul-07 20:14 

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.