Click here to Skip to main content
16,005,178 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to convert hyperlink to label? Pin
Tridip Bhattacharjee23-Feb-10 0:31
professionalTridip Bhattacharjee23-Feb-10 0:31 
AnswerRe: how to convert hyperlink to label? Pin
Brij23-Feb-10 2:38
mentorBrij23-Feb-10 2:38 
Questiontabcontrol not working when using select command of gridview Pin
.NET- India 23-Feb-10 0:27
.NET- India 23-Feb-10 0:27 
Questionlogout problem Pin
Any_India23-Feb-10 0:08
Any_India23-Feb-10 0:08 
AnswerRe: logout problem Pin
JustWorking23-Feb-10 1:16
JustWorking23-Feb-10 1:16 
GeneralRe: logout problem Pin
Any_India23-Feb-10 1:30
Any_India23-Feb-10 1:30 
AnswerRe: logout problem Pin
Jörgen Andersson23-Feb-10 11:33
professionalJörgen Andersson23-Feb-10 11:33 
Questionlogin control Pin
arkiboys22-Feb-10 23:37
arkiboys22-Feb-10 23:37 
For the login control that I am using, there is a connectionstring which is automatically created in the web.config file.
I ran an .exe file which populated the specified database with all the asp login related tables and stored procedures...

<connectionStrings>
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="Data Source=localmachineName;Initial Catalog=DBName;Persist Security Info=True;User ID=DBUserName;Password=password" providerName="System.Data.SqlClient"/>

</connectionStrings>

Question:
How can I point the login control to a different Database based on the database selection by a user i.e. the user can change the name of the database and so the login should point to that database.
Thanks
QuestionGridview refreshes Pin
Tufail Ahmad22-Feb-10 23:34
Tufail Ahmad22-Feb-10 23:34 
AnswerRe: Gridview refreshes Pin
m@dhu22-Feb-10 23:59
m@dhu22-Feb-10 23:59 
AnswerRe: Gridview refreshes Pin
Brij23-Feb-10 0:34
mentorBrij23-Feb-10 0:34 
QuestionDeserialize following Xml.???? Pin
ashishtango22-Feb-10 23:10
ashishtango22-Feb-10 23:10 
AnswerRe: Deserialize following Xml.???? Pin
Palash Biswas23-Feb-10 17:10
Palash Biswas23-Feb-10 17:10 
Questionconnectionstring Pin
arkiboys22-Feb-10 22:56
arkiboys22-Feb-10 22:56 
AnswerRe: connectionstring Pin
The Man from U.N.C.L.E.22-Feb-10 23:02
The Man from U.N.C.L.E.22-Feb-10 23:02 
GeneralRe: connectionstring Pin
arkiboys22-Feb-10 23:44
arkiboys22-Feb-10 23:44 
AnswerRe: connectionstring Pin
Sanjay Jaiswal 123456723-Feb-10 1:20
Sanjay Jaiswal 123456723-Feb-10 1:20 
QuestionHandling database locally using Cache Pin
sjs4u22-Feb-10 21:28
sjs4u22-Feb-10 21:28 
AnswerRe: Handling database locally using Cache Pin
Chetan Patel22-Feb-10 21:40
Chetan Patel22-Feb-10 21:40 
GeneralRe: Handling database locally using Cache Pin
sjs4u22-Feb-10 21:53
sjs4u22-Feb-10 21:53 
QuestionRepeater Control! Pin
Sr...Frank22-Feb-10 20:43
Sr...Frank22-Feb-10 20:43 
AnswerRe: Repeater Control! Pin
m@dhu22-Feb-10 21:19
m@dhu22-Feb-10 21:19 
AnswerRe: Repeater Control! Pin
R. Giskard Reventlov22-Feb-10 21:20
R. Giskard Reventlov22-Feb-10 21:20 
Questionapplication object Pin
santhosh-padamatinti22-Feb-10 20:17
santhosh-padamatinti22-Feb-10 20:17 
AnswerRe: application object Pin
m@dhu22-Feb-10 20:37
m@dhu22-Feb-10 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.