- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 5
- Posts with Downvotes
- 4
- Downvoting Members
- 3
69 Posted Topics
best seo strategy for ecommerce website is is link building, keyword strength, your product description in ecommerce store
When i post on G+ then that automatically appear on FB.. when i post on Twitter then automatically appear on FB.. some setting required...
i think You can receive good amount of traffic from both but Fb is better way & G+ is still conquering the market.. but both free then enjoy both....
increase the size of description field in database...u will able to export excel data to sql
May be In coming days g+ will definitely beat the FB..Actually I think google plus is great but it is still an attempt to play catchup to Facebook.
you can not export directly data from gridview to excel but you can export data from database to excel sheet using "Export to Excel"
use modelpopup or ajax pop up for login control popup
May be as per my view Face book is Favorite Social Media because all of aware of Facebook...
Yes i use skype,,, in both business n personal purpose,, but both id different.. may be most of use Skype... most purpose to use Skype is to share a data within a minute ... and free calling..
if you installed IIS after your .net installation then you must register IIS with framework run following script in start -> run C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Social Bookmarking is on of the best way to increase our site traffic ... The Social bookmarking is one of the SMO (Social Media Optimization) methods ..It's providing easy methods for your visitors to add bookmarks to your site/article.
use ajax , xmlhttp or json for verification of login
you can use oops concept...first find header in your page and then find its controls Page.FindControl("controlname")
I think you are not getting PatId value from table..pleaes check
for logging error you can trace error using try { some code } catch (Exception ex) { } finally { }...in Catch you can show/insert error in error log
set height % not pixle basis for your solution
run time you can compress the size of image using asp.net
use javascript for horizontal scrolling use below link for horizontal scrolling [url]http://logicbox.net/jquery/simplyscroll/horizontal.html[/url] [url]http://p2p.wrox.com/javascript/35567-horizontal-scrolling-javascript.html[/url]
if you want to login in FTP using ASP.net then username, password and hostname you need to provide for login FTP using asp.net
you can configure multiple sitemaps in web.config file
use below link for creating step by steps of member ship provider using asp.net [url]http://www.revenmerchantservices.com/page/ASpnet-20-step-by-step-Membership-Provider-.aspx[/url]
when you doing redirection pass parameter what you have selected in tree mode and when page loading on second page select again using url parameter
imgURL = "~/UploadFiles/Imagefilepath/" imgImage1.ImageUrl = imgURL + imagename.jpg
for making seo team first hire expert and then hire freshers under of expert and make SEO team
I thing you missed "DataKeyField="quotationid" in grdidview
u need to url rewrite using web.config and then you can show this types of url
pass multiple values in query string like categoryid=action,test1,test2 and use this values in query. Like WHERE Item in 'Action,test1,test2'
you missed writing number of parameters ... write code like SqlParameter[] ISqlPara = new SqlParameter[2]; ISqlPara[0] = new SqlParameter("@NewsID", NewsID); ISqlPara[1] = new SqlParameter("@newsname", Newsname);
i thing when you binding Grdiview then you didn't use IsPostback propery in page load. try ... If(!Page.IsPostback) { BindGridView(); } it will solve your problem
asp.net downloading code ...<a href="document.htm">Download</a>
label.text = ds.tables[0].rows[0].["columnname"]
try this ... '" & param(3) "' & _ ,
"replace relay-hosting.secureserver.net" to "localhost" for SMTP port using .net email sending
use Request.Cokkies("Cookiesname").value for getting values using ASP.Net
In session login check whether user is paid or free and depending upon its value redirect it to http or https url
when you submit form then set IsApproved=false and open this form in admin panel and set IsApproved=true once department approval
btnSubmit.Attributes.Add("OnClick", "return fnsubmit();");
cookies value get in asp.net use below code string strCookies = Request.Cookies["cookiename"].Value
login in control panel and give rights to this .mdf file for read,write and exectue
try query like insert into Medpoint_Register (firstname,lastname,email,gender) values (@FirstName, @LastName, @Email, @Gender)
use asp.net with ajax model popup for your solution....call this model popup when rowdatabound event called
for getting cookies in asp.net...use Request.Cookies("cookiesname").value
set autopostback=true in dropdown change event and call function on onselected change event and redirect it to new page
Simply you can bind gridview using result dataset...use below code GridViewCategory.DataSource = result.ResultData; GridViewCategory.DataBind();
use ajax based progress bar when uploading image using file upload ..your solution
R u using any third party dll in your project...if yes then give reference to this dll in your project....It will work
you are two times using command.ExecuteNonQuery() in your code...please correct
The End.
aspproject