Click here to Skip to main content
15,949,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHide and Unhide data in columns Pin
prasadxyzx23-Jul-06 13:39
prasadxyzx23-Jul-06 13:39 
AnswerRe: Hide and Unhide data in columns Pin
minhpc_bk23-Jul-06 16:35
minhpc_bk23-Jul-06 16:35 
AnswerRe: Hide and Unhide data in columns Pin
postmaster@programmingknowledge.com23-Jul-06 17:13
postmaster@programmingknowledge.com23-Jul-06 17:13 
Questionasp variable efficiency Pin
Craigjw23-Jul-06 10:09
Craigjw23-Jul-06 10:09 
AnswerRe: asp variable efficiency [modified] Pin
RX Maverick23-Jul-06 10:37
RX Maverick23-Jul-06 10:37 
GeneralRe: asp variable efficiency [modified] Pin
Craigjw23-Jul-06 10:49
Craigjw23-Jul-06 10:49 
QuestionForms authentication with custom database Pin
Namiku23-Jul-06 8:48
Namiku23-Jul-06 8:48 
AnswerRe: Forms authentication with custom database Pin
minhpc_bk23-Jul-06 20:20
minhpc_bk23-Jul-06 20:20 
+ If you want to simply reuse the default db schema used by the default ASP.NET providers in your existing Db, you can run the aspnet_regsql tool against your database.
+ If you want to use your own custom db schema with the supported services like membership ..., you will need to implement custom providers, then configure in the web.config file, and you can use the built-in controls such as Login controls as well as the other services.

For more information, see ASP.NET Provider Model[^]

QuestionFinal year project in XML Web Services Pin
B.Padmashree23-Jul-06 6:06
B.Padmashree23-Jul-06 6:06 
AnswerRe: Final year project in XML Web Services Pin
Anish M23-Jul-06 21:39
Anish M23-Jul-06 21:39 
GeneralRe: Final year project in XML Web Services Pin
B.Padmashree23-Jul-06 22:50
B.Padmashree23-Jul-06 22:50 
QuestionASP.NET - AdRotator Pin
Madhavi Vadde23-Jul-06 3:37
Madhavi Vadde23-Jul-06 3:37 
AnswerRe: ASP.NET - AdRotator Pin
Mike Ellison3-Aug-06 3:42
Mike Ellison3-Aug-06 3:42 
QuestionHandling BLL Exceptions in ASP.Net 2.0 Pin
Clickok22-Jul-06 18:34
Clickok22-Jul-06 18:34 
AnswerRe: Handling BLL Exceptions in ASP.Net 2.0 Pin
minhpc_bk22-Jul-06 23:19
minhpc_bk22-Jul-06 23:19 
AnswerRe: Handling BLL Exceptions in ASP.Net 2.0 Pin
Clickok23-Jul-06 6:14
Clickok23-Jul-06 6:14 
GeneralRe: Handling BLL Exceptions in ASP.Net 2.0 Pin
Clickok23-Jul-06 6:29
Clickok23-Jul-06 6:29 
GeneralRe: Handling BLL Exceptions in ASP.Net 2.0 Pin
minhpc_bk23-Jul-06 16:10
minhpc_bk23-Jul-06 16:10 
Questiondata encryption of data on website [modified] Pin
keroed_edmond22-Jul-06 13:27
keroed_edmond22-Jul-06 13:27 
AnswerRe: data encryption of data on website Pin
keroed_edmond22-Jul-06 13:59
keroed_edmond22-Jul-06 13:59 
QuestionCannotUnloadAppDomainException??? why? Pin
mikeyhardingboyo22-Jul-06 10:21
mikeyhardingboyo22-Jul-06 10:21 
AnswerRe: CannotUnloadAppDomainException??? why? Pin
WillemM23-Jul-06 2:44
WillemM23-Jul-06 2:44 
QuestionSmall Intranet application with asp.net 1.1 Pin
hbk_leo22-Jul-06 6:57
hbk_leo22-Jul-06 6:57 
AnswerRe: Small Intranet application with asp.net 1.1 Pin
Mircea Grelus22-Jul-06 8:12
Mircea Grelus22-Jul-06 8:12 
GeneralRe: Small Intranet application with asp.net 1.1 Pin
hbk_leo23-Jul-06 7:46
hbk_leo23-Jul-06 7:46 

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.