Click here to Skip to main content
15,889,659 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Passing values to window.open() Pin
Imran Khan Pathan16-Jul-08 3:07
Imran Khan Pathan16-Jul-08 3:07 
AnswerRe: Passing values to window.open() Pin
Yusuf16-Jul-08 7:39
Yusuf16-Jul-08 7:39 
QuestionWindow.close() is not working with Mozilla Firefox Pin
mcmilan16-Jul-08 2:43
mcmilan16-Jul-08 2:43 
AnswerRe: Window.close() is not working with Mozilla Firefox Pin
Imran Khan Pathan16-Jul-08 3:09
Imran Khan Pathan16-Jul-08 3:09 
GeneralRe: Window.close() is not working with Mozilla Firefox Pin
bmchugh6616-Jul-08 3:46
bmchugh6616-Jul-08 3:46 
GeneralRe: Window.close() is not working with Mozilla Firefox Pin
mcmilan16-Jul-08 18:26
mcmilan16-Jul-08 18:26 
GeneralRe: Window.close() is not working with Mozilla Firefox Pin
Imran Khan Pathan16-Jul-08 20:02
Imran Khan Pathan16-Jul-08 20:02 
QuestionHow do i calculate the Start_cell_number and end_cell_number from Start_Display_datetime and end_display_datetime Pin
Rameez Raja16-Jul-08 2:07
Rameez Raja16-Jul-08 2:07 
Hi,

How do i calculate the Start_cell_number and end_cell_number from Start_Display_datetime and end_display_datetime calcultion.

here is my code .

TimeSpan timeSpan1 = TimeSpan.Parse("8:00");//8:00 AM Start_dispaly_dateitme
TimeSpan timeSpan2 = TimeSpan.Parse("9:00");// 9:00 AM end_display_datetime
TimeSpan timeSpanDiff = timeSpan2.Subtract(timeSpan1);//hours difference
int mins = timeSpanDiff.Hours * 60 + timeSpanDiff.Minutes;//total minutes
int cells = mins / 15;//count number of cells

Now how i calculate the Start_cell_number and end_cell _number ?

first cell contains name of machines and from second cell i have to calculate .
i have 32 cells in a row .

Any hint is highly apperciated.

Best regards
Rameez
AnswerRe: How do i calculate the Start_cell_number and end_cell_number from Start_Display_datetime and end_display_datetime Pin
Sherin Iranimose16-Jul-08 4:21
Sherin Iranimose16-Jul-08 4:21 
GeneralRe: How do i calculate the Start_cell_number and end_cell_number from Start_Display_datetime and end_display_datetime [modified] Pin
Rameez Raja16-Jul-08 18:34
Rameez Raja16-Jul-08 18:34 
QuestionHTML Tag rendering Pin
dews turner16-Jul-08 1:30
dews turner16-Jul-08 1:30 
AnswerRe: HTML Tag rendering Pin
Imran Khan Pathan16-Jul-08 2:04
Imran Khan Pathan16-Jul-08 2:04 
AnswerRe: HTML Tag rendering Pin
Venkatesh Mookkan16-Jul-08 2:05
Venkatesh Mookkan16-Jul-08 2:05 
GeneralRe: HTML Tag rendering Pin
dews turner16-Jul-08 4:27
dews turner16-Jul-08 4:27 
GeneralRe: HTML Tag rendering Pin
dews turner16-Jul-08 5:05
dews turner16-Jul-08 5:05 
GeneralRe: HTML Tag rendering Pin
Imran Khan Pathan16-Jul-08 20:06
Imran Khan Pathan16-Jul-08 20:06 
Questionsocket exception for simple email validation code Pin
Lengdor16-Jul-08 1:22
Lengdor16-Jul-08 1:22 
Questiondrag drop lists Pin
ajaaya16-Jul-08 1:02
ajaaya16-Jul-08 1:02 
AnswerRe: drag drop lists Pin
eyeseetee16-Jul-08 1:15
eyeseetee16-Jul-08 1:15 
GeneralRe: drag drop lists Pin
eyeseetee16-Jul-08 4:01
eyeseetee16-Jul-08 4:01 
Questioncustom Template databound control in asp.net 2.0 Pin
Member 392066716-Jul-08 0:44
Member 392066716-Jul-08 0:44 
Generalupdate gridview ----help pls Pin
merinkmathew16-Jul-08 0:22
merinkmathew16-Jul-08 0:22 
GeneralRe: update gridview ----help pls Pin
Herman<T>.Instance16-Jul-08 1:55
Herman<T>.Instance16-Jul-08 1:55 
GeneralRe: update gridview ----help pls Pin
merinkmathew16-Jul-08 4:09
merinkmathew16-Jul-08 4:09 
GeneralRe: update gridview ----help pls Pin
Herman<T>.Instance16-Jul-08 6:05
Herman<T>.Instance16-Jul-08 6:05 

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.