- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 2
Tod Cunningham, CEO 15 years of technical project management 17 years of business and personnel management Excellent customer relationship skills Strong vision, entrepreneurial drive and creative skills Excellent problem solving and communications skills…
- Interests
- web design, web development
- PC Specs
- MS Window
18 Posted Topics
Re: To print prime numbers from 1 to 500 using for loop following program is use. [code=c] #include<stdio.h> void main() { int c=0; for(int i=0;i<=500;i++). { for(int j=2;j<i;j++) { if(i%j==0) c=c+1; } if(c==0) { printf(i,"\n"); } c=0; } } [/code] | |
Re: [QUOTE=seoservices7890;1546884]Social bookmarking is a great seo strategy.There are a lots of benefits of social bookmarking.It helps in fast crawling of web site.Social bookmarking is the best way to drive traffic to our site as it creates inbound links to our content which helps to gain the attention of search engine … | |
Re: Read some Flash tutorial for banner designing [url]http://www.tizag.com/flashTutorial/flashbanner.php[/url]. Asp.net provide inbuilt control for flash application using on website follow [url]http://www.aspnetflashvideo.com/[/url]. | |
Re: Use absolute position and avoid floating position at that your problem situation. | |
Re: This is easily done by jquery tool,use zoom image jquery script for this application. | |
Re: Just ,Put your Grid View outside update panel.Update panel control doesn't refresh when page refresh. | |
Re: You just Set Image Property Repeat-X,Repeat-Y in CSS for proper display image in Div. | |
Re: This website may help you to play flash and WMV file in your website.Follow The steps according to your need. [url]http://www.beansoftware.com/ASP.NET-Tutorials/Media-Player.aspx[/url] | |
Re: This code may help you check your Gridview binding. [code] DataTable dt = new DataTable(); dt.Columns.Add(new DataColumn("Item #", typeof(int))); dt.Columns.Add(new DataColumn("Contract Number", typeof(string))); dt.Columns.Add(new DataColumn("Customer Name", typeof(string))); int i; for (i = 0; i < 40; i++) { DataRow dr = dt.NewRow(); dr["Item #"] = i; dr["Customer Name"] = this.txtCustomerName.Text; … | |
Re: we can not judge it ,because both are essential seo activites . both togatherly help you to get more baclinks on your site. | |
Why designers prefer div designing rather then table design ? | |
Re: Use this code System.Convert.ToString().For conversion string to integer value. | |
Re: Web design is the skill of creating presentations of content that is delivered to an end-user through the World Wide Web, by way of a Web browser or other Web-enabled software. Graphic design include drawn, painted, photographed, or computer-generated images,Also design the letter forms that make up various typefaces found … | |
Re: You can make it,you may require any assistance go through this website. [url]http://www.freejavaguide.com/corejava.htm[/url] | |
Re: To store the data in linq using this syntex [code=asp]var database = from colomn in tables where condition select condition;[/code] then Bind the data using Linq Data Source. [code=asp] protected void Page_Load(object sender, EventArgs e) { GridView1.Visible = true; if (!IsPostBack) { GridView1.DataSource = LinqDataSource1; GridView1.DataBind(); } }[/code] | |
Re: If you want to access the variables on a page from outsider page then just declare them public. later defining variables public you can access these variables by creating object of class. | |
Re: MYSQL is best for less bulky database handling ,in other hand if you are going to handle large database then sqlserver will be best option. | |
Re: No you can not use continue statement with if else statement. continue keyword is use for direct jump on loop entry point. if you require jump on if entry point use can place label and use goto statement in the scope of if_else statement. |
The End.