Click here to Skip to main content
15,902,832 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: IIS 6.0 Virtual Directory [modified] Pin
Civic0625-Jul-08 4:44
Civic0625-Jul-08 4:44 
GeneralRe: IIS 6.0 Virtual Directory Pin
Sunil Wise25-Jul-08 18:53
professionalSunil Wise25-Jul-08 18:53 
QuestionHow to keep Gridview Header and first row fix and other row keep vertical scrolling Pin
jaganil25-Jul-08 2:10
jaganil25-Jul-08 2:10 
QuestionRegarding intellisense using dotnet Pin
dayakar_dn25-Jul-08 1:57
dayakar_dn25-Jul-08 1:57 
AnswerRe: Regarding intellisense using dotnet Pin
Imran Khan Pathan25-Jul-08 2:12
Imran Khan Pathan25-Jul-08 2:12 
Questionhave to only file name? Pin
Member 387988125-Jul-08 1:55
Member 387988125-Jul-08 1:55 
AnswerRe: have to only file name? Pin
Imran Khan Pathan25-Jul-08 2:04
Imran Khan Pathan25-Jul-08 2:04 
Questiondatagrid in framework1.1 Pin
Kissy1625-Jul-08 1:44
Kissy1625-Jul-08 1:44 
I have the below code to count the rows selected from the datagrid and stores the selected value.
How can i get the seleted row's and perticular column.
If datagrid displays code and name of employees,how can i store code of employee for the selected rows.
PLease seee my code,i can count the rows but values are not saving.

On a button click event--->
Dim rowCount As Integer = 0
Dim DemoGridItem As DataGridItem
For Each DemoGridItem In DG1.Items
Dim myCheckbox As CheckBox = CType(DemoGridItem.Cells(0).Controls(1), CheckBox)
If myCheckbox.Checked Then
rowCount += 1
End If
Next
Lblstatus.Text = rowCount.ToString())


Plese tell me how to get code values in different selected rows?

kissy

QuestionWebService Serialization Pin
Chris_Green25-Jul-08 1:15
Chris_Green25-Jul-08 1:15 
QuestionPlease help??? Pin
sgeezee25-Jul-08 0:43
sgeezee25-Jul-08 0:43 
AnswerRe: Please help??? Pin
Ashfield25-Jul-08 1:22
Ashfield25-Jul-08 1:22 
QuestionCapture screen shot [modified] Pin
sharmadiw25-Jul-08 0:28
sharmadiw25-Jul-08 0:28 
AnswerRe: Capture screen shot Pin
eyeseetee25-Jul-08 0:46
eyeseetee25-Jul-08 0:46 
QuestionGet GridView Column from javascript? Pin
Sanjay Kunjam25-Jul-08 0:01
Sanjay Kunjam25-Jul-08 0:01 
AnswerRe: Get GridView Column from javascript? Pin
eyeseetee25-Jul-08 0:27
eyeseetee25-Jul-08 0:27 
AnswerRe: Get GridView Column from javascript? Pin
eyeseetee25-Jul-08 0:29
eyeseetee25-Jul-08 0:29 
QuestionPage.ClientScript.RegisterClientScriptInclude Pin
markymark8224-Jul-08 22:32
markymark8224-Jul-08 22:32 
AnswerRe: Page.ClientScript.RegisterClientScriptInclude Pin
Venkatesh Mookkan24-Jul-08 22:51
Venkatesh Mookkan24-Jul-08 22:51 
GeneralRe: Page.ClientScript.RegisterClientScriptInclude Pin
markymark8224-Jul-08 22:53
markymark8224-Jul-08 22:53 
GeneralRe: Page.ClientScript.RegisterClientScriptInclude Pin
markymark8224-Jul-08 23:06
markymark8224-Jul-08 23:06 
GeneralRe: Page.ClientScript.RegisterClientScriptInclude Pin
Venkatesh Mookkan24-Jul-08 23:46
Venkatesh Mookkan24-Jul-08 23:46 
Questionhow to filtering of bounced email addresses +.net with c# Pin
sugunavathysubramanian24-Jul-08 22:25
sugunavathysubramanian24-Jul-08 22:25 
Questionvalidation controls are not accepting javascript not to excute. Pin
lakshmichawala24-Jul-08 22:03
lakshmichawala24-Jul-08 22:03 
AnswerRe: validation controls are not accepting javascript not to excute. Pin
Venkatesh Mookkan24-Jul-08 22:33
Venkatesh Mookkan24-Jul-08 22:33 
QuestionHow to get dynamic data source to crystal Report Pin
diaza24-Jul-08 21:32
diaza24-Jul-08 21:32 

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.