Sunday, August 12, 2012

Looking For Online Branding For Business

Are you looking for online promotion for your business or creating online branding of your business to increase credilibilty and sales.

Do check out http://www.websiteforbusiness.in/ for excelent website design for business and online marketing using search engine optimization, social media marketing, landing page optimization and lots more techniques to make sure you get good traffic and higher conversation rate.

http://www.websiteforbusiness.in/ has combined website design for both computers, mobile devices and internet maketing into one excellent package at reasonable prices.

Check our exicting offers at http://www.websiteforbusiness.in/ to get the best website for your business.

Planning to get a website for your business!!!

Are you planning to get a website for your business and not sure where to start and how to find experts who can take your business online.

Please visit http://www.websiteforbusiness.in/ to get the best website for your business. http://www.websiteforbusiness.in/ offers heavy discounts and lots of free bies.

>http://www.websiteforbusiness.in/ has an expert team which offers excellent website design along with innovative internet marketing and free mobile website to make your you are no more invisible on the web.

Please visit >http://www.websiteforbusiness.in/ for latest offers and discounts. We are currenyly offerring free domain name, hosting, Internet marketing, blog and mobile devices friendly pages with our website for business package at throwaway prices.

Sunday, August 29, 2010

Learn ASP.NET DOTNET Training Mohali

Learn ASP.NET/C#/SQL SERVER FROM IT experts in Mohali.Please read details at

Please visit http://buoyanteducation.com/ for Industrial Training for CSE/IT/MCA students at panchkula.

Tuesday, August 24, 2010

Backup mysql database using batch file and asp.net

Create a batch file with the following code

set pathchoice=%1%


"C:\wamp\MySQL\bin\mysqldump" -u root dbname -p password > %pathchoice%\filename.sql

and then you need to create a aspx file to run this bat file:here is the code for backup file

protected void ExecuteBatchFile(string batchFileName, string[] argumentsToBatchFile)
{
string argumentsString = string.Empty;
try
{
//Add up all arguments as string with space separator between the arguments
if (argumentsToBatchFile != null)
{
for (int count = 0; count < argumentsToBatchFile.Length; count++)
{
argumentsString += " ";
argumentsString += argumentsToBatchFile[count];
//argumentsString += "\"";
}
}

//Create process start information
System.Diagnostics.ProcessStartInfo DBProcessStartInfo = new System.Diagnostics.ProcessStartInfo(batchFileName, argumentsString);

//Redirect the output to standard window
DBProcessStartInfo.RedirectStandardOutput = true;

//The output display window need not be falshed onto the front.
DBProcessStartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
DBProcessStartInfo.UseShellExecute = false;

//Create the process and run it
System.Diagnostics.Process dbProcess;
dbProcess = System.Diagnostics.Process.Start(DBProcessStartInfo);

//Catch the output text from the console so that if error happens, the output text can be logged.
System.IO.StreamReader standardOutput = dbProcess.StandardOutput;

/* Wait as long as the DB Backup or Restore or Repair is going on.
Ping once in every 2 seconds to check whether process is completed. */
while (!dbProcess.HasExited)
dbProcess.WaitForExit(2000);

if (dbProcess.HasExited)
{
string consoleOutputText = standardOutput.ReadToEnd();
//TODO - log consoleOutputText to the log file.
}
}
// Catch the SQL exception and throw the customized exception made out of that
catch (Exception ex)
{
Response.Write(ex.Message.ToString());
// ExceptionManager.Publish(ex);
// throw SQLExceptionClassHelper.GetCustomMsSqlException(ex.Number);
}
// Catch all general exceptions

}
protected void Button1_Click(object sender, EventArgs e)
{
string[] names = new string[1];
names[0] = TextBox1.Text;


ExecuteBatchFile("E:\\b.bat", names);
}

Monday, March 1, 2010

Learn ASP.NET at Panchkula

