Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #3K
~1K People Reached
Favorite Forums

8 Posted Topics

Member Avatar for djzia

I needed to use datalist paging for my recent project. I am developing a photo sharing website like Picasa for "mobile phones".. I have named it [B]PicaShare[/B] I searched for a video tutorial on the internet but couldnt find one. So i decided to make one because i think its …

0
101
Member Avatar for jtok

div is a tag. you cant use it as id. remove # sign. ya visual studio automatically formats it so its easier to read. whats your exact problem?

Member Avatar for Member #739054
-1
160
Member Avatar for shine_jose

[URL="aspspider.com"]aspspider.com[/URL] Free ASP.NET 4.0 web hosting with SQL Server 2008 Express dont upload code behind files. use inline code. All database files must be uploaded to the folder database. All web site files must be uploaded to the folder webroot. connection string for sql server database-"Data Source=.\SQLExpress;Persist Security Info=True;Integrated Security=SSPI;Initial …

Member Avatar for djzia
0
97
Member Avatar for vikas05nitb

create 2 colums. 1 for storing image url and another for caption. then store the images with your caption. then bind this table to datalist.

Member Avatar for djzia
-1
105
Member Avatar for Firethorn

i think you are using image control to set your background image. thats why its now allowing you to add content over it. create a div tag and set its background-image css property to point to the image you want as background. then place contentplaceholder inside this div tag in …

Member Avatar for djzia
0
85
Member Avatar for algo_man

another way is to store it as html. C# [CODE]using System.Text; protected void Button1_Click(object sender, EventArgs e) { //string builder is used to manipulate the string data StringBuilder sb = new StringBuilder(); //assign text to string builder in order to manipulate it sb.Append(TextBox1.Text); // \r\n represents carriage return or newline …

Member Avatar for djzia
0
101
Member Avatar for niche1

simple. just wrap it with a div tag <div id="wrap"> 1. <form> 2. First name: 3. <input type="text" name="firstname" /> 4. <br /> 5. Last name: 6. <input type="text" name="lastname" /> 7. </form> </div> and insert this in css #wrap{ width: (width of form)px; margin: auto; }

Member Avatar for djzia
0
261
Member Avatar for bhbbhb

The End.