Hello
i have two pages
1)AddNews (use for add,modify,delete news)
2)ShowNews (show the news that upload from add news page)
* i want how to add/modify/delete news from "add news" page.... how can it show on "shownews" page???
*how news is shown in "shownews" page in scroling form like down to up e.g maquee
* when mouse is on news,news will stop how can i do
my asp.net page code is shown below plzzzzz help me (Need Asp.net,C# code) how can i do????
AddNews Page
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="AddNews.aspx.vb" Inherits="AddNews" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="se ...
Go to the complete details ...