Click here to Skip to main content
15,887,875 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Change photo option Pin
Paul Conrad14-Nov-08 5:39
professionalPaul Conrad14-Nov-08 5:39 
Questiongridview scrollbar problem Pin
Mogaambo13-Nov-08 18:49
Mogaambo13-Nov-08 18:49 
AnswerRe: gridview scrollbar problem Pin
l.laxmikant13-Nov-08 23:02
l.laxmikant13-Nov-08 23:02 
GeneralRe: gridview scrollbar problem Pin
Mogaambo14-Nov-08 0:05
Mogaambo14-Nov-08 0:05 
AnswerRe: gridview scrollbar problem Pin
Sneha Bisht13-Nov-08 23:11
Sneha Bisht13-Nov-08 23:11 
GeneralRe: gridview scrollbar problem Pin
Andez200430-Jan-09 0:57
Andez200430-Jan-09 0:57 
Questioninsert text and image in same datatype? Pin
Member 387988113-Nov-08 17:26
Member 387988113-Nov-08 17:26 
QuestionProblem with Web Site Administration Tool Pin
soniko13-Nov-08 11:12
soniko13-Nov-08 11:12 
My web.config contains the following code:

<connectionStrings> 
<remove name="ConnectionString" /> 
<add name="ConnectionString" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|FSItest9.mdf" providerName="System.Data.SqlClient" /> 

</connectionStrings> 

<membership> 
<providers> 
<add connectionStringName="ConnectionString" applicationName="FSI" 
enablePasswordRetrieval="true" enablePasswordReset="true" 
requiresUniqueEmail="true" passwordFormat="Clear" 
minRequiredPasswordLength="3" minRequiredNonalphanumericCharacters="0" 
name="CustomeMemPro" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 
</providers> 
</membership> 
<roleManager enabled="true"> 
<providers> 
<add connectionStringName="ConnectionString" applicationName="FSI" 
name="CustomeRolePro" type="System.Web.Security.SqlRoleProvider" /> 
</providers> 
</roleManager>


When I invoke Web Site Administration Tool from VS 2008 I get ASPNETDB database in my APP_DATA folder. I had no intention to use it but my own DB. How to fix this problem?
AnswerRe: Problem with Web Site Administration Tool Pin
jzonthemtn13-Nov-08 13:11
jzonthemtn13-Nov-08 13:11 
QuestionRedirect url website iis 6.0 Pin
Dpriya13-Nov-08 8:50
Dpriya13-Nov-08 8:50 
AnswerRe: Redirect url website iis 6.0 Pin
jzonthemtn13-Nov-08 13:02
jzonthemtn13-Nov-08 13:02 
QuestionTools Pin
ellllllllie13-Nov-08 4:42
ellllllllie13-Nov-08 4:42 
AnswerRe: Tools Pin
Vimalsoft(Pty) Ltd13-Nov-08 8:44
professionalVimalsoft(Pty) Ltd13-Nov-08 8:44 
AnswerRe: Tools Pin
ToddHileHoffer13-Nov-08 10:06
ToddHileHoffer13-Nov-08 10:06 
AnswerRe: Tools Pin
Arun Jacob13-Nov-08 19:36
Arun Jacob13-Nov-08 19:36 
AnswerRe: Tools Pin
N a v a n e e t h13-Nov-08 21:01
N a v a n e e t h13-Nov-08 21:01 
Questionpulling data from SQL to place in a part UNC path Pin
ukct13-Nov-08 4:04
ukct13-Nov-08 4:04 
AnswerRe: pulling data from SQL to place in a part UNC path Pin
Piqbull13-Nov-08 9:39
Piqbull13-Nov-08 9:39 
GeneralRe: pulling data from SQL to place in a part UNC path Pin
ukct13-Nov-08 21:31
ukct13-Nov-08 21:31 
GeneralRe: pulling data from SQL to place in a part UNC path Pin
ukct13-Nov-08 21:32
ukct13-Nov-08 21:32 
QuestionDrop down lists Pin
Aptiva Dave13-Nov-08 3:59
Aptiva Dave13-Nov-08 3:59 
AnswerRe: Drop down lists Pin
Ennis Ray Lynch, Jr.13-Nov-08 4:35
Ennis Ray Lynch, Jr.13-Nov-08 4:35 
AnswerRe: Drop down lists Pin
Tarun Dudhatra13-Nov-08 17:06
Tarun Dudhatra13-Nov-08 17:06 
QuestionHow to work with text box with search Pin
BalasubramanianK13-Nov-08 3:35
BalasubramanianK13-Nov-08 3:35 
AnswerRe: How to work with text box with search Pin
J4amieC13-Nov-08 3:54
J4amieC13-Nov-08 3:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.