Click here to Skip to main content
15,925,250 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DataGrid Pin
_AK_1-Nov-06 23:49
_AK_1-Nov-06 23:49 
QuestionLow process speed Large scale storage question... Pin
Lior S1-Nov-06 23:39
Lior S1-Nov-06 23:39 
AnswerRe: Low process speed Large scale storage question... Pin
luckykhalid2-Nov-06 0:33
luckykhalid2-Nov-06 0:33 
AnswerRe: Low process speed Large scale storage question... Pin
_AK_2-Nov-06 0:39
_AK_2-Nov-06 0:39 
QuestionDataGrid Control in ASP.NET Using VB.NET Pin
Khan.Bangash1-Nov-06 22:59
Khan.Bangash1-Nov-06 22:59 
GeneralRe: DataGrid Control in ASP.NET Using VB.NET Pin
Tamimi - Code1-Nov-06 23:19
Tamimi - Code1-Nov-06 23:19 
GeneralRe: DataGrid Control in ASP.NET Using VB.NET Pin
Khan.Bangash1-Nov-06 23:27
Khan.Bangash1-Nov-06 23:27 
GeneralRe: DataGrid Control in ASP.NET Using VB.NET Pin
Tamimi - Code1-Nov-06 23:50
Tamimi - Code1-Nov-06 23:50 
suppose the following:
your record structure is like this
ID Name Address Position
and have valuese
1 n1 ad1 p1
2 n2 ad2 p2
3 n3 ad3 p3
etc....

in the datagrid itemDataBound event set the DropDownList text value
to your records like this
Select Case e.Item.ItemType
  Case ListItemType.Item, ListItemType.AlternatingItem
     Dim tempDpor As DropDownList= CType(e.Item.Cells(intIndex).Controls(1),DropDownList)
     Dim strPostion As String =DataBinder.Eval(e.Item.DataItem, "Position")
tempDpor.text = strPostion
End Select

note that the intIndex is the column index where is your dropdown


When you get mad...THINK twice that the only advice
Tamimi - Code

QuestionDeleting files from Temporary Internet Files folder Pin
Yenyen Suwardy1-Nov-06 22:12
Yenyen Suwardy1-Nov-06 22:12 
AnswerRe: Deleting files from Temporary Internet Files folder Pin
Yenyen Suwardy1-Nov-06 22:33
Yenyen Suwardy1-Nov-06 22:33 
QuestionHow to upload multiple files Pin
immori1-Nov-06 21:05
immori1-Nov-06 21:05 
AnswerRe: How to upload multiple files Pin
dj.rock1-Nov-06 22:29
dj.rock1-Nov-06 22:29 
Questionregular expression for regular expression validator [modified] Pin
srinandan..1-Nov-06 20:37
srinandan..1-Nov-06 20:37 
AnswerRe: regular expression Pin
immori1-Nov-06 21:13
immori1-Nov-06 21:13 
AnswerRe: regular expression Pin
Guffa2-Nov-06 0:12
Guffa2-Nov-06 0:12 
GeneralRe: regular expression Pin
srinandan..2-Nov-06 2:44
srinandan..2-Nov-06 2:44 
QuestionHow to close a window without showing default confirmation message. Pin
Nitin19811-Nov-06 20:22
Nitin19811-Nov-06 20:22 
AnswerRe: How to close a window without showing default confirmation message. Pin
_AK_1-Nov-06 20:28
_AK_1-Nov-06 20:28 
GeneralRe: How to close a window without showing default confirmation message. Pin
Nitin19811-Nov-06 21:56
Nitin19811-Nov-06 21:56 
GeneralRe: How to close a window without showing default confirmation message. Pin
_AK_1-Nov-06 22:28
_AK_1-Nov-06 22:28 
QuestionProtect pages Pin
isaii1-Nov-06 20:17
isaii1-Nov-06 20:17 
AnswerRe: Protect pages Pin
_AK_1-Nov-06 20:27
_AK_1-Nov-06 20:27 
AnswerRe: Protect pages Pin
Britney S. Morales2-Nov-06 1:31
Britney S. Morales2-Nov-06 1:31 
GeneralRe: Protect pages Pin
isaii2-Nov-06 2:15
isaii2-Nov-06 2:15 
GeneralRe: Protect pages Pin
ednrgc2-Nov-06 2:42
ednrgc2-Nov-06 2:42 

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.