Click here to Skip to main content
15,899,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET Gridview, bring highlighted rows to top Pin
GSingh-Developer18-Aug-09 23:34
GSingh-Developer18-Aug-09 23:34 
GeneralRe: ASP.NET Gridview, bring highlighted rows to top Pin
Inderjeet Kaur19-Aug-09 0:28
Inderjeet Kaur19-Aug-09 0:28 
GeneralRe: ASP.NET Gridview, bring highlighted rows to top Pin
GSingh-Developer19-Aug-09 0:44
GSingh-Developer19-Aug-09 0:44 
GeneralRe: ASP.NET Gridview, bring highlighted rows to top Pin
GSingh-Developer19-Aug-09 0:47
GSingh-Developer19-Aug-09 0:47 
QuestionRe: ASP.NET Gridview, bring highlighted rows to top [modified] Pin
Inderjeet Kaur19-Aug-09 18:24
Inderjeet Kaur19-Aug-09 18:24 
QuestionBasics........Diff between HTML controls and Standard controls Pin
Rohit Kulkarni18-Aug-09 23:21
Rohit Kulkarni18-Aug-09 23:21 
AnswerRe: Basics........Diff between HTML controls and Standard controls Pin
N a v a n e e t h19-Aug-09 0:24
N a v a n e e t h19-Aug-09 0:24 
QuestionDatetime comparison Pin
greendragons18-Aug-09 22:39
greendragons18-Aug-09 22:39 
I want to check a datetime value saved in db...and only accept those values which are just lagging 5 seconds with current datetime value....i tried with compare and subtract but not getting the point....
<code>
string dt = DateTime.Now.ToShortDateString(); \\current datetime value.
                  DateTime dt1 = Convert.ToDateTime(dt);
                 
                  string dtime = dr1[0].ToString(); \\datetime value from database.
                  DateTime ddt = new DateTime();
                  ddt = Convert.ToDateTime(dtime);
</code>
in my next step i want to check whether ddt value lags 5 or less seconds than dt1(which is current datetime value of system) then save those values to an string array.....
AnswerRe: Datetime comparison Pin
dan!sh 18-Aug-09 22:46
professional dan!sh 18-Aug-09 22:46 
GeneralRe: Datetime comparison Pin
greendragons18-Aug-09 22:55
greendragons18-Aug-09 22:55 
GeneralRe: Datetime comparison Pin
Christian Graus18-Aug-09 23:19
protectorChristian Graus18-Aug-09 23:19 
GeneralRe: Datetime comparison Pin
greendragons18-Aug-09 23:23
greendragons18-Aug-09 23:23 
AnswerRe: Datetime comparison Pin
GSingh-Developer18-Aug-09 23:38
GSingh-Developer18-Aug-09 23:38 
QuestionSession Expiration while working Pin
amansaroya118-Aug-09 22:36
amansaroya118-Aug-09 22:36 
AnswerRe: Session Expiration while working Pin
padmanabhan N18-Aug-09 22:48
padmanabhan N18-Aug-09 22:48 
GeneralRe: Session Expiration while working Pin
amansaroya118-Aug-09 23:16
amansaroya118-Aug-09 23:16 
AnswerRe: Session Expiration while working Pin
Inderjeet Kaur19-Aug-09 18:10
Inderjeet Kaur19-Aug-09 18:10 
QuestionHow To Create a HTML Download Link Pin
Prasadsm18-Aug-09 22:28
Prasadsm18-Aug-09 22:28 
QuestionHow Can I retrive Client PC MAC address Pin
krishnaveer18-Aug-09 21:28
krishnaveer18-Aug-09 21:28 
AnswerRe: How Can I retrive Client PC MAC address Pin
Christian Graus18-Aug-09 21:54
protectorChristian Graus18-Aug-09 21:54 
GeneralRe: How Can I retrive Client PC MAC address Pin
krishnaveer18-Aug-09 21:59
krishnaveer18-Aug-09 21:59 
GeneralRe: How Can I retrive Client PC MAC address Pin
N a v a n e e t h18-Aug-09 22:00
N a v a n e e t h18-Aug-09 22:00 
GeneralRe: How Can I retrive Client PC MAC address Pin
krishnaveer18-Aug-09 22:04
krishnaveer18-Aug-09 22:04 
GeneralRe: How Can I retrive Client PC MAC address Pin
N a v a n e e t h18-Aug-09 22:21
N a v a n e e t h18-Aug-09 22:21 
GeneralRe: How Can I retrive Client PC MAC address Pin
Christian Graus18-Aug-09 23:20
protectorChristian Graus18-Aug-09 23:20 

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.