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:877492
More Search Options
RSS Available
Matching Posts
Unable to map subdomain at local host.
Hello All , I am developing a web application using Asp.net mvc framewrork with concept of subdomain for community. I have implement concept of wild card mapping of domain like *.example.com. To test concept in vs 2008 i edited hosts file and add some sobdomain like 127.0.0.1 a.localhost 127.0.0.1 b.localhost When i request url http://a.localhost:1760/ i get error ERROR: The requested URL could not be retrieved While trying to retrieve the URL: http://a.localhost:1760/ The following error was encountered
Posted to
Free For All
(Forum)
by
v.vivek
on 9/15/2009
Filed under: ASP.NET MVC, IIS, subdomain
subdomain site in asp.net mvc framework
Hello All, I have to create a site in asp.net mvc framework which have seprate subdomain for each comunity having own look and feel.Community created dynamically by user and choose logo and theam. like .. comutnity1.example.com comutnity2.example.com what architecture i follow? how i map subdomain url to controller and action?
Posted to
ASP.NET MVC
(Forum)
by
v.vivek
on 8/19/2009
Filed under: ASP.NET MVC, domain, Sub Domain., DNS
Re: Problem with Dropdown return value
try tihs one ..code in c#.. plz convert in vb.net dpdAccountPrivacy.Items.FindByValue( convert.toString( curValPrivacyFlagTypes(oDpdvalues).Rows(0)("VisibilityLevelID")).Selected=true;
Posted to
Web Forms
(Forum)
by
v.vivek
on 7/9/2009
Re: Checkbox, AutoPostBack related question.
use this link.. http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2
Posted to
Web Forms
(Forum)
by
v.vivek
on 7/3/2009
Re: Performance Optimization
check list :- http://msdn.microsoft.com/en-us/library/ms998596.aspx http://www.codeproject.com/KB/aspnet/Application_Performance.aspx
Posted to
Getting Started
(Forum)
by
v.vivek
on 7/3/2009
Re: DATABASE OPERATION AND VALIDATION CONTROL
Hi JORGEMAL, You are right.when page just load and u press tab in control validaters do not validate.but if once validaters validate a control they call on after tabpress.I think this is problem of browser catching.
Posted to
Web Forms
(Forum)
by
v.vivek
on 7/3/2009
Re: Auto-Generate Random Unique ID [ASP.Net - C#]
sorry i forget the table structure . create table newTicket(id int identity(100,1),ticketId varchar(7))
Posted to
Getting Started
(Forum)
by
v.vivek
on 7/3/2009
Re: Auto-Generate Random Unique ID [ASP.Net - C#]
i have try this one with sql server..plz convet in mysql. and do the needed change. declare @MaxID int set @MaxId =(select isnull( max(id),100) from newTicket ) set @MaxID=@MaxID+1 declare @Ticket varchar(7) set @Ticket ='Vnt'+'-'+convert(varchar(3), @MaxID) select @Ticket
Posted to
Getting Started
(Forum)
by
v.vivek
on 7/3/2009
Re: importing data from excel to ms-access
size of value in one of the excel column is greater than size of corresponding column of ms access. this may be your address feild.
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
v.vivek
on 7/3/2009
Re: selecting values from one table and inserting in another
i think you should wite this for auto increment.. declare @MaxID int set @MaxId =(select isnull( max(id),1) from YourTable ) set @MaxID=@MaxID+1 insert into YourTable(productId) values (@MaxID)
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
v.vivek
on 7/3/2009
Page 1 of 6 (52 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online