Computer Education
Website/Software Development Services
Computer Fundamentals
Basic Website
HTML
Content Management System
VbScript/JavaScript/Jquery
Ecommerce Website
ASP
Any Kind of Website Development
ASP.NET 3.5/4.0
Desktop Application Development
C#
Annual Maintenance Contract for websites
VB.NET
Domain Registration/Website hosting
SQL Server 2005/2008
Hardware & Networking Solutions
Ajax
IT Consulting
ADO.NET
Career Counseling
รจ Oracle
Corporate/Campus Training
C/C++
Expert Guidance For Projects/Project Reports
Contact us for guidance on any computer related subjects
Website For Business


PersonaNo batch system, Flexible Timings to suit your needs
-- Learn from Industry experts having 7 years of experience in Software development in various IT companies.
-- Interview Preparation for IT companies
--Learn from basics to advance concepts of website development like payment gateway integration, url re-writing, developing ecommerce websites/job websites and lots more.
--Contact us once to find the difference between faculty at computer centers and industry experts.

Please checkout our website http://buoyanteducation.com/
looking to learn asp.net,c# or vb.net at panchkula/chandigarh/mohali .please feel free to contact us.


If you are looking to learn ASP.NET/C#/SQL SERVER AT mohali Please visit http://buoyanteducation.com/

Wednesday, February 24, 2010

Cheap Website maintenance

We provide the following service,we have the cheap and best prices,offers,packages for
Website maintenance services, web site maintenance agreement, web site maintenance, website maintenance india, website contract india, website maintenace information services

cheap website maintenance, website updating, update websites, update content, Content management contracts, web updation india, website updation services, maintenance contracts, web maintenance services, software updation, software maintenance, html updation, javascript, cgi script updations, content maintenance program, application maintenance solution, web page updation and maintenance services, website design maintenance, web maintenance india

Best Website maintenance services check out http://websiteinnovators.com/

Wednesday, February 17, 2010

Cheap and Best Website Maintaince:Web Administration

Looking for maintaining your website,please visit http://websiteinnovators.com/
cheap website administration,best and cheap webmasters,web administration

Friday, October 16, 2009

Best Web Advisor:Best Web Solutions

Looking for excellent web solutions or you want advice for your online business.We offer the cheapest web solutions,cheapest web developmets,Cheapest HTML websites,Cheapest wordpress websites,asp.net websites,cheap SEO and SMM...

Please visit Best Web Advisor and Web Solution Provider: Website Innovators

Wednesday, September 9, 2009

Get Ecommerce/Shopping Cart Website in 3 simple steps

If you are looking to get an ecommerce website or a shopping cart.I can tell you how to get an cheapest ecommerce website or a shopping cart in 3 very simple steps...

1) Check open source ecommerce solutions like oscommerce.com or Prestashop.com or zencart.com .Select which ever you want

2) Search for pre designed templates that are easily available on internet.I can help you with that.

3) Get an expert like me who can setup the shopping cart solution with the design you want.

Cheers
Admin

Sunday, July 19, 2009

Seo Tips for Dynamic Content/Website

Most of the websites have dynamic content(text,links) coming from database.The developers should keep in mind the following few points for making the website search engine friendly:

1) Make sure each page have different title and meta description.You can pick headline/title of the content as Page Title and few words of the content in meta tag or meta description. If each dynamic page has different title and description
it will be more search engine friendly.

2)Make sure the url's do not have query strings.Avoid using query strings.

3)Make sure that every image has an alt tag.

4) Hyperlink should not have any javascript,it should display url when mouse is moved over them

5)Create a sitemap,it should have url for every dynamic page.

6)Links should not be 3-4 levels deep down.


I am sure if the developers use the above SEO tips in their asp.net/php dynamic websites,they will surely rank higher in search engines and make clients happy..

if you have any questions/views feel free to share

Social Media Marketing:Increasing Web Traffic

Social media marketing is now widely used for increasing web traffic on the websites or blogs.Its basically

