Click here to Skip to main content
15,921,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWhat are the benefits of using IEnumerator over other Loops?? Pin
Suryanairg24-Jan-08 0:36
Suryanairg24-Jan-08 0:36 
AnswerRe: What are the benefits of using IEnumerator over other Loops?? Pin
N a v a n e e t h24-Jan-08 0:49
N a v a n e e t h24-Jan-08 0:49 
GeneralControl IN ASP.Net [modified] Pin
kibromg24-Jan-08 0:32
kibromg24-Jan-08 0:32 
GeneralRe: Control IN ASP.Net Pin
Shaik Haneef24-Jan-08 1:45
Shaik Haneef24-Jan-08 1:45 
GeneralRe: Control IN ASP.Net Pin
kibromg24-Jan-08 1:56
kibromg24-Jan-08 1:56 
GeneralRe: Control IN ASP.Net Pin
Shaik Haneef26-Jan-08 0:13
Shaik Haneef26-Jan-08 0:13 
Generalgridview + asp.net + c# Pin
ritu432124-Jan-08 0:14
ritu432124-Jan-08 0:14 
GeneralRe: gridview + asp.net + c# Pin
Shaik Haneef24-Jan-08 1:40
Shaik Haneef24-Jan-08 1:40 
Dim i As New Integer
For i = 0 To griview1.items.count - 1
'below line find your dropdownlist in grid line by line
Dim dropdown As DropDownList = CType(griview1.items(i).Findcontrol("dropdownlist"), DropDownList)
Dim lstDrp As String = dropdown.SelectedItem.Value
Next

litdrp give u each line dropdown selected value write accoding your requirement

please send feed back to : sk.haneef@gmail.com whether it is usefull or not to improve my services to codeproject.com

This is haneef. send feed back to sk.haneef@gmail.com

Generalfile upload event Pin
Member 387988123-Jan-08 23:01
Member 387988123-Jan-08 23:01 
GeneralRe: file upload event Pin
Paddy Boyd23-Jan-08 23:05
Paddy Boyd23-Jan-08 23:05 
GeneralRe: file upload event Pin
N a v a n e e t h23-Jan-08 23:10
N a v a n e e t h23-Jan-08 23:10 
QuestionDesign Pin
senthilsstil23-Jan-08 23:01
senthilsstil23-Jan-08 23:01 
GeneralRe: Design Pin
bhanu1234524-Jan-08 23:15
bhanu1234524-Jan-08 23:15 
GeneralReg Expression Pin
trilokharry23-Jan-08 22:51
trilokharry23-Jan-08 22:51 
GeneralRe: Reg Expression Pin
Paddy Boyd23-Jan-08 23:06
Paddy Boyd23-Jan-08 23:06 
GeneralRe: Reg Expression Pin
trilokharry23-Jan-08 23:18
trilokharry23-Jan-08 23:18 
GeneralRe: Reg Expression Pin
N a v a n e e t h23-Jan-08 23:35
N a v a n e e t h23-Jan-08 23:35 
GeneralRe: Reg Expression Pin
gethomast24-Jan-08 2:53
gethomast24-Jan-08 2:53 
Generalhello active serverssssssssssssss Pin
girmay23-Jan-08 22:45
girmay23-Jan-08 22:45 
GeneralRe: hello active serverssssssssssssss Pin
N a v a n e e t h23-Jan-08 22:51
N a v a n e e t h23-Jan-08 22:51 
GeneralGetting the selecteditem from gridview in ajax update panel Pin
Fu Manchu23-Jan-08 22:43
Fu Manchu23-Jan-08 22:43 
GeneralFixing header in Gridview - Header creeps out of div or panel Pin
maqsoodkoshy23-Jan-08 22:11
maqsoodkoshy23-Jan-08 22:11 
Questionrequired field validator doesnt work Pin
keyto23-Jan-08 21:55
keyto23-Jan-08 21:55 
QuestionUpLoad File Pin
AnhTin23-Jan-08 21:25
AnhTin23-Jan-08 21:25 
GeneralRe: UpLoad File Pin
N a v a n e e t h23-Jan-08 22:39
N a v a n e e t h23-Jan-08 22:39 

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.