Click here to Skip to main content
15,881,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView Paging Pin
vanikanc5-May-11 10:29
vanikanc5-May-11 10:29 
GeneralRe: GridView Paging Pin
fififlowertot5-May-11 22:02
fififlowertot5-May-11 22:02 
GeneralRe: GridView Paging Pin
Anky20117-May-11 3:37
Anky20117-May-11 3:37 
AnswerRe: GridView Paging Pin
Sneha Bisht5-May-11 23:32
Sneha Bisht5-May-11 23:32 
GeneralRe: GridView Paging Pin
fififlowertot6-May-11 0:43
fififlowertot6-May-11 0:43 
Questionhow can get the birthday from database to dropdownlist Pin
lolostar4-May-11 15:39
lolostar4-May-11 15:39 
AnswerRe: how can get the birthday from database to dropdownlist Pin
Not Active4-May-11 15:59
mentorNot Active4-May-11 15:59 
AnswerRe: how can get the birthday from database to dropdownlist Pin
Blue_Boy4-May-11 21:07
Blue_Boy4-May-11 21:07 
Why you aren't using Calendar1 control?
If you have to split birthday value in controls then use Year,Month,Day SQL Functions.


e.g
select year(birthday) from mytable
select month(birthday) from mytable
select day(birthday) from mytable


I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.

www.cacttus.com

GeneralRe: how can get the birthday from database to dropdownlist Pin
lolostar4-May-11 23:41
lolostar4-May-11 23:41 
GeneralRe: how can get the birthday from database to dropdownlist Pin
Blue_Boy4-May-11 23:52
Blue_Boy4-May-11 23:52 
GeneralRe: how can get the birthday from database to dropdownlist Pin
Not Active5-May-11 2:08
mentorNot Active5-May-11 2:08 
GeneralRe: how can get the birthday from database to dropdownlist Pin
Blue_Boy5-May-11 4:49
Blue_Boy5-May-11 4:49 
AnswerRe: how can get the birthday from database to dropdownlist Pin
Sneha Bisht5-May-11 23:21
Sneha Bisht5-May-11 23:21 
GeneralRe: how can get the birthday from database to dropdownlist Pin
lolostar6-May-11 0:23
lolostar6-May-11 0:23 
QuestionLog In Page in ASP.NET with User Type [modified] Pin
GAiXz4-May-11 4:18
GAiXz4-May-11 4:18 
AnswerDuplicate question Pin
thatraja4-May-11 5:26
professionalthatraja4-May-11 5:26 
AnswerRe: Log In Page in ASP.NET with User Type [modified] Pin
Sandeep Mewara4-May-11 6:32
mveSandeep Mewara4-May-11 6:32 
GeneralRe: Log In Page in ASP.NET with User Type Pin
AspDotNetDev4-May-11 6:47
protectorAspDotNetDev4-May-11 6:47 
GeneralRe: Log In Page in ASP.NET with User Type Pin
Sandeep Mewara4-May-11 6:50
mveSandeep Mewara4-May-11 6:50 
Questionhelp me in creating live video chat in asp.net...... Pin
abhijeet66564-May-11 1:29
abhijeet66564-May-11 1:29 
AnswerRe: help me in creating live video chat in asp.net...... Pin
Not Active4-May-11 2:08
mentorNot Active4-May-11 2:08 
GeneralRe: help me in creating live video chat in asp.net...... Pin
Ravi Sant4-May-11 6:04
Ravi Sant4-May-11 6:04 
GeneralRe: help me in creating live video chat in asp.net...... Pin
Not Active4-May-11 6:10
mentorNot Active4-May-11 6:10 
AnswerRe: help me in creating live video chat in asp.net...... Pin
Sandeep Mewara4-May-11 6:39
mveSandeep Mewara4-May-11 6:39 
Questionhow can i add buttonfield in gridview ? Pin
buffering833-May-11 20:58
buffering833-May-11 20:58 

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.