Click here to Skip to main content
15,929,721 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionBind with GridView Pin
johnmuthu27-Nov-07 8:14
johnmuthu27-Nov-07 8:14 
AnswerRe: Bind with GridView Pin
pmarfleet27-Nov-07 8:43
pmarfleet27-Nov-07 8:43 
QuestionRe: Bind with GridView Pin
Venkatesh Mookkan27-Nov-07 16:24
Venkatesh Mookkan27-Nov-07 16:24 
QuestionHow to get text From Page1 to Page2? Pin
Zeeshan Ahmed Memon27-Nov-07 4:54
Zeeshan Ahmed Memon27-Nov-07 4:54 
AnswerRe: How to get text From Page1 to Page2? Pin
SABhatti27-Nov-07 5:09
SABhatti27-Nov-07 5:09 
AnswerRe: How to get text From Page1 to Page2? Pin
pmarfleet27-Nov-07 5:10
pmarfleet27-Nov-07 5:10 
Questionrole vs. membership providers Pin
garymcintyre27-Nov-07 4:39
garymcintyre27-Nov-07 4:39 
AnswerRe: role vs. membership providers Pin
szukuro27-Nov-07 5:22
szukuro27-Nov-07 5:22 
To answer shortly: membership refers to users, role to a group of users.
Consider to following scenario: a website has both registered users and editors. You assign the role 'User' for the former group, and 'Editor' for the latter. After that you can do authorization checks based on the users' role. Also if for example you hire a new editor and create a user account for him, you don't have to set his rights explicitly. Just add him to the 'Editor' role, and he'll have all the rights as any other editor.
QuestionUrGeNt: How to clone a table? Pin
Big Ralph27-Nov-07 4:30
Big Ralph27-Nov-07 4:30 
AnswerRe: UrGeNt: How to clone a table? Pin
leckey27-Nov-07 4:40
leckey27-Nov-07 4:40 
GeneralRe: UrGeNt: How to clone a table? Pin
Big Ralph27-Nov-07 21:16
Big Ralph27-Nov-07 21:16 
GeneralRe: UrGeNt: How to clone a table? Pin
leckey28-Nov-07 2:46
leckey28-Nov-07 2:46 
GeneralRe: UrGeNt: How to clone a table? Pin
Big Ralph28-Nov-07 3:08
Big Ralph28-Nov-07 3:08 
AnswerRe: UrGeNt: How to clone a table? Pin
Pete O'Hanlon27-Nov-07 10:40
mvePete O'Hanlon27-Nov-07 10:40 
GeneralRe: UrGeNt: How to clone a table? Pin
Big Ralph27-Nov-07 21:27
Big Ralph27-Nov-07 21:27 
GeneralRe: UrGeNt: How to clone a table? Pin
Pete O'Hanlon27-Nov-07 21:47
mvePete O'Hanlon27-Nov-07 21:47 
GeneralRe: UrGeNt: How to clone a table? Pin
Big Ralph27-Nov-07 23:19
Big Ralph27-Nov-07 23:19 
QuestionToo Many argument to public subnew() Pin
JMUREKEZI27-Nov-07 4:25
JMUREKEZI27-Nov-07 4:25 
AnswerRe: Too Many argument to public subnew() Pin
pmarfleet27-Nov-07 4:59
pmarfleet27-Nov-07 4:59 
GeneralRe: Too Many argument to public subnew() Pin
JMUREKEZI27-Nov-07 5:23
JMUREKEZI27-Nov-07 5:23 
GeneralRe: Too Many argument to public subnew() Pin
pmarfleet27-Nov-07 5:32
pmarfleet27-Nov-07 5:32 
QuestionForce Update in form view programmatically Pin
Big Ralph27-Nov-07 3:22
Big Ralph27-Nov-07 3:22 
AnswerRe: Force Update in form view programmatically Pin
Paul Conrad28-Nov-07 16:28
professionalPaul Conrad28-Nov-07 16:28 
QuestionHow to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over Pin
zeemalik27-Nov-07 2:59
zeemalik27-Nov-07 2:59 
AnswerRe: How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over Pin
SABhatti27-Nov-07 5:20
SABhatti27-Nov-07 5:20 

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.