You are on page 1of 2

SELECT [name], [age] FROM [Table1] WHERE ([name] = @name)

INSERT INTO Table1(name, age) VALUES (@newparameter,@newparameter1)


DELETE FROM Table1 where name=@newparameter
continue image url
destination page url
jumlaa
abdu
123abc@
zx9r

http://www.ezega.com/Jobs/JobSearch.aspx
http://www.ezega.com/Jobs/viewjobposting.aspx?sear=y&id=8269
http://www.ezega.com/Jobs/viewjobposting.aspx?sear=y&id=8264
http://msdn.microsoft.com/en-us/library/aa479339.aspx
C:\DOCUMENTS AND SETTINGS\ABDU\MY DOCUMENTS\VISUAL STUDIO 2005\WEBSITES\WEBSITE3
\APP_DATA\ASPNETDB.MDF

sqldatasource =microsoft sql database file


textbox=textmode
logoutaction= redirect to login page
topic
viewtopic.aspx?topic={0}
masterConnectionString9
http://www.exforsys.com/tutorials/asp.net-2.0/displaying-master-detail-data-on-s
eparate-pages-in-asp.net-2.0.html
f ass a.a repoter 2
p ass gambela

select distinct topic from posting


SELECT [message], [un] FROM [posting] WHERE ([topic] = @topic)
INSERT INTO posting(topic, message,un) VALUES (@newparameter,@newparameter1,@new
parameter2)
newparameter=querystring(topic)
newparameter1=textbox1
newparameter2=textbox2

posting
INSERT INTO posting(topic, message,un) VALUES (@newparameter,@newparameter1,@new
parameter2)
newparameter1=textbox1
newparameter2=textbox2
newparameter3=textbox3
<a href="signup.aspx">Sign Up</a>
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 aspnet_regiis
Update the web.config file so that the database connection string will point to
the web host's database server
rather than the location on your own PC
%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
file - new website- asp.net-browse-defualt website-create new virtual directory
your web to work on wwwroot, right click on the web folder-sharing and security-
web sharing

18 file including frequent


../Templates/Movie2.swf

<add name="ASPNETDBConnectionString" connectionString="server=pc-abdu;database=A


SPNETDB.MDF:;UID=aa; pwd=123; "
"Data Source=.\SQLEXPRESS;AttachDbFilename=&quot;C:\Documents and Settings\abdu\
My Documents\Visual Studio 2005\WebSites\WebSite3\App_Data\ASPNETDB.MDF&quot;;In
tegrated Security=True;Connect Timeout=30;User Instance=True"

connection string work on database publish


Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFil
ename=C:\Documents and Settings\abdu\My Documents\Visual Studio 2005\WebSites\We
bSite5\App_Data\Personal.mdf

http://localhost/personal/Default.aspx
www.gibe3.com.et/Default.aspx

first create a folder aa then copy and paste to wwwroot then apply web share to
the folder then copy the folder to remote
site then publish your website form asp.net

You might also like