Monday, May 24, 2010

Can anybody plz tell the steps 2 creat a WebApplication using C# in ASP.NET 2005?

iam using Asp.Net 2005professional but can't find how to creat a web-appliction using C# language.......if anybody knows plz tell me ...( the suggestion which works will get full 10 points)

Can anybody plz tell the steps 2 creat a WebApplication using C# in ASP.NET 2005?
I'm assuming you mean that you're using Visual Studio.NET 2005 Professional.





Click on File and then New. Select "Web Site". In the lower left corner, you have the ability to change the language from Visual Basic to C#.


.NET C# Drag and Drop?

Are there some one who has an example of Drag an Drop in a list view (C#)

.NET C# Drag and Drop?
http://www.codeproject.com/cs/miscctrl/d...


How can i insert and retrive pdf files into sql server database and i am programming with c#.net?

u've to use blob / clob data type for doing so.


and you've to use byte array in c# for uploading or retrieving from database.





try documentation for details. if you could'n find any answer contact me.

How can i insert and retrive pdf files into sql server database and i am programming with c#.net?
Store the names/locations of the files, rather than the filles themselves - this will be very fast.





If you store the files as BLOB's (binary large objects) processing will be slow, and your database will be harder to manage.

wallflower

Now i creating new website for discussion forum .give me some idea about how to use c#.net classes in website

The only way to know about c#.net is to either ask a computer person or seach the internet or to refer from a book!


How I can create property or event for a component when I desin it in ControlLibrary (C#.Net)?

you can import the dll from the control library to use the object you created.


Which is the best paid profession in it / computer: 1. networking, 2. unix, 3. oracle 4. c#.net. please help?

please guide for usa job seeker from india

Which is the best paid profession in it / computer: 1. networking, 2. unix, 3. oracle 4. c#.net. please help?
oracle DBAs who are super experienced probably are in the most demand so higher salaries. the networking experts are probably number 2. the key thing is experience...


Need Help with Loan Calc Logic in C# for ASP.NET 2.0 App?

Hi!





I am coding a ASP.NET 2.0 mortgage calc app and need some help with the C# code required to perform the actual calcs. Here are the specs.





The following data is available:


- Selling price


- Down payment


- Interest rate (value between 0.0 and 1.0)


- Number of years


- Periods per year (12, 24, 52)


- Payment per period





Based on validation groups, I need to calc the following:


1. Payment per period using the following formula


payment = (Principle x Rate) / (1 - (1+Rate)) ^ -period


(or)


"Payment is equal to principle times rate divided by 1 minus (1 plus rate) to the negative period power"


2. Loan amount using the following formula


loanAmount = Payment *(1 - (1 + Rate)^-period)/Rate


(or)


"Loan amount is equal to payment times 1 minus (1 plus rate) to the negative period power divided by rate"





Any help is appreciated!

Need Help with Loan Calc Logic in C# for ASP.NET 2.0 App?
These people might be able to help you..


http://www.bleepingcomputer.com/





They gave me great help.


I hope this helps you.


Good Luck!

hollyhock