Click here to Skip to main content
15,917,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: marquee on master page Pin
TheEagle11-Jul-08 22:29
TheEagle11-Jul-08 22:29 
AnswerRe: marquee on master page Pin
TheEagle11-Jul-08 22:33
TheEagle11-Jul-08 22:33 
Questioninsert data from one table to another table (with condition) Pin
Sneha Bisht11-Jul-08 21:13
Sneha Bisht11-Jul-08 21:13 
AnswerRe: insert data from one table to another table (with condition) Pin
Guffa12-Jul-08 0:55
Guffa12-Jul-08 0:55 
Questionproblam in nbsp; Pin
Rinki Mukheraji11-Jul-08 21:04
Rinki Mukheraji11-Jul-08 21:04 
Questionhow to write a method or function which returns time range values Pin
Rameez Raja11-Jul-08 20:28
Rameez Raja11-Jul-08 20:28 
AnswerRe: how to write a method or function which returns time range values Pin
Imran Khan Pathan11-Jul-08 20:46
Imran Khan Pathan11-Jul-08 20:46 
GeneralRe: how to write a method or function which returns time range values Pin
Anubhava Dimri13-Jul-08 19:16
Anubhava Dimri13-Jul-08 19:16 
You can write two diffrent function for getting two values


public function get_time_range(BYVAL seta AS Datetime,BYVAL Setb as Datetime) AS Double
{
Dim Diff1,Diff2,Diff3 AS DOUBLE
IF Setb < Seta THEN RETURN 0

Diff1 = DateDiff(DateInterval.Day, Seta.Date, Setb.Date)
Diff2 = DateDiff(DateInterval.Minute, Seta.Minute, Setb.Minute)
Diff3 = DateDiff(DateInterval.Second, Seta.Second, Setb.Second)

Return Diff1 + Diff2/60 + Diff3/60
}
QuestionAdding row to the gridview Pin
kimo code11-Jul-08 20:07
kimo code11-Jul-08 20:07 
QuestionHTML control Pin
strawberrysh11-Jul-08 18:49
strawberrysh11-Jul-08 18:49 
AnswerRe: HTML control Pin
Imran Khan Pathan11-Jul-08 19:16
Imran Khan Pathan11-Jul-08 19:16 
QuestionHow to merge corresponding cells of Table control Pin
Rameez Raja11-Jul-08 18:31
Rameez Raja11-Jul-08 18:31 
AnswerRe: How to merge corresponding cells of Table control Pin
Imran Khan Pathan11-Jul-08 19:04
Imran Khan Pathan11-Jul-08 19:04 
QuestionProblem with IIS when some one Authenticates Pin
maryam.saboor11-Jul-08 18:24
professionalmaryam.saboor11-Jul-08 18:24 
Questionsuggestion is needed Pin
Rameez Raja11-Jul-08 18:11
Rameez Raja11-Jul-08 18:11 
QuestionCannot figure this one out.... SQL datasource & c# Pin
Jacob Dixon11-Jul-08 15:20
Jacob Dixon11-Jul-08 15:20 
AnswerRe: Cannot figure this one out.... SQL datasource & c# Pin
Mike Ellison11-Jul-08 15:31
Mike Ellison11-Jul-08 15:31 
GeneralRe: Cannot figure this one out.... SQL datasource & c# Pin
Jacob Dixon12-Jul-08 4:31
Jacob Dixon12-Jul-08 4:31 
Questionhow to close/hide the popup onmouseout event Pin
For_IT11-Jul-08 15:06
For_IT11-Jul-08 15:06 
QuestionControlling page elements from a .config file Pin
Cyberpulse11-Jul-08 14:10
Cyberpulse11-Jul-08 14:10 
AnswerRe: Controlling page elements from a .config file Pin
Mike Ellison11-Jul-08 15:36
Mike Ellison11-Jul-08 15:36 
QuestionCustom control for FormView? Pin
equalizer70011-Jul-08 8:49
equalizer70011-Jul-08 8:49 
AnswerRe: Custom control for FormView? Pin
Paul Conrad11-Jul-08 9:59
professionalPaul Conrad11-Jul-08 9:59 
QuestionHelp - &gt;SQLException Pin
AprNgp11-Jul-08 8:19
AprNgp11-Jul-08 8:19 
AnswerRe: Help - &gt;SQLException Pin
ToddHileHoffer11-Jul-08 9:27
ToddHileHoffer11-Jul-08 9:27 

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.