Click here to Skip to main content
15,894,539 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: grab contacts from Social network Pin
kokilaB11-Jan-10 18:44
kokilaB11-Jan-10 18:44 
GeneralRe: grab contacts from Social network Pin
kokilaB11-Jan-10 19:22
kokilaB11-Jan-10 19:22 
GeneralRe: grab contacts from Social network Pin
Vasudevan Deepak Kumar12-Jan-10 4:08
Vasudevan Deepak Kumar12-Jan-10 4:08 
QuestionManupulating Columns of datatable Pin
kris_viswa11-Jan-10 17:27
kris_viswa11-Jan-10 17:27 
AnswerRe: Manupulating Columns of datatable Pin
Pranay Rana11-Jan-10 19:08
professionalPranay Rana11-Jan-10 19:08 
GeneralRe: Manupulating Columns of datatable Pin
kris_viswa12-Jan-10 3:32
kris_viswa12-Jan-10 3:32 
GeneralRe: Manupulating Columns of datatable Pin
Pranay Rana12-Jan-10 17:29
professionalPranay Rana12-Jan-10 17:29 
QuestionDataSet/DataTable or SQL Query for complex data retrieval? Pin
James Shao11-Jan-10 14:01
James Shao11-Jan-10 14:01 
Hi, I have a time series information on stock market that includes 4 columns: Dates, StockTicker, Price, and Volume.   My original goal was to try writing SQL query statement to retrieve stocks that demonstrate certain price and volume patterns on a given date, but then found it a bit hard to do so due to my limited skill on constructing SQL query statement.   Sigh | :sigh:

One of my friends who's good at programming suggests that it would be easier for me to retrieve source data into a DataTable/DataSet and then process them from there.   However, I'm not sure whether this is as efficient as SQL, if it oculd be done in SQL that is. Unsure | :~

Here's the type of pattern I'd like to check in my stock table:

1. Given 2 specific dates, retrieve all stocks that show (Price of earlier date) > (Price of later date) AND (Volume of earlier date) < (Volume of later date).

2. Stocks that fulfill condition 1 and that price is within a certain range. Or condition 1 and that volume is within a certain range.

Regarding information retrieval, I thought it's always more efficient to do in SQL, especially if you have a lot of variables and don't know what you're looking for.  

I'd greatly appreciate for any suggestions!   Thanks!   Smile | :)
AnswerRe: DataSet/DataTable or SQL Query for complex data retrieval? Pin
dan!sh 11-Jan-10 16:27
professional dan!sh 11-Jan-10 16:27 
Questionhi, How To Access Label Inside GridView where GridView Inside Datalist( Only By Javascript)? Pin
re7et_3esh11-Jan-10 7:08
re7et_3esh11-Jan-10 7:08 
Questionsetting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
K V Sekhar11-Jan-10 6:00
K V Sekhar11-Jan-10 6:00 
AnswerRe: setting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
Abhijit Jana11-Jan-10 6:43
professionalAbhijit Jana11-Jan-10 6:43 
GeneralRe: setting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
K V Sekhar11-Jan-10 15:34
K V Sekhar11-Jan-10 15:34 
AnswerRe: setting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
Pranay Rana11-Jan-10 18:17
professionalPranay Rana11-Jan-10 18:17 
QuestionCounter C# Pin
jojoba201011-Jan-10 4:24
jojoba201011-Jan-10 4:24 
AnswerRe: Counter C# Pin
dan!sh 11-Jan-10 4:38
professional dan!sh 11-Jan-10 4:38 
QuestionRe: Counter C# Pin
jojoba201011-Jan-10 5:07
jojoba201011-Jan-10 5:07 
AnswerRe: Counter C# Pin
Abhijit Jana11-Jan-10 6:41
professionalAbhijit Jana11-Jan-10 6:41 
QuestionRe: Counter C# Pin
jojoba201011-Jan-10 18:36
jojoba201011-Jan-10 18:36 
Questionlogin Pin
arkiboys11-Jan-10 3:23
arkiboys11-Jan-10 3:23 
AnswerRe: login Pin
Vimalsoft(Pty) Ltd11-Jan-10 3:28
professionalVimalsoft(Pty) Ltd11-Jan-10 3:28 
GeneralRe: login Pin
arkiboys11-Jan-10 3:34
arkiboys11-Jan-10 3:34 
GeneralRe: login Pin
Vimalsoft(Pty) Ltd11-Jan-10 3:43
professionalVimalsoft(Pty) Ltd11-Jan-10 3:43 
GeneralRe: login [modified] Pin
arkiboys11-Jan-10 3:55
arkiboys11-Jan-10 3:55 
AnswerRe: login Pin
dan!sh 11-Jan-10 4:21
professional dan!sh 11-Jan-10 4:21 

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.