Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:641120
More Search Options
RSS Available
Matching Posts
Re: How to remove "www." from web address - [Client Request]
If you have IIS you can use the following code: <system.webServer> <rewrite> <rules> <rule name="Remove WWW" stopProcessing="true"> <match url="^(.*)$" /> <conditions> <add input="{HTTP_HOST}" pattern="^(www\.)(.*)$" /> </conditions> <action type="Redirect" url="http://nayyeri.net{PATH_INFO}" redirectType="Permanent" /> </rule> </rules> </rewrite>
Posted to
Hosting Open Forum
(Forum)
by
sdi126
on 10/5/2009
Re: trigger browse button programatically
Yea I don't know how you would do that in .NET code...
Posted to
Web Forms
(Forum)
by
sdi126
on 9/30/2009
Re: W3C and alignment issues
What control are you using HorizontalAlign with? Do you have an example of the code?
Posted to
Web Forms
(Forum)
by
sdi126
on 9/30/2009
Re: sqlCommand conditional assignment, how?
You could build a stored procedure instead and you can then do conditional if statements inside the stored procedure ( checking for a zero ) or What if you change your default value property to an empty value "" and then you where clause could be changed to ParentID like %@ParentID% * I would recommend the first one
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
sdi126
on 9/30/2009
Re: trigger browse button programatically
you could do this programatically with javascript as one way: <script type="text/javascript"> window.onload = function() { document.getElementById("FileUpload1").click(); } </script> FileUpload1 is the ID of your FileUpload control Again...this is just one way to do it :)
Posted to
Web Forms
(Forum)
by
sdi126
on 9/29/2009
Re: Transfer files (StreamWriter) or (with ftp) --- How can I integrate a class in my code?
This is a good free FTP class library that I have used many times ----> article with easy to use instructions + code : http://www.codeproject.com/KB/IP/ftplib.aspx
Posted to
C#
(Forum)
by
sdi126
on 9/29/2009
Re: Can any one help me with .net obout components?
I have the obout controls...have you sent a support request to their support staff...they are very helpful + knowledgeable...if not I will try to assist you.
Posted to
Component Discussions
(Forum)
by
sdi126
on 9/21/2009
Re: vs 2008 startup error
I think that it is just set as the default currently...the configuration reads "Show Start Page"
Posted to
Visual Studio 2008
(Forum)
by
sdi126
on 10/27/2008
vs 2008 startup error
When trying to open up vs 2008 I get the following error: runtime error r6034 Any ideas as to how to fix this? I have the visual c++ 2008 redistributable installed...the machine is xp sp2 I also have vs 2005 installed where this error does not occur.
Posted to
Visual Studio 2008
(Forum)
by
sdi126
on 10/27/2008
Re: for i as 0 to length vs for each x in xcollection...in vb.net...who wins?
I guess you could write some code inside the loop (maybe do the loop 1000 times) and try to time the execution of the page. It is probably best to test this on your local machine for a more accurate test though...to eliminate network traffice being an issue etc... * I don't think one is faster over the other but I do prefer using foreach
Posted to
Free For All
(Forum)
by
sdi126
on 10/23/2008
Page 1 of 2 (12 items) 1
2
Next >
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online