Click here to Skip to main content
15,915,770 members

Comments by Knave46 (Top 2 by date)

Knave46 11-May-14 18:56pm View    
Thank You.
Hope you see this but I see that the sequence for this has been closed because I goofed.
And not a lot of time was allowed for me to correct the situation. After all I did have to spend time with my mother today.
Knave46 11-May-14 18:46pm View    
Question for RyanDev - under the condition that SqlDataSource1 is in the selection in the GridView setup of a web page what would be the syntax for:
cmd.Parameters.AddWithValue(@firstDate, firstDate);
cmd.Parameters.AddWithValue(@lastDate, lastDate);
It seems that these would only work if the code is doing the 'cmd' from inside the Page_Load function