Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #13.9K
~2K People Reached
About Me

Mr. Lance Bachmann founded Local Internet Traffic to ensure that internet advertisers receive the best ROI from the Internet Space. As he watched companies fall short of their customers' expectations, it was Mr. Bachmann's vision to have a company that…

Interests
SEO,internet marketing,Web Development
PC Specs
MS Window
Favorite Tags

15 Posted Topics

Member Avatar for T4gal

Dear You are right, But If you want to utilize your web space you can use DIV,Div provide more flexibility rather then table.If you want to design Unique temple from other use DIV.

Member Avatar for localinternet
0
230
Member Avatar for bharanidharanit

SiteNOTE,webaptive,QuickelSoft,oxite these are also best and user friendly CMS for Asp.net. for more assistance visit [url]http://www.cmswire.com/cms/products/[/url]

Member Avatar for Borzoi
0
213
Member Avatar for pharindra

This code may help you: [CODE]protected void GridView1_RowUpdating(object sender, GridViewUpdateEventArgs e) { GridViewRow r = this.GridView1.Controls[0].Controls[e.RowIndex] as GridViewRow; TextBox t= r.Controls[cell_index].Controls[control_index] as Text Box; }[/CODE] This Syntax for Grid View: GridView.Controls(0) ------ Table GridView.Controls(0).Controls(index) ------ GridViewRow GridView.Controls(0).Controls(index).Controls(index) ------ TableCell. For BoundField, we can use

Member Avatar for croker10
0
98
Member Avatar for padmaguruarts

Sometime in Hard disk create bad sector then it create problems.So Use Disk Manager to "0" level formating and change data cable.

Member Avatar for mechbas
0
76
Member Avatar for kannagk
Member Avatar for Ancient Dragon
0
214
Member Avatar for swornavidhya_m

[CODE]<iframe style="filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);" src="Image URL" height="450" width="300" name="myiframe"></iframe>[/CODE] This code may help you.

Member Avatar for localinternet
0
71
Member Avatar for srinivasan106

you can use selection sort function. void selection(int elements[], int array_size) { int i, j, k; int min, temp; for (i = 0; i < maxsize-1; i++) { min = i; for (j = i+1; j < maxsize; j++) { if (elements[j] < elements[min]) min = j; } temp = …

Member Avatar for localinternet
0
326
Member Avatar for seoindia

IN order to get more back links in bing. bing prefer quality to quantity and that "Backlinks should be relevant to the page being linked to or relevant to your domain if being linked to the homepage." Within the webmaster tools, they rate your backlinks from one to five in …

Member Avatar for ursimrankhanna
0
114
Member Avatar for fumnimda

Alexa toolbar is not working as spyware , it is not keeping an eye on visitor .it maintains history of visited webpage urls.if you visits a website more then one in a day then it will count only once.

Member Avatar for mackone
0
153
Member Avatar for backendcode

HTML validation should be follow. As with all languages, there is a proper way to use it and an improper way to use it. Valid HTML is HTML that has been written in accordance with W3C and uses the correct syntax.Valid code is displayed properly and uniformly across popular browsers. …

Member Avatar for RichardWilson
0
205
Member Avatar for chitian5057

You can directly write html code in a jsp file.JSP [B]out[/B] object is use for that purpose . [code=java] out.println("<html>"); out.println("<body><p>"); out.println("</p></body>"); out.println("</html>"); [/code]

Member Avatar for javaAddict
0
159
Member Avatar for smjaved

To use xml file as a datasource. 1>first create the xml file. 2>Drag and drop XMLDataSource Control to the page from the Toolbox's Data tab. 3>Specify the DataFile property to the Xml file. 4>Now you can use navigation controls like Treeview , Menu control for displaying xml contents. 5>Set DataSourceID …

Member Avatar for localinternet
0
82
Member Avatar for PotaZinga

To insert DatePicker in aspx page use following code. [code=asp] <asp:ScriptManager></asp:ScriptManager> <ajaxToolkit:Calendar runat="server" TargetControlID="Date1" CssClass="ClassName" Format="MMMM d, yyyy" PopupButtonID="Image1" /> [/code] Here TargetControlId is the textbox name where you would like to inset date.

Member Avatar for localinternet
0
92
Member Avatar for born star

In Asp.Net controls which takes only string(text) input like TextBox, ListBox, Label so whenever we need to assign input to these controls we have to first conevrt the object value to string using ToString() function. or if we assigning value to a string variable we use ToString() function.

Member Avatar for localinternet
0
67
Member Avatar for ranu jain

PostBackUrl property of linkbutton contains the address of webpage where we are going to post our form controls data. i.e:- [code=c] linkbutton1.PostBackUrl="~/form1.aspx/"; [/code] Here in above statement we will reach at form1.aspx along data of form controls at the time of click on linkbutton1.

Member Avatar for localinternet
-1
146

The End.