Click here to Skip to main content
16,005,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCompilation Error at Run time ? Pin
Muhammad Gouda5-Jul-08 0:23
Muhammad Gouda5-Jul-08 0:23 
AnswerRe: Compilation Error at Run time ? Pin
Christian Graus5-Jul-08 1:22
protectorChristian Graus5-Jul-08 1:22 
GeneralRe: Compilation Error at Run time ? Pin
N a v a n e e t h5-Jul-08 2:14
N a v a n e e t h5-Jul-08 2:14 
GeneralRe: Compilation Error at Run time ? Pin
Christian Graus5-Jul-08 3:14
protectorChristian Graus5-Jul-08 3:14 
GeneralRe: Compilation Error at Run time ? Pin
Muhammad Gouda5-Jul-08 22:07
Muhammad Gouda5-Jul-08 22:07 
GeneralRe: Compilation Error at Run time ? Pin
Muhammad Gouda5-Jul-08 22:39
Muhammad Gouda5-Jul-08 22:39 
QuestionHow to do Confirmation while submit button with dynamic Text? Pin
Snehal_14_2_834-Jul-08 23:51
Snehal_14_2_834-Jul-08 23:51 
AnswerRe: How to do Confirmation while submit button with dynamic Text? Pin
Muhammad Gouda5-Jul-08 0:12
Muhammad Gouda5-Jul-08 0:12 
If I faced this problem, I would do the follwoing:
I will set the submit button property visble = False, Caption="Yes"
and create another invisible reset button with caption = "No"
and invisible Lable to hold the confirmation message
and pushButton with caption = "Submit/Send" which is actually not a submit button

Once the user click the virtual submit, set all invisible controls to visible, generate the message with dynamic text and path it to the lable
If the user clieked "Yes" it will submit
If he/she clicked "No", the form is cleared and set visible controls to invisible again

I hope you like the idea

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

GeneralRe: How to do Confirmation while submit button with dynamic Text? Pin
Snehal_14_2_835-Jul-08 0:27
Snehal_14_2_835-Jul-08 0:27 
GeneralRe: How to do Confirmation while submit button with dynamic Text? Pin
doWhileSomething5-Jul-08 6:36
doWhileSomething5-Jul-08 6:36 
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 
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 

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.