Click here to Skip to main content
15,912,457 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralOpen a new window Pin
.NET- India 6-Dec-07 0:56
.NET- India 6-Dec-07 0:56 
GeneralRe: Open a new window Pin
Michael Sync6-Dec-07 1:24
Michael Sync6-Dec-07 1:24 
GeneralRe: Open a new window Pin
.NET- India 6-Dec-07 1:51
.NET- India 6-Dec-07 1:51 
GeneralRe: Open a new window Pin
Michael Sync6-Dec-07 3:21
Michael Sync6-Dec-07 3:21 
Questionhow to get a multi row result set from a stored procedures Pin
jagan1236-Dec-07 0:54
jagan1236-Dec-07 0:54 
Generalchild Grid Pin
wasimsharp6-Dec-07 0:48
wasimsharp6-Dec-07 0:48 
QuestionHow to Calculate AGE? Pin
Kasi Viswanathan6-Dec-07 0:40
Kasi Viswanathan6-Dec-07 0:40 
AnswerRe: How to Calculate AGE? Pin
Sathesh Sakthivel6-Dec-07 1:29
Sathesh Sakthivel6-Dec-07 1:29 
Just store the DOB from the text box and use this

it would be simpler for you to calculate age in your database server

like



SELECT DATEDIFF(year, yourbirthdayfield, GETDATE()) AS Age

FROM YourTable



this will return the a field in your query that has the age.

SSK.

Anyone who says sunshine brings happiness has never danced in the rain.

GeneralRe: How to Calculate AGE? Pin
Paddy Boyd6-Dec-07 1:41
Paddy Boyd6-Dec-07 1:41 
GeneralRe: How to Calculate AGE? Pin
Sathesh Sakthivel6-Dec-07 1:51
Sathesh Sakthivel6-Dec-07 1:51 
GeneralRe: How to Calculate AGE? Pin
J4amieC6-Dec-07 2:54
J4amieC6-Dec-07 2:54 
AnswerRe: How to Calculate AGE? Pin
J4amieC6-Dec-07 2:56
J4amieC6-Dec-07 2:56 
QuestionHow to present database in Excel file using ODBC connection in ASP.NET Pin
kolag6-Dec-07 0:24
kolag6-Dec-07 0:24 
QuestionHow to delete a particular record from DataGrid. Pin
Member 45999726-Dec-07 0:10
Member 45999726-Dec-07 0:10 
AnswerRe: How to delete a particular record from DataGrid. Pin
Sathesh Sakthivel6-Dec-07 0:13
Sathesh Sakthivel6-Dec-07 0:13 
Questionhow we can return a multiple values from a stored procedure Pin
jagan1236-Dec-07 0:03
jagan1236-Dec-07 0:03 
AnswerRe: how we can return a multiple values from a stored procedure Pin
Colin Angus Mackay6-Dec-07 0:07
Colin Angus Mackay6-Dec-07 0:07 
AnswerRe: how we can return a multiple values from a stored procedure Pin
Pete O'Hanlon6-Dec-07 0:08
mvePete O'Hanlon6-Dec-07 0:08 
AnswerRe: how we can return a multiple values from a stored procedure Pin
Sathesh Sakthivel6-Dec-07 0:09
Sathesh Sakthivel6-Dec-07 0:09 
QuestionHow to create website project using .NET Framework 3.0 Pin
Ujjaval Modi5-Dec-07 23:46
Ujjaval Modi5-Dec-07 23:46 
AnswerRe: How to create website project using .NET Framework 3.0 Pin
Sathesh Sakthivel5-Dec-07 23:55
Sathesh Sakthivel5-Dec-07 23:55 
GeneralRedirect URI cannot contain newline characters. Pin
Developer_vk5-Dec-07 23:01
Developer_vk5-Dec-07 23:01 
GeneralRe: Redirect URI cannot contain newline characters. Pin
Sathesh Sakthivel5-Dec-07 23:06
Sathesh Sakthivel5-Dec-07 23:06 
Generalcreating datatable in database from dataset Pin
I Never Look Behind5-Dec-07 22:16
I Never Look Behind5-Dec-07 22:16 
GeneralRe: creating datatable in database from dataset Pin
Pete O'Hanlon6-Dec-07 0:05
mvePete O'Hanlon6-Dec-07 0: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.