Click here to Skip to main content
15,890,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: hash and salt Pin
boyindie11-Jul-07 22:38
boyindie11-Jul-07 22:38 
GeneralRe: hash and salt Pin
Dave Kreskowiak12-Jul-07 1:41
mveDave Kreskowiak12-Jul-07 1:41 
AnswerRe: hash and salt Pin
Pete O'Hanlon11-Jul-07 10:27
mvePete O'Hanlon11-Jul-07 10:27 
GeneralRe: hash and salt Pin
leckey11-Jul-07 15:00
leckey11-Jul-07 15:00 
GeneralRe: hash and salt Pin
Sathesh Sakthivel11-Jul-07 17:58
Sathesh Sakthivel11-Jul-07 17:58 
QuestionChart Refresh Problem Pin
Hyland Computer Systems11-Jul-07 8:10
Hyland Computer Systems11-Jul-07 8:10 
AnswerRe: Chart Refresh Problem Pin
Michael Sync11-Jul-07 8:22
Michael Sync11-Jul-07 8:22 
GeneralRe: Chart Refresh Problem Pin
Hyland Computer Systems12-Jul-07 5:44
Hyland Computer Systems12-Jul-07 5:44 
Michael:

Thanks for the quick response. If I understand you correctly, what you are implying that I should do is something like the following. Let's say that a portion of my SelectCommand of the SqlDataSource looks like so (this is Oracle P-SQL):

"..... where EXTRACT( MONTH from mh.historydatetime) = :MONTH_ID"

Now, the bind-variable comes from the SelectedIndex of the drop down combo box. What you are saying to do, in essence is something like the following:

"..... where EXTRACT( MONTH from mh.historydatetime) = :MONTH_ID AND :TIMESTAMP_INFO = :SUBMIT_TIME"

That sounds quite difficult. For one: how do I put the timestamp info into a variable? Secondly, what is the logic behind this? As long as a different month is selected from the drop down, it should use the new data, right?

Regards,

Rob
QuestionOpen New window with some parameter Pin
Sarfaraj Ahmed11-Jul-07 4:59
Sarfaraj Ahmed11-Jul-07 4:59 
AnswerRe: Open New window with some parameter Pin
Michael Sync11-Jul-07 8:13
Michael Sync11-Jul-07 8:13 
QuestionChanging skins at runtime [modified] Pin
dandy7211-Jul-07 4:19
dandy7211-Jul-07 4:19 
AnswerRe: Changing skins at runtime Pin
Michael Sync11-Jul-07 8:10
Michael Sync11-Jul-07 8:10 
GeneralRe: Changing skins at runtime Pin
dandy7212-Jul-07 4:27
dandy7212-Jul-07 4:27 
QuestionDisplay Multiple Columns in a List Box Pin
kibromg11-Jul-07 4:00
kibromg11-Jul-07 4:00 
AnswerRe: Display Multiple Columns in a List Box Pin
Michael Sync11-Jul-07 7:59
Michael Sync11-Jul-07 7:59 
QuestionGridView Pin
.NET- India 11-Jul-07 3:49
.NET- India 11-Jul-07 3:49 
AnswerRe: GridView Pin
Michael Sync11-Jul-07 7:57
Michael Sync11-Jul-07 7:57 
QuestionFocus and Gridview Pin
.NET- India 11-Jul-07 3:48
.NET- India 11-Jul-07 3:48 
AnswerRe: Focus and Gridview Pin
Michael Sync11-Jul-07 7:54
Michael Sync11-Jul-07 7:54 
QuestionGridView and DetailsView Pin
Sarfaraj Ahmed11-Jul-07 3:42
Sarfaraj Ahmed11-Jul-07 3:42 
AnswerRe: GridView and DetailsView Pin
Vasudevan Deepak Kumar11-Jul-07 3:46
Vasudevan Deepak Kumar11-Jul-07 3:46 
QuestionERROR:The test form is only available for requests from the local machine Pin
Sebastian T Xavier11-Jul-07 3:31
Sebastian T Xavier11-Jul-07 3:31 
AnswerRe: ERROR:The test form is only available for requests from the local machine Pin
Vasudevan Deepak Kumar11-Jul-07 3:44
Vasudevan Deepak Kumar11-Jul-07 3:44 
GeneralRe: ERROR:The test form is only available for requests from the local machine Pin
Sebastian T Xavier11-Jul-07 3:55
Sebastian T Xavier11-Jul-07 3:55 
QuestionExport a table to a csv Pin
Senseicads11-Jul-07 3:10
Senseicads11-Jul-07 3:10 

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.