| | |
how to make animation bar in vb.net
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
VS.NET does not provide the facilities to create an animation bar..or animated lables..
If you want to create animation buttons or lables you gotta use an external software like Adobe Photoshop,Image Viewer,etc..
The animation image is usually in .GIF format..
Workaround:
1.What I do for my application for simple color change for buttons or lables..I kinda use two images and Swap the image when the user points his mouse at the buttons..
2.You gotta do that in Javascript and each webcontrol has it own properties .. Onmouse over help you to get a different image when the user points the Mouse over the button or the lable..
3.Other way of doing this is by using a timer and swap the images after particular time intervals..(I generally dont advise this)
If you want to create animation buttons or lables you gotta use an external software like Adobe Photoshop,Image Viewer,etc..
The animation image is usually in .GIF format..
Workaround:
1.What I do for my application for simple color change for buttons or lables..I kinda use two images and Swap the image when the user points his mouse at the buttons..
2.You gotta do that in Javascript and each webcontrol has it own properties .. Onmouse over help you to get a different image when the user points the Mouse over the button or the lable..
3.Other way of doing this is by using a timer and swap the images after particular time intervals..(I generally dont advise this)
•
•
Join Date: Jun 2005
Posts: 19
Reputation:
Solved Threads: 0
thank you Letscode you always help me
i find a code for java script for animation label and i can use it ... but the problem is HOW to connect the information that i want to display with sql server .... i dont know if java script can provide this .
please advice me if you have an idea .... i have to make it quicly b-cuse my boss need it and i dont know how to make it
thank you again
i find a code for java script for animation label and i can use it ... but the problem is HOW to connect the information that i want to display with sql server .... i dont know if java script can provide this .
please advice me if you have an idea .... i have to make it quicly b-cuse my boss need it and i dont know how to make it
thank you again
•
•
Join Date: Dec 2004
Posts: 1,655
Reputation:
Solved Threads: 35
If you want an animated STATUS BAR, or PROGRESS BAR, something that dynamically informs the user that the database query or update is 50% done, you simply cannot.
The web, even ASP.NET, is challenge-response. The user only sees something new when the server-side code is complete.
One workaround is to spawn a new process, which periodically updates a table to indiciate it's progress. You set the browser to refresh every so often, each time it does, the server-side code checks the progress by reading the "update" table value.
When it's complete, the user gets the results.
Sorry if this didn't answer your question; I didn't quite understand the question.
The web, even ASP.NET, is challenge-response. The user only sees something new when the server-side code is complete.
One workaround is to spawn a new process, which periodically updates a table to indiciate it's progress. You set the browser to refresh every so often, each time it does, the server-side code checks the progress by reading the "update" table value.
When it's complete, the user gets the results.
Sorry if this didn't answer your question; I didn't quite understand the question.
•
•
Join Date: Jun 2005
Posts: 19
Reputation:
Solved Threads: 0
thank you for your answers but i can explain what i should do in my project :
1- the project for student in the school .
2- every one has ana private account and can use it for many things
3- every account has a table of student that contain username , password and some information .
3- the idea of animation bar is to display the student name and when i click to the name you can git information about the sudent as a profile .
i know that this way not suitable or good but the manager tald me to do this.
iam thinking to do it by timer but i dont know how it can work
please if you have idea tell me ..
finaly i would like to tell you that iam new programmer in VB.NET and i should do the best for my manager
thank you for intersting
1- the project for student in the school .
2- every one has ana private account and can use it for many things
3- every account has a table of student that contain username , password and some information .
3- the idea of animation bar is to display the student name and when i click to the name you can git information about the sudent as a profile .
i know that this way not suitable or good but the manager tald me to do this.
iam thinking to do it by timer but i dont know how it can work
please if you have idea tell me ..
finaly i would like to tell you that iam new programmer in VB.NET and i should do the best for my manager
thank you for intersting
•
•
Join Date: Dec 2004
Posts: 1,655
Reputation:
Solved Threads: 35
I think I understand. You want to
1) query the database for a recordset
2) retrieve the student's name from a field in the recordset
3) display that name on the web page
4) the name should somehow "move", perhaps scrolling across the screen?
You do the first 3 steps in ASP.NET. Someone here can help you with that. I code ASP.NET, but only in C#.
You'd have to do step 4 with client-side code. JavaScript. Post a separate question in the JavaScript/DHTML forum.
1) query the database for a recordset
2) retrieve the student's name from a field in the recordset
3) display that name on the web page
4) the name should somehow "move", perhaps scrolling across the screen?
You do the first 3 steps in ASP.NET. Someone here can help you with that. I code ASP.NET, but only in C#.
You'd have to do step 4 with client-side code. JavaScript. Post a separate question in the JavaScript/DHTML forum.
![]() |
Similar Threads
- how to make animation bar in javascript (JavaScript / DHTML / AJAX)
Other Threads in the ASP.NET Forum
- Previous Thread: Chat System
- Next Thread: How to validate the textbox in datagrid using javascript?
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances asp asp.net beginner box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox class compatible confirmationcodegeneration content contenttype control countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv forms gridview gudi homeedition iis javascript jquery list listbox menu microsoft mouse mssql nameisnotdeclared news novell numerical opera order problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security serializesmo.table sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming wizard xml xsl






