Click here to Skip to main content
15,923,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to do Confirmation while submit button with dynamic Text? Pin
Muhammad Gouda5-Jul-08 21:33
Muhammad Gouda5-Jul-08 21:33 
AnswerRe: How to do Confirmation while submit button with dynamic Text? Pin
Arindam Tewary5-Jul-08 1:50
professionalArindam Tewary5-Jul-08 1:50 
GeneralRe: How to do Confirmation while submit button with dynamic Text? Pin
doWhileSomething5-Jul-08 6:40
doWhileSomething5-Jul-08 6:40 
QuestionAsp.Net Ajax - Problem referencing object to a ModalPopupExtender within a gridview row. Pin
Larantz4-Jul-08 23:12
Larantz4-Jul-08 23:12 
Questionhow to generate invoice no Pin
kimo code4-Jul-08 23:01
kimo code4-Jul-08 23:01 
AnswerRe: how to generate invoice no Pin
www.Developerof.NET4-Jul-08 23:40
www.Developerof.NET4-Jul-08 23:40 
GeneralRe: how to generate invoice no Pin
kimo code4-Jul-08 23:44
kimo code4-Jul-08 23:44 
GeneralRe: how to generate invoice no Pin
Muhammad Gouda5-Jul-08 0:00
Muhammad Gouda5-Jul-08 0:00 
For this situation, I do not recommend Autoincreament ID
I think simple Integer is suitable
And to manage the problem of client-server arch. I suggest the follwing scenario:
- Add new field of datatype bool to your Invoices table, name it "isReserved", say
- Once a client initiates an invoice, it is saved with new ID (isReserved=false by default)
- if an invoice is completed and the client pressed save button, set isReserved=True, otherwise false
- any client will try to initiate new invoice will get the first invoice number saved with isReserved=false, if none, will get the new invoice number (max+1)

Mohammed Gouda
foreach(Minute m in MyLife)
myExperience++;

AnswerRe: how to generate invoice no Pin
Muhammad Gouda4-Jul-08 23:43
Muhammad Gouda4-Jul-08 23:43 
GeneralRe: how to generate invoice no Pin
kimo code4-Jul-08 23:51
kimo code4-Jul-08 23:51 
GeneralRe: how to generate invoice no Pin
Muhammad Gouda5-Jul-08 0:03
Muhammad Gouda5-Jul-08 0:03 
AnswerRe: how to generate invoice no Pin
Christian Graus5-Jul-08 1:23
protectorChristian Graus5-Jul-08 1:23 
GeneralRe: how to generate invoice no Pin
kimo code5-Jul-08 3:12
kimo code5-Jul-08 3:12 
QuestionHow to avoid mails in spam folder?? Pin
vidyasankarmca4-Jul-08 22:53
vidyasankarmca4-Jul-08 22:53 
AnswerRe: How to avoid mails in spam folder?? Pin
Colwin6-Jul-08 20:58
Colwin6-Jul-08 20:58 
Questionhow to substract one Datetime to an other ? Pin
Rameez Raja4-Jul-08 22:21
Rameez Raja4-Jul-08 22:21 
AnswerRe: how to substract one Datetime to an other ? Pin
Gayani Devapriya4-Jul-08 22:41
Gayani Devapriya4-Jul-08 22:41 
QuestionDropDownList Pin
Murugavel Sadagopan4-Jul-08 21:19
Murugavel Sadagopan4-Jul-08 21:19 
AnswerRe: DropDownList Pin
subai4-Jul-08 21:39
subai4-Jul-08 21:39 
AnswerRe: DropDownList [modified] Pin
Gayani Devapriya4-Jul-08 22:20
Gayani Devapriya4-Jul-08 22:20 
AnswerRe: DropDownList Pin
Wasif Ehsan4-Jul-08 23:03
Wasif Ehsan4-Jul-08 23:03 
Questionhow to convert dll Pin
ss20504-Jul-08 20:42
ss20504-Jul-08 20:42 
AnswerRe: how to convert dll Pin
www.Developerof.NET4-Jul-08 21:32
www.Developerof.NET4-Jul-08 21:32 
Questionplease wait in ajax Pin
Krazy Programmer4-Jul-08 20:42
Krazy Programmer4-Jul-08 20:42 
AnswerRe: please wait in ajax Pin
Arindam Tewary5-Jul-08 2:01
professionalArindam Tewary5-Jul-08 2:01 

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.