Click here to Skip to main content
15,888,816 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Disable Copy/Paste option in Firefox Pin
Abhijit Jana20-Nov-09 7:04
professionalAbhijit Jana20-Nov-09 7:04 
AnswerRe: Disable Copy/Paste option in Firefox Pin
Abhishek Sur20-Nov-09 10:53
professionalAbhishek Sur20-Nov-09 10:53 
QuestionInsert Date and time in sql server 2008 Pin
Salman Farrukh20-Nov-09 6:55
Salman Farrukh20-Nov-09 6:55 
AnswerRe: Insert Date and time in sql server 2008 Pin
sarang_k20-Nov-09 12:51
sarang_k20-Nov-09 12:51 
AnswerRe: Insert Date and time in sql server 2008 Pin
PunkIsNotDead20-Nov-09 18:49
PunkIsNotDead20-Nov-09 18:49 
AnswerRe: Insert Date and time in sql server 2008 Pin
Richa_Soni20-Nov-09 19:51
Richa_Soni20-Nov-09 19:51 
GeneralRe: Insert Date and time in sql server 2008 Pin
Salman Farrukh20-Nov-09 20:14
Salman Farrukh20-Nov-09 20:14 
AnswerRe: Insert Date and time in sql server 2008 Pin
Richa_Soni20-Nov-09 22:21
Richa_Soni20-Nov-09 22:21 
i think this code helps you.....

SELECT
CAST('2007-05-08 12:35:29. 1234567 +12:15' AS time(7)) AS 'time'
,CAST('2007-05-08 12:35:29. 1234567 +12:15' AS date) AS 'date';

the output of this code is-

Time
12:35:29. 1234567

Date
2007-05-08
QuestionDialog Closed event in ASP.NET Pin
ljuchem20-Nov-09 5:59
ljuchem20-Nov-09 5:59 
AnswerRe: Dialog Closed event in ASP.NET Pin
Abhijit Jana20-Nov-09 6:08
professionalAbhijit Jana20-Nov-09 6:08 
GeneralRe: Dialog Closed event in ASP.NET Pin
ljuchem20-Nov-09 6:22
ljuchem20-Nov-09 6:22 
QuestionHow to Add Google Ads in asp.net site Pin
angle5720-Nov-09 5:24
angle5720-Nov-09 5:24 
AnswerRe: How to Add Google Ads in asp.net site Pin
Abhijit Jana20-Nov-09 6:02
professionalAbhijit Jana20-Nov-09 6:02 
Questionuser controls Pin
samir8020-Nov-09 5:10
samir8020-Nov-09 5:10 
AnswerRe: user controls Pin
samir8020-Nov-09 5:10
samir8020-Nov-09 5:10 
AnswerRe: user controls Pin
Abhijit Jana20-Nov-09 6:11
professionalAbhijit Jana20-Nov-09 6:11 
GeneralRe: user controls Pin
samir8020-Nov-09 6:27
samir8020-Nov-09 6:27 
QuestionSetting the focus on control jumps page to the top Pin
Jay Royall20-Nov-09 4:17
Jay Royall20-Nov-09 4:17 
AnswerRe: Setting the focus on control jumps page to the top Pin
Abhishek Sur20-Nov-09 4:22
professionalAbhishek Sur20-Nov-09 4:22 
GeneralRe: Setting the focus on control jumps page to the top Pin
Jay Royall20-Nov-09 4:27
Jay Royall20-Nov-09 4:27 
GeneralRe: Setting the focus on control jumps page to the top Pin
Abhishek Sur20-Nov-09 4:47
professionalAbhishek Sur20-Nov-09 4:47 
GeneralRe: Setting the focus on control jumps page to the top Pin
Jay Royall20-Nov-09 5:33
Jay Royall20-Nov-09 5:33 
QuestionStatic page height! How do I resize it dynamically? Pin
tunsten20-Nov-09 4:08
tunsten20-Nov-09 4:08 
AnswerRe: Static page height! How do I resize it dynamically? Pin
Abhishek Sur20-Nov-09 4:19
professionalAbhishek Sur20-Nov-09 4:19 
GeneralRe: Static page height! How do I resize it dynamically? Pin
tunsten20-Nov-09 4:43
tunsten20-Nov-09 4:43 

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.