Click here to Skip to main content
15,923,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerCP Member : Please Ignore - Crosspost Pin
Abhijit Jana4-Aug-09 7:59
professionalAbhijit Jana4-Aug-09 7:59 
Questiondynamicaly adding check box's gridview in asp .net Pin
Veera anil4-Aug-09 7:14
Veera anil4-Aug-09 7:14 
AnswerRe: dynamicaly adding check box's gridview in asp .net Pin
Blue_Boy4-Aug-09 7:18
Blue_Boy4-Aug-09 7:18 
GeneralRe: dynamicaly adding check box's gridview in asp .net Pin
Veera anil4-Aug-09 7:36
Veera anil4-Aug-09 7:36 
GeneralRe: dynamicaly adding check box's gridview in asp .net Pin
Hemant_ec484-Aug-09 7:46
Hemant_ec484-Aug-09 7:46 
GeneralRe: dynamicaly adding check box's gridview in asp .net Pin
Veera anil4-Aug-09 7:58
Veera anil4-Aug-09 7:58 
AnswerRe: dynamicaly adding check box's gridview in asp .net Pin
Abhijit Jana4-Aug-09 8:03
professionalAbhijit Jana4-Aug-09 8:03 
GeneralRe: dynamicaly adding check box's gridview in asp .net Pin
Hemant_ec484-Aug-09 8:25
Hemant_ec484-Aug-09 8:25 
Ok....

you mean to say

abc.ASPX User_1 User_2 User_3 User_4
xyz.ASPX User_1 User_2 User_3 User_4
pqr.ASPX User_1 User_2 User_3 User_4


So if you select User_1, user_2 for abc.ASPX than this two user can see abc.ASPX


To implement this one with help of Gridview is to much lengthy process and time taking...because after selecting you have to store this data to Database....

also While binding this grid view if user have already rights for this page at that time u have to make them check at first time of page load.

Ao at time of saving you have to check whether user have already rights or not.


Better solution is to use two list box First listbox contain all page name and second Listbox contain all the use name....after secting page name on selected index change event u can fatch all the records from the DB for users....and on click of submit you can easily identify this one.
AnswerRe: dynamicaly adding check box's gridview in asp .net Pin
Abhijit Jana4-Aug-09 7:24
professionalAbhijit Jana4-Aug-09 7:24 
GeneralRe: dynamicaly adding check box's gridview in asp .net Pin
Veera anil4-Aug-09 7:37
Veera anil4-Aug-09 7:37 
GeneralRe: dynamicaly adding check box's gridview in asp .net Pin
Abhijit Jana4-Aug-09 8:05
professionalAbhijit Jana4-Aug-09 8:05 
QuestionHow to set focus? Pin
janani134-Aug-09 6:59
janani134-Aug-09 6:59 
AnswerRe: How to set focus? Pin
Blue_Boy4-Aug-09 7:17
Blue_Boy4-Aug-09 7:17 
AnswerRe: How to set focus? Pin
Abhijit Jana4-Aug-09 7:21
professionalAbhijit Jana4-Aug-09 7:21 
QuestionSQL server config Pin
helelark1234-Aug-09 4:52
helelark1234-Aug-09 4:52 
AnswerRe: SQL server config Pin
Not Active4-Aug-09 6:11
mentorNot Active4-Aug-09 6:11 
GeneralRe: SQL server config Pin
helelark1234-Aug-09 6:13
helelark1234-Aug-09 6:13 
QuestionAJAX rounded corners extender Pin
benams4-Aug-09 4:47
benams4-Aug-09 4:47 
AnswerRe: AJAX rounded corners extender Pin
kstls4-Aug-09 5:18
kstls4-Aug-09 5:18 
Questionusing StreamReader in webservice issue Pin
Piya B4-Aug-09 4:44
Piya B4-Aug-09 4:44 
AnswerRe: using StreamReader in webservice issue Pin
N a v a n e e t h4-Aug-09 6:36
N a v a n e e t h4-Aug-09 6:36 
GeneralRe: using StreamReader in webservice issue Pin
Priya Prk4-Aug-09 7:56
Priya Prk4-Aug-09 7:56 
GeneralRe: using StreamReader in webservice issue Pin
N a v a n e e t h4-Aug-09 8:00
N a v a n e e t h4-Aug-09 8:00 
GeneralRe: using StreamReader in webservice issue [modified] Pin
Priya Prk4-Aug-09 8:06
Priya Prk4-Aug-09 8:06 
QuestionAvoid Multiple Space Elimination in ASP.NET GridView Control [modified] Pin
megivimal4-Aug-09 4:30
megivimal4-Aug-09 4:30 

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.