Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP:Menu Text labels Pin
Christopher Hill9-Aug-11 6:20
Christopher Hill9-Aug-11 6:20 
AnswerRe: ASP:Menu Text labels Pin
Morgs Morgan9-Aug-11 20:45
Morgs Morgan9-Aug-11 20:45 
GeneralRe: ASP:Menu Text labels Pin
Christopher Hill10-Aug-11 4:33
Christopher Hill10-Aug-11 4:33 
GeneralRe: ASP:Menu Text labels Pin
Morgs Morgan10-Aug-11 5:07
Morgs Morgan10-Aug-11 5:07 
QuestionWith out SQL identity column inserting the datas, via asp.net Pin
Member 38798819-Aug-11 1:02
Member 38798819-Aug-11 1:02 
AnswerRe: With out SQL identity column inserting the datas, via asp.net Pin
Not Active9-Aug-11 1:51
mentorNot Active9-Aug-11 1:51 
AnswerRe: With out SQL identity column inserting the datas, via asp.net Pin
Morgs Morgan9-Aug-11 20:40
Morgs Morgan9-Aug-11 20:40 
AnswerRe: With out SQL identity column inserting the datas, via asp.net Pin
Tech Code Freak11-Aug-11 1:56
Tech Code Freak11-Aug-11 1:56 
For that, you have to do the following.....
1) First retrieve the max id from your database.
2) Then convert the number part of data i.e. 00000001 to int.
3) Then increment it.
4) According to the number, concatenate that number of 0's and V to the incremented number.
5) Insert this id to your database.
6) Enjoy!
Thumbs Up | :thumbsup:
Questioni want to make download link. Pin
buffering838-Aug-11 21:07
buffering838-Aug-11 21:07 
AnswerRe: i want to make download link. Pin
Shameel8-Aug-11 23:58
professionalShameel8-Aug-11 23:58 
AnswerRe: i want to make download link. Pin
Pravin Patil, Mumbai9-Aug-11 1:08
Pravin Patil, Mumbai9-Aug-11 1:08 
Questionمحدودیت لاگین Pin
sadiram8-Aug-11 20:55
sadiram8-Aug-11 20:55 
AnswerRe: محدودیت لاگین Pin
Richard MacCutchan8-Aug-11 21:13
mveRichard MacCutchan8-Aug-11 21:13 
QuestionCall script Pin
Rupert Koan8-Aug-11 1:32
Rupert Koan8-Aug-11 1:32 
AnswerRe: Call script Pin
Not Active8-Aug-11 1:56
mentorNot Active8-Aug-11 1:56 
GeneralRe: Call script Pin
Rupert Koan8-Aug-11 3:26
Rupert Koan8-Aug-11 3:26 
QuestionValidate textbox with RequiredFieldValidator only if CheckBox is unchecked Pin
Naunt7-Aug-11 23:48
Naunt7-Aug-11 23:48 
AnswerRe: Validate textbox with RequiredFieldValidator only if CheckBox is unchecked Pin
Not Active8-Aug-11 2:00
mentorNot Active8-Aug-11 2:00 
AnswerRe: Validate textbox with RequiredFieldValidator only if CheckBox is unchecked Pin
Shameel8-Aug-11 5:50
professionalShameel8-Aug-11 5:50 
AnswerRe: Validate textbox with RequiredFieldValidator only if CheckBox is unchecked Pin
Naunt9-Aug-11 17:35
Naunt9-Aug-11 17:35 
QuestionHow to get data from generic handler after file download Pin
Dominick Marciano7-Aug-11 15:36
professionalDominick Marciano7-Aug-11 15:36 
AnswerRe: How to get data from generic handler after file download Pin
Parwej Ahamad7-Aug-11 19:40
professionalParwej Ahamad7-Aug-11 19:40 
Questionhow can i create multi language page Pin
apadana_19895-Aug-11 12:53
apadana_19895-Aug-11 12:53 
AnswerRe: how can i create multi language page Pin
Dr.Walt Fair, PE5-Aug-11 14:03
professionalDr.Walt Fair, PE5-Aug-11 14:03 
AnswerRe: how can i create multi language page Pin
Orcun Iyigun5-Aug-11 20:51
Orcun Iyigun5-Aug-11 20:51 

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.