How do i create images that move in the website? Like as soon as a user logs into the system there must be images sliding across a part of the page or news headlines (like they show in news reports on tv)

Client side behavior such as moving an image element on the screen is accomplished using javascript. If you use jQuery, a javascript library, its even easier to accomplish.

Can i do that in c# too?

No, moving images across the browser screen requires client side code. You can include the javascript within your asp.net file, but its not going to be written in c#.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.