You can do it by using n-tier architecture with interface and abstract class.
Farogh Haider Web developer
You can do it by using n-tier architecture with interface and abstract class.
Farogh Haider Web developer
Hi to all, How to withdraw money from PayPal. Thanks
Farogh Haider Web developer
Dear All, How to change different languages for dynamic value not static, values come from database in asp.net 3.5
Farogh Haider Web developer
There is no any event of browse control which can be handled by server side. you should call the onchange event and implement javascript function and assign selected image in image control. It's better take html control
Farogh Haider Web developer
You should use ajax with update panel
Farogh Haider Web developer
Java script is case sensitive, your defined function and calling function should be same
Farogh Haider Web developer
Yes, you can use both language by using different master page
Farogh Haider Web developer
hi, Use DataFormatString property in gridview
Farogh Haider Web developer
Thanks alot, It's working fine. can we use bulk insert.
Farogh Haider Web developer
Hi, Use n-tire architecture. First you have to create Data Access Layer(DAL), in this layer you keep your data separately. In Business Layer Access, you should keep your business logic like as defination of methods, declarations of variables etc. you can also declare properties. After this you will create User Interface/Presentation Logic. In this layer you create your user interface(forms) and connect with BAL using objects.
Farogh Haider Web developer
Hi, I want to import excel data in sqlserver 2000 using asp.net 2.0 Please help me asap. thanks
Farogh Haider Web developer
Hi, I agree with abhishake
Farogh Haider Web developer
Hi, If you want to send mail automatically without open website, you should create jobs and scheduler in sqlserver which will run everytime
Farogh Haider Web developer
Hi, Use Fckeditor, there is many facilities and you can upload an image directly
Farogh Haider Web developer
Hi, User server side script to do this
Farogh Haider Web developer
Hi, Right click on your image and copy image address and paste this on browser directly, If your image is display then your path is correct, otherwise use relative path.
Farogh Haider Web developer
Hi, Call this script. javascript:openPopup('ImageEnlarge.aspx?productid=<%#eval("productid") %>') function openPopup(strOpen) { open(strOpen, "Info", "status=1, width=350, height=338, top=0, left=300, scrollbars=no"); } I hope this will help you
Farogh Haider Web developer
Hi, If you are sending your mail via system.net.mail. you should use smtp server ip or smtp server name and should be configured properly on server.
Farogh Haider Web developer
hi, There are many ways to do this, like as you should bind your detailsview through login session, so that only login user details will be display
Farogh Haider Web developer
Hi to all, I want to add sms service in my application, I have API of sms service, but i dont know how implement it. please help me!
Farogh Haider Web developer