Are you still looking for someone to work on the project?
You will first have to set the SQL Server to use Mixed Authentication mode. Its by default set to Windows Authetication mode and allows only...
There are a lot of freelancing sites, do a google search and you will come up with many of them.
Please get back to me if its development work. I can do that.
If all the required data is in the database, you can just use SQL to get the results out and display in whatever way you want, like putting...
You can use any of the methods to add a parameter along with its value, but Add is deprecated because it has a similar overloaded method. So when...
As Venami has mentioned you can use the onclick if its a normal html control, but, if its a .NET button or link button control you will have to...
Oh ok. That makes sense, rewarding members who contribute and not who spam. Thanks for the clarification.
I have noticed that for some of the users the signatures are marked as nofollow while other users do not have such thing added to their...
Introduction Today I was working with the Tab Container control from Ajax tool kit and I had this requirement of preventing the user from...
It looks like your hosting provider as configured the default instance correctly, but the named instance is having problems. It has its security...
For connection strings you can use the section instead of appsettings. It will be like
Data Source is the server address on which you have your database. You can get this information from your web host. Database is the name of the...
It could be some other problem, as when you don't enter a value into the text box, the Text property returns an empty string and not a null. Can...
You will have to subscribe to any of the SMS gateway service providers and use their API to send out SMS. Most of these providers will give you...
You can't use the control in asp 3.0. One way is you can use iframes and link to the aspx page from your 3.0 asp page.
go with C# as the sytanx will be similar to your PHP.
Thats by behaviour. If you want customized behaviour you will have to write your own code to handle onblur events of your applicable controls.
I have seen sites using either of the two ways shabbir has mentioned. So you can choose the best option for you. If your site is just a startup,...
try the articles in w3schools site. It should be a good starting point for you.
Separate names with a comma.