Click here to Skip to main content
15,892,965 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: online forms in asp.net Pin
Abhijit Jana1-Oct-09 11:17
professionalAbhijit Jana1-Oct-09 11:17 
GeneralRe: online forms in asp.net Pin
Xmen Real 1-Oct-09 16:14
professional Xmen Real 1-Oct-09 16:14 
Questionusing backend variables in html code Pin
laziale1-Oct-09 6:35
laziale1-Oct-09 6:35 
AnswerRe: using backend variables in html code Pin
Abhishek Sur1-Oct-09 8:09
professionalAbhishek Sur1-Oct-09 8:09 
Question[Message Deleted] Pin
JFK1011-Oct-09 4:19
JFK1011-Oct-09 4:19 
AnswerRe: ComboBox edit restrict to certain users. Pin
Abhishek Sur1-Oct-09 4:54
professionalAbhishek Sur1-Oct-09 4:54 
General[Message Deleted] Pin
JFK1011-Oct-09 5:53
JFK1011-Oct-09 5:53 
GeneralRe: ComboBox edit restrict to certain users. Pin
Abhishek Sur1-Oct-09 6:07
professionalAbhishek Sur1-Oct-09 6:07 
JFK101 wrote:
do you know how to write code

WTF | :WTF: WTF | :WTF:

JFK101 wrote:
how do i write property for combobox like
Private Sub ComboBox_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox.SelectedIndexChanged


Also this is not property, its a method which handles SelectedIndexChanged event. But you need to disable this inside Page_Load or other events outside this. Because this event will only occur when combobox changes its value.

Well, I suggest you to read some basic books first on how to code.
Your requirement is very simple, We do this everyday. Just you need to find the permission and construct like this

if (hasPermission)
xob1.Enabled = true;

where hasPermission will hold if the edit permission is available. Rose | [Rose]

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

AnswerRe: [Message Deleted] Pin
Abhijit Jana1-Oct-09 7:26
professionalAbhijit Jana1-Oct-09 7:26 
QuestionWeb Service Response Issue Pin
prabhakar dwivedi1-Oct-09 2:45
prabhakar dwivedi1-Oct-09 2:45 
AnswerRe: Web Service Response Issue Pin
Abhijit Jana1-Oct-09 2:56
professionalAbhijit Jana1-Oct-09 2:56 
GeneralRe: Web Service Response Issue Pin
prabhakar dwivedi1-Oct-09 3:16
prabhakar dwivedi1-Oct-09 3:16 
AnswerRe: Web Service Response Issue Pin
Abhishek Sur1-Oct-09 4:52
professionalAbhishek Sur1-Oct-09 4:52 
Questionfileupload not showing full file path in mozilla Pin
vaishali.terse1-Oct-09 2:24
vaishali.terse1-Oct-09 2:24 
AnswerRe: fileupload not showing full file path in mozilla Pin
Abhijit Jana1-Oct-09 2:29
professionalAbhijit Jana1-Oct-09 2:29 
AnswerRe: fileupload not showing full file path in mozilla Pin
Vasudevan Deepak Kumar1-Oct-09 2:41
Vasudevan Deepak Kumar1-Oct-09 2:41 
Questionexecuting a STRING formula??? Pin
Karan_TN1-Oct-09 1:59
Karan_TN1-Oct-09 1:59 
AnswerRe: executing a STRING formula??? Pin
J4amieC1-Oct-09 2:18
J4amieC1-Oct-09 2:18 
AnswerRe: executing a STRING formula??? Pin
11Developer1-Oct-09 2:22
11Developer1-Oct-09 2:22 
GeneralRe: executing a STRING formula??? Pin
Abhijit Jana1-Oct-09 2:25
professionalAbhijit Jana1-Oct-09 2:25 
GeneralRe: executing a STRING formula??? Pin
11Developer1-Oct-09 2:43
11Developer1-Oct-09 2:43 
GeneralRe: executing a STRING formula??? Pin
saini arun1-Oct-09 2:47
saini arun1-Oct-09 2:47 
GeneralRe: executing a STRING formula??? Pin
Abhijit Jana1-Oct-09 2:51
professionalAbhijit Jana1-Oct-09 2:51 
GeneralRe: executing a STRING formula??? Pin
Abhishek Sur1-Oct-09 2:45
professionalAbhishek Sur1-Oct-09 2:45 
Questioncustomize membership Pin
mylogics1-Oct-09 0:08
professionalmylogics1-Oct-09 0:08 

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.