Click here to Skip to main content
15,902,492 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionReading data from client computer serial port using asp.net web application Pin
A k ch1-Jan-10 18:12
A k ch1-Jan-10 18:12 
QuestionShow a progress barr Pin
abbd1-Jan-10 12:02
abbd1-Jan-10 12:02 
AnswerRe: Show a progress barr Pin
m-khansari1-Jan-10 18:29
m-khansari1-Jan-10 18:29 
GeneralRe: Show a progress barr Pin
abbd2-Jan-10 0:57
abbd2-Jan-10 0:57 
GeneralRe: Show a progress barr Pin
m-khansari2-Jan-10 1:30
m-khansari2-Jan-10 1:30 
GeneralRe: Show a progress barr Pin
abbd2-Jan-10 1:47
abbd2-Jan-10 1:47 
GeneralRe: Show a progress barr Pin
m-khansari2-Jan-10 19:10
m-khansari2-Jan-10 19:10 
GeneralRe: Show a progress barr Pin
abbd3-Jan-10 2:27
abbd3-Jan-10 2:27 
Hello,

i would show a picture (progress bar), for this i try to do :

<br />
protected void ImageButton1_Click(object sender, ImageClickEventArgs e)<br />
    {<br />
<br />
        Image2.Visible = true; //the progress bar picture//<br />
        <br />
<br />
        Authentification au = new Authentification();<br />
        MessageBox bb = new MessageBox();<br />
        if (Login1.UserName.Length == 0)<br />
        {<br />
            Label1.Visible = true;<br />
            Label1.Text = "Le mot de passe et/ou le login que vous avez entré est invalide.";<br />
            Image2.Visible = false; //hide the picture//<br />
        }<br />
        else <br />
        {<br />
          String url = string.Format("Menu.aspx?login={0}&amp;password={1}", "test", "test");<br />
          Response.Redirect(url);<br />
        }<br />
<br />
<br />
<br />
    }<br />
<br />
<br />


Unfortunatly the picture don't be appear.
thank you verry mutch.
GeneralRe: Show a progress barr Pin
m-khansari4-Jan-10 21:17
m-khansari4-Jan-10 21:17 
AnswerRe: Show a progress barr Pin
Brij1-Jan-10 19:07
mentorBrij1-Jan-10 19:07 
AnswerRe: Show a progress barr Pin
Abhijit Jana1-Jan-10 21:48
professionalAbhijit Jana1-Jan-10 21:48 
Questiongoogle map in VB.NET Pin
abu sabha1-Jan-10 8:57
abu sabha1-Jan-10 8:57 
AnswerRe: google map in VB.NET Pin
Abhijit Jana1-Jan-10 9:39
professionalAbhijit Jana1-Jan-10 9:39 
GeneralRe: google map in VB.NET Pin
abu sabha6-Jan-10 5:32
abu sabha6-Jan-10 5:32 
AnswerRe: google map in VB.NET Pin
Abhishek Sur1-Jan-10 9:54
professionalAbhishek Sur1-Jan-10 9:54 
GeneralRe: google map in VB.NET Pin
abu sabha6-Jan-10 5:31
abu sabha6-Jan-10 5:31 
GeneralRe: google map in VB.NET Pin
Abhishek Sur6-Jan-10 20:51
professionalAbhishek Sur6-Jan-10 20:51 
QuestionSQl Pin
Hema Bairavan1-Jan-10 6:58
Hema Bairavan1-Jan-10 6:58 
AnswerRe: SQl Pin
Brij1-Jan-10 7:21
mentorBrij1-Jan-10 7:21 
GeneralRe: SQl Pin
Hema Bairavan1-Jan-10 7:39
Hema Bairavan1-Jan-10 7:39 
GeneralRe: SQl Pin
Brij1-Jan-10 19:04
mentorBrij1-Jan-10 19:04 
AnswerRe: SQl Pin
Abhijit Jana1-Jan-10 7:52
professionalAbhijit Jana1-Jan-10 7:52 
GeneralRe: SQl Pin
Hema Bairavan1-Jan-10 7:53
Hema Bairavan1-Jan-10 7:53 
QuestionHow to handle request validation exception Pin
THE SK1-Jan-10 5:48
THE SK1-Jan-10 5:48 
AnswerRe: How to handle request validation exception Pin
Anurag Gandhi1-Jan-10 6:39
professionalAnurag Gandhi1-Jan-10 6:39 

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.