|
|
Where i can download IIS 5.0 ..I have Window XP operating system.
Life is not easy ,let's make it.
|
|
|
|
|
It's part of the OS, and you can choose to install from the Add/Remove Windows Components. But if you use the XP Home Edition, you may only need the built-in server in VS 2005.
|
|
|
|
|
Hi all,
have you any idea about maximum length of URL in IE?
|
|
|
|
|
Maximum URL length is 2,083 characters in Internet Explorer
|
|
|
|
|
|
|
Hi i m working on network system but i have installed .net framwork on my pc.tell me how can i access localhost server which is installed on my pc. I want to make my asp.net project only on my pc while using localhost ..IIS5.0..
What should I do to make project on asp.net with my IIS .while my pc connected to network ..Is there any setting which is seperae to access IIS or Othere server.?
plzz help me i m eger to work on .net.
Life is not easy ,let's make it.
|
|
|
|
|
Just put your web application under the local wwwroot folder. Access it using http://localhost/
And in this case, life is that easy.
If you are running visual studio and you create a new project, then this is how it will work.
|
|
|
|
|
IIS5.0? Why not IIS6.0?
"The key, the whole key, and nothing but the key, so help me Codd"
|
|
|
|
|
Hi
I want to give Microsoft Certified Application Developer (MCAD) exam but i don't have study material please can any one send me links and name of books which i should read . Please reply me
|
|
|
|
|
A GuidLine:
3dbc337b-1df8-41b4-ac28-729b1320bd38

|
|
|
|
|
Thanks for reply
What is that ? Sorry didn't get that
|
|
|
|
|
Regards
Angel
*********************************************
The sooner you fall behind, the longer you have to catch up.
|
|
|
|
|
|
|
Hi Friends,
Can anyone tell me how can we implement spell check in a web application using ASP.Net and C#. My problem is that i have a text area. what all words i enter there should be checked for its correctness.
Thanks in advance.
Vipin
|
|
|
|
|
You might want to check out a couple of third party components[^] out there before deciding to implement one.
|
|
|
|
|
Try searching code project for articles with the keywords "spell check".
Logifusion[^]
|
|
|
|
|
I am trying to integerate my web application with another web application,
how am i gonna get the field values which are sent via silent post technique
by the other web application.
Thanks in advance.
SMI
|
|
|
|
|
|
request.form("fieldname").tostring()
try to be good if you can't be the best
|
|
|
|
|
Hello, good day!
I have a datagrid which have 32 columns that is Quantity, Unit Price and amount. The Quantity and Unit Price which contain data are bind from database. My problem is how do i write a code that calculate the amount of each rows in the datagrid and put it in the Amount column?
(Amount=Quantity * Unit Price)
Anyone can help me to solve this problem? Thanks..
Best Regards,
Pei Sun
|
|
|
|
|
You can get the calculated value while fetching the records itself from the database. Or also you can calculate that in OnItemDataBound event of the datagrid.
Best Regards,
Apurva Kaushal
|
|
|
|
|
If calculate in OnItemDataBound, how to write the code? I try this before but fail to get the data. Can you give me some sample code? Thanks..
Best Regards,
Pei Sun
|
|
|
|