Click here to Skip to main content
15,910,886 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to implement function like microsoft live spaces with web parts? Pin
Kunal P22-Mar-07 4:11
Kunal P22-Mar-07 4:11 
Questionsql error Pin
saravanan0521-Mar-07 22:44
saravanan0521-Mar-07 22:44 
AnswerRe: sql error Pin
chat_sp2001@yahoo.com21-Mar-07 23:35
chat_sp2001@yahoo.com21-Mar-07 23:35 
AnswerRe: sql error Pin
PlayByTheRules21-Mar-07 23:50
PlayByTheRules21-Mar-07 23:50 
QuestionHow ro Convert a XML file into .CSV format. Pin
senthil_rajesh_kavin21-Mar-07 22:36
senthil_rajesh_kavin21-Mar-07 22:36 
QuestionExport Text File Pin
oskardiazdeleon21-Mar-07 22:12
oskardiazdeleon21-Mar-07 22:12 
Questionhow to change the standard provider db name? Pin
neodeaths21-Mar-07 21:42
neodeaths21-Mar-07 21:42 
AnswerRe: how to change the standard provider db name? Pin
szukuro22-Mar-07 0:43
szukuro22-Mar-07 0:43 
1. Create a database named datadb
2. From the Visual Studio Command Prompt run aspnet_regsql
3. Choose "Configure SQL Server for application services"
4. Select server and database
5. Add a connection string to the web.config file to this database
6. From the %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\CONFIG directory open machine.config file
7. Copy-paste the membership part of the system.web section to your web.config's system.web section
8. Change the name of the provider and the connection string property to your previously added one. Set the defaultProvider property to the name you gave the provider. Example:
<membership defaultProvider="MyMembershipProvider">
      <providers>
        <add name="MyMembershipProvider" connectionStringName="MyConnectionString" ... />
      </providers>
    </membership>

This takes care of the first part (custom database name). For the second part you should simply rename the table in the database, then also change the name in the stored procedures created in the database. Hypothetically this should work, but I can't guarantee it will. I think it's worth a shot though.
GeneralRe: how to change the standard provider db name? Pin
neodeaths22-Mar-07 14:07
neodeaths22-Mar-07 14:07 
GeneralRe: how to change the standard provider db name? [modified] Pin
neodeaths22-Mar-07 15:22
neodeaths22-Mar-07 15:22 
GeneralRe: how to change the standard provider db name? Pin
neodeaths22-Mar-07 15:56
neodeaths22-Mar-07 15:56 
QuestionEMPTY DETAILSVIEW in ASP.Net Pin
hifiger200421-Mar-07 21:40
hifiger200421-Mar-07 21:40 
Questionguess ajax web extension problem Pin
srinandan..21-Mar-07 21:32
srinandan..21-Mar-07 21:32 
AnswerRe: guess ajax web extension problem Pin
Murtaza5223-Feb-09 19:32
Murtaza5223-Feb-09 19:32 
Questionhelp with provider configuration pls Pin
neodeaths21-Mar-07 21:30
neodeaths21-Mar-07 21:30 
QuestionClassic ASP Script to check domain name availabilty Pin
Pardeep.hsp21-Mar-07 21:23
Pardeep.hsp21-Mar-07 21:23 
QuestionGridview asp.net (VB Code) Pin
danasegaranea21-Mar-07 21:16
danasegaranea21-Mar-07 21:16 
Questionrefresh Pin
niki_nilu21-Mar-07 21:05
niki_nilu21-Mar-07 21:05 
AnswerRe: refresh Pin
Guffa21-Mar-07 21:24
Guffa21-Mar-07 21:24 
QuestionsquishyTREE and expand/collapse problem?? Urgent Pin
Tridip Bhattacharjee21-Mar-07 21:00
professionalTridip Bhattacharjee21-Mar-07 21:00 
QuestionPlease help me about textbox Pin
kittipomgmd21-Mar-07 20:44
kittipomgmd21-Mar-07 20:44 
AnswerRe: Please help me about textbox Pin
N a v a n e e t h22-Mar-07 1:18
N a v a n e e t h22-Mar-07 1:18 
QuestionPlease help me about textbox Pin
kittipomgmd21-Mar-07 20:44
kittipomgmd21-Mar-07 20:44 
AnswerRe: Please help me about textbox Pin
Sandeep Akhare24-Mar-07 1:08
Sandeep Akhare24-Mar-07 1:08 
Questionhi venkatesh Pin
niki_nilu21-Mar-07 20:37
niki_nilu21-Mar-07 20:37 

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.