Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~619 People Reached
Favorite Tags
Member Avatar for macsgirl

Edit mode the index of a dropdownlist does not start at the right value. I have having problem when in edit mode the dropdownlist the index does not start at the right value. I use Inner Join for my two dropdownlists. tbl_Users_StoreID StoreID Store 1 Name1 2 Name2 tbl_Users_AccessLevelD AccessLevelD …

Member Avatar for gemisphere
0
117
Member Avatar for macsgirl

I have two dropdownlists. I can choose say USA and then it goes into the DATA base but does not save it in the dropdownlist itself. I can not figure out why this is happening. > <code> > Edit mode the index of a dropdownlist does not start at the …

Member Avatar for Paladine
0
181
Member Avatar for macsgirl

Edit mode the index of a dropdownlist does not start at the right value. I am having problem when in edit mode the dropdownlist the index does not start at the right value. I use Inner Join for my two dropdownlists. tbl_Users_StoreID StoreID Store 1 Name1 2 Name2 tbl_Users_AccessLevelD AccessLevelD …

0
86
Member Avatar for macsgirl

Say I have mutliple dropdownlist in my datagrid. and I want to keep the index when I make a modification to a specific dropdownlist. that is the dropdownlist for instance started at country Canada but I modified it to USA. I want it to stay at USA. Do I have …

0
68
Member Avatar for macsgirl

Hi folks, I am building my update statement and was wondering if someone can help me with what is between the *****************. So I can execute my update statement. I would appreciate it. Any other information required please don't hesitate to send me email. private void DataGridUserManagementID_Update(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e) …

0
96
Member Avatar for macsgirl

I need to be able to create and save a dropdownlist for ReportsToID (ReportTo) will be an a number pointing to the person they report to that is ReportsToID will contain theUsersID they report to. The dropdownlist will need to keep the values of the User Name. Every else is …

0
71