1)creating profiles,groups,communities related to your website on social networking websites like orkut, facebook, myspace, hi5 and other similar social networking sites.

2) Searching other forums,blogs related to content on your website and creating your profile/account on them and actively posting new topics/comments on the discussion going on there,you can use digg,yahoo answers etc

3)You can also use social bookmarking to increase traffic on your website.

If you have any questions/views on social media marketing please feel free to post your comments.

So use social media marketing to increase traffic on your website....cheers

Monday, June 29, 2009

Unable to cast object of type 'System.Int32' to type 'System.String' :Error in Facebook Application

If you are getting "Unable to cast object of type 'System.Int32' to type "'System.String' error while using facebook.net from nikhil (http://www.nikhilk.net/FacebookNET.aspx) ,

to solve this error download source code for this dll and make a change in Framework\Service\Core\FacebookRequest.cs line 180 change

//userID = (string)result["uid"];
to userID = Convert.ToString(result["uid"]);

Sunday, April 19, 2009

failed to enable constriants,One or more rows contain values violating non-null, unique

Error:asp.net/c#/typed data set,strong datasets,xsd files
"failed to enable constriants,One or more rows contain values violating non-null, unique"

If this is the error you get into your dataset/xsd files then there is a problem with the table u r using to fetch records.You might have altered the datatype/length of the column.

the best way to resolve it is to re create the dataset/xsd file or use a simple stored procedure to fetch records...

Wednesday, April 8, 2009

The SMTP server requires a secure connection or the client was not authenticated. The server response was: denied access

Error while sending email...asp.net 2.0

"The SMTP server requires a secure connection or the client was not authenticated. The server response was: denied access

Reliable $1 Web Hosting by 3iX

you can resolve this error by setting
mailclient.UseDefaultCredentials = true; in the code you are using to send email. use this code

System.Net.Mail.SmtpClient mailclient = new System.Net.Mail.SmtpClient();
System.Net.NetworkCredential auth = new System.Net.NetworkCredential("support@abc.com", "123#");
mailclient.Host = "mail.abc.com";
mailclient.UseDefaultCredentials = true;
mailclient.Credentials = auth;
mailclient.Send(msg);

Sunday, December 14, 2008

Stored Procudre to Find next 5 records alphabetically

Stored procedure to find next 5 records alphabetically.Like next 5 records with alphabets starting from a will be b,c,d,e,f

----------

Reliable $1 Web Hosting by 3iX
-------------

set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
Create PROCEDURE [dbo].[FindNext5RecordsByCharacter]
(
@CityCharacter char(1)
)
AS
BEGIN
declare @alpha varchar(1)
declare @alpha1 varchar(1)
declare @alpha2 varchar(1)
declare @alpha3 varchar(1)
declare @alpha4 varchar(1)
declare @alpha5 varchar(1)
if (@CityCharacter='y' or @CityCharacter='Y')
begin
set @CityCharacter='a'
set @alpha=@CityCharacter
select @alpha1= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha order by CityName desc
--print @alpha1
select @alpha2= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha1 order by CityName desc
--print @alpha2
select @alpha3= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha2 order by CityName desc
--print @alpha3
select @alpha4= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha3 order by CityName desc
--print @alpha4
end
else if(@CityCharacter<>'z' or @CityCharacter<>'Z' )
begin
set @alpha=@CityCharacter
select @alpha1= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha order by CityName desc
--print @alpha1
select @alpha2= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha1 order by CityName desc
--print @alpha2
select @alpha3= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha2 order by CityName desc
--print @alpha3
select @alpha4= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha3 order by CityName desc
--print @alpha4
end
else
begin
set @CityCharacter='a'
set @alpha=@CityCharacter
select @alpha1= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha order by CityName desc
--print @alpha1
select @alpha2= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha1 order by CityName desc
--print @alpha2
select @alpha3= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha2 order by CityName desc
--print @alpha3
select @alpha4= substring(CityName,1,1) from tbl_city where substring(CityName,1,1) > @alpha3 order by CityName desc
--print @alpha4
end

CREATE TABLE #Temp(
CityId int,
CityName char(30) )

INSERT INTO #Temp (CityId, CityName)
SELECT top 1 CityId, CityName
FROM tbl_city where substring(CityName,1,1) >@alpha
INSERT INTO #Temp (CityId, CityName)
SELECT top 1 CityId, CityName
FROM tbl_city where substring(CityName,1,1) >@alpha1
INSERT INTO #Temp (CityId, CityName)
SELECT top 1 CityId, CityName
FROM tbl_city where substring(CityName,1,1) >@alpha2
INSERT INTO #Temp (CityId, CityName)
SELECT top 1 CityId, CityName
FROM tbl_city where substring(CityName,1,1) >@alpha3
INSERT INTO #Temp (CityId, CityName)
SELECT top 1 CityId, CityName
FROM tbl_city where substring(CityName,1,1) >@alpha4
INSERT INTO #Temp (CityId, CityName)
SELECT top 1 CityId, CityName
FROM tbl_city where substring(CityName,1,1) >@alpha5

select * from #temp
drop table #temp
END

Thursday, November 13, 2008

Implementing St George Payment Gateway using asp.net or c#


St.George Internet Payment Gateway
In order to implement internet payment gateway using St George api,using asp.net and c# you require followings things


Reliable $1 Web Hosting by 3iX

1) webpay.dll and Org.Mentalis.Security.dll
2) Client Id from the st george bank
3) digital certificate and its pwd from the bank

then in the pay button click paste the following code

Int32 pay1 = Convert.ToInt32(amount.Text);
if (pay1>=pay)
{
//Set the following values appropriately for your Bank/Service Provider
//String responseURL = "http://www.gwipg.stgeorge.com.au/";
String responseURL = "";

//To avoid processing duplicate payments, for this user, check the
//if ( Session.Contents[ "WEBPAYOBJECT" ] == null )
//{
webpay.client.Webpay w = new webpay.client.Webpay("10000xxx", "e:\\net.pfx", "yourpwd");
Session.Contents["WEBPAYOBJECT"] = w;
responseURL = processPayment(w);
String expdate = mm.SelectedValue + "/" + yy.SelectedValue;
obj.Insert(Convert.ToInt32(Session["MId"]), Convert.ToDecimal(amount.Text), ddlpaymentmethod.SelectedValue, cardName.Text, txtCardData.Text, cvc2.Text, expdate.ToString());
//}
Response.Redirect(responseURL);
}
else
{
lblpayment.Text = "Payment Should be greater than " + pay;
}



use the following function


private String processPayment(webpay.client.Webpay w)
{
System.Random randObj = new System.Random(5325);
w.setServers("www.gwipg.stgeorge.com.au");
w.setPort(3006); //use 3005 for testing
w.setValue("CLIENTID", "10000xxx");

w.setValue("INTERFACE", "CREDITCARD");
w.setValue("TRANSACTIONTYPE", "PURCHASE");
//Set the following values based on user input, or calculations from other parts of
//your application.
//Please consult your service provider's documentation for
//required and optional fields.
w.setValue("CARDHOLDER_NAME", cardName.Text);
w.setValue("CARDDATA", txtCardData.Text);
w.setValue("CARDEXPIRYDATE", mm.SelectedValue + yy.SelectedValue);
w.setValue("CVC2", cvc2.Text);

w.setValue("TOTALAMOUNT", amount.Text);
w.setValue("CLIENTREF", "" + randObj.Next());

//Store the Webpay Object in the session. So it can be retrieved easily by other pages (results/errors, etc)
Session.Contents["WEBPAYOBJECT"] = w;

System.Exception ex = null;
for (int i = 0; i < 2; i++)
{
try
{
w.execute();
ex = null;
break;
}
catch (webpay.client.ConnectException cex)
{
//Log the error, and try again.
ex = cex;
continue;
}
catch (System.Exception ioex)
{
//If a TXNREFERENCE is available, check the status of the transaction.
//The number of times to loop, and the sleep time may vary depending on the
//requirements of your application.
ex = ioex;
w.setValue("TRANSACTIONTYPE", "STATUS");
for (int j = 0; j < 2; j++)
{
try
{
//In case we the connection was dropped part way thru,
//give the transacton time to complete at the back end
System.Threading.Thread.Sleep(1500);
}
catch (Exception e)
{
}
try
{
w.execute();
//If the responsecode is still "IP", then wait and check the status again.
if (w.getValue("RESPONSECODE") != "IP")
{
//We have a result, continue
break;
}
}
catch (System.Exception e)
{
ex = e;
}
}
}
}
if (ex != null)
{
//An exception was encounteded which could not be recovered, possibly
//while attempting to retry or check status. Set the redirect to a
//page/process which can handle error conditions.
Session.Contents["ERROR"] = ex;
return "ErrorPage.aspx";
}
//Processing completed normally - redirect and display the results to the user.
//NOTE: Your applicaton will need also need to inspect the RESPONSECODE parameter and
//store the transaction result somewhere. This should be done here, and not in the
//Result display code, as this code will only execute once, while the display code has the potential
//to be re-executed if the user clicks "Refresh" or attempts to re-process the transaction
//using the "Back" button.
return "ResultsPage.aspx";
}

}
// if you face any problem please feel free to ask

Thursday, October 30, 2008

HTC TOUCH : Reviews and Price

HTC touch is a great smart phone.It has latest windows mobile operating system.It has all the applications like word,ppt,excel,you can send emails.it has a 2 mega pixel camera and a very unique touch flow.1 gb memory card which is expandable upto 4 gb.
Reliable $1 Web Hosting by 3iX

Lots of great features.a must buy phone if you are looking for a cheap smartphone.In india its costs around rs 15k.

Feel free to post your reviews here....

Thursday, October 23, 2008

GoDaddy Reviews:GoDaddy Web Hosting Review

Webmaters,

if you are looking to get hosting from godaddy.com please think twice before getting a web hosting account from them.Their support is very bad...they always say..this is a coding or 3rd party scripting issue and we can not help.I have atleast 3-4 sites and everyone has some problem.If you are taking windows hosting..pls keep in mind they do not provide remote access to sql server.You have to use their sql server web admin which i feel is not good.so....think twice before going with godaddy.

I will recommend using 3ix...they have very cheap hosting..they have $1 web hosting packages and $3 web hosting packages.They have very good support.I have 2 personal sites with them check below

Reliable $1 Web Hosting by 3iX

Tuesday, October 21, 2008

SRS: Sample SRS Templates

1.Background

This document describes the requirements necessary for the Software Project.

2.Scope

Explain what the software product will do

3.Software Requirement Specification
3.1. System scope

list all the features for which specifications must be created, designed, coded and tested as part of the project.>

3.2. Definitions, Acronyms, Abbreviations

The following is a list of commonly used definitions used throughout this document

5. UI Prototype (Optional)

Attach screen shots and explain control flow.

Reliable $1 Web Hosting by 3iX



6. Assumptions and Dependencies

State any known assumptions and dependencies

7. Non-Functional Requirements

7.1. Environmental Requirements

Hardware and Software requirements

7.2. System Performance Requirements

7.3. Security


7.4. Design and Implementation Constraints

7.5. Standards


8. Evisioned Future Enhancements / Open Issues


9. References

10. Annexures

Friday, October 17, 2008

How to change owner of object/Stored Procedure

to change owner of object/Stored Procedure

exec sp_changeobjectowner 'objectname','username'

for example

exec sp_changeobjectowner 'proc_getallrecords','dbo'