Click here to Skip to main content
15,909,437 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem in remotin plz help Pin
Piyush Vardhan Singh13-Aug-07 22:12
Piyush Vardhan Singh13-Aug-07 22:12 
GeneralRe: problem in remotin plz help Pin
Talal Sultan13-Aug-07 22:57
Talal Sultan13-Aug-07 22:57 
QuestionBrowser compatibility Error Pin
nandhububbly13-Aug-07 19:50
nandhububbly13-Aug-07 19:50 
AnswerRe: Browser compatibility Error Pin
Michael Sync13-Aug-07 20:16
Michael Sync13-Aug-07 20:16 
GeneralRe: Browser compatibility Error Pin
nandhububbly13-Aug-07 21:34
nandhububbly13-Aug-07 21:34 
GeneralRe: Browser compatibility Error Pin
nandhububbly13-Aug-07 22:33
nandhububbly13-Aug-07 22:33 
GeneralRe: Browser compatibility Error Pin
nandhububbly13-Aug-07 22:40
nandhububbly13-Aug-07 22:40 
QuestionIterating through the Data Reader Results Pin
ASPnoob13-Aug-07 19:31
ASPnoob13-Aug-07 19:31 
Hi, I would like to have 2 questions on data reader object answered. Suppose I want to iterate through the data reader results using a while loop like the following:
While objDataReader.Read()<br />
      'do something<br />
       str = objDataReader("Supplier_Name")<br />
      End While<br />

If my query which precedes the above while loop is (Select Supplier_Name from Suppliers where ShippingFee < $50.0).

1)Will the results include all the names within the Supplier_Name column or will they be just the names of suppliers whose ShippingFee is less than $50.0?

2)Will I need to tell it to read the next result until the EOF?

Thank you in advance for your help.
AnswerRe: Iterating through the Data Reader Results Pin
Michael Sync13-Aug-07 19:52
Michael Sync13-Aug-07 19:52 
QuestionTable on Asp.net Pin
AnhTin13-Aug-07 18:51
AnhTin13-Aug-07 18:51 
AnswerRe: Table on Asp.net Pin
N a r e s h P a t e l13-Aug-07 19:05
N a r e s h P a t e l13-Aug-07 19:05 
GeneralRe: Table on Asp.net Pin
AnhTin13-Aug-07 21:30
AnhTin13-Aug-07 21:30 
QuestionDropDownLists and __EventArugment __EventTarget Pin
shivamray13-Aug-07 18:47
shivamray13-Aug-07 18:47 
AnswerRe: DropDownLists and __EventArugment __EventTarget Pin
John-ph13-Aug-07 20:22
John-ph13-Aug-07 20:22 
Questionchekbox in javascript Pin
Nidhiii13-Aug-07 18:06
Nidhiii13-Aug-07 18:06 
AnswerRe: chekbox in javascript Pin
N a r e s h P a t e l13-Aug-07 18:53
N a r e s h P a t e l13-Aug-07 18:53 
QuestionUpload, download and display images from web server Pin
J Liang13-Aug-07 17:54
J Liang13-Aug-07 17:54 
AnswerRe: Upload, download and display images from web server Pin
N a r e s h P a t e l13-Aug-07 19:18
N a r e s h P a t e l13-Aug-07 19:18 
GeneralRe: Upload, download and display images from web server Pin
J Liang14-Aug-07 14:57
J Liang14-Aug-07 14:57 
QuestionDynamic number of controls Pin
sandrider13-Aug-07 17:54
sandrider13-Aug-07 17:54 
AnswerRe: Dynamic number of controls Pin
shivamray13-Aug-07 18:44
shivamray13-Aug-07 18:44 
GeneralRe: Dynamic number of controls Pin
sandrider13-Aug-07 19:20
sandrider13-Aug-07 19:20 
Questionproblem with SubmitSqlDataSource.InsertParameters Pin
hurrem13-Aug-07 17:50
hurrem13-Aug-07 17:50 
Questionplease help Pin
seemamltn13-Aug-07 17:44
seemamltn13-Aug-07 17:44 
AnswerRe: please help Pin
Michael Sync13-Aug-07 20:03
Michael Sync13-Aug-07 20:03 

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.