Click here to Skip to main content
15,888,293 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Validation does not work inside MultiView control Pin
Alexander Turlov14-Jul-06 4:00
Alexander Turlov14-Jul-06 4:00 
AnswerRe: Validation does not work inside MultiView control Pin
shukraj.khadse23-Aug-10 2:50
shukraj.khadse23-Aug-10 2:50 
QuestionPlease Help Pin
vaskar sarma12-Jul-06 3:57
vaskar sarma12-Jul-06 3:57 
AnswerRe: Please Help Pin
Guffa12-Jul-06 4:25
Guffa12-Jul-06 4:25 
Questionproblem regarding datagrid Pin
ashokyamsani12-Jul-06 3:52
ashokyamsani12-Jul-06 3:52 
AnswerRe: problem regarding datagrid Pin
Paddy Boyd12-Jul-06 4:53
Paddy Boyd12-Jul-06 4:53 
QuestionHow can I pass arraylists to other forms Pin
bluewavestrider12-Jul-06 2:33
bluewavestrider12-Jul-06 2:33 
AnswerRe: How can I pass arraylists to other forms Pin
postmaster@programmingknowledge.com12-Jul-06 3:08
postmaster@programmingknowledge.com12-Jul-06 3:08 
Dim item As DataGridItem<br />
        Dim sectionIDs() As Int16<br />
        Dim selectCount As Int16<br />
<br />
        For Each item In grdSection.Items<br />
            If CType(item.FindControl("chkSelect"), CheckBox).Checked Then<br />
                selectCount += 1<br />
                ReDim Preserve sectionIDs(selectCount - 1)<br />
                sectionIDs(selectCount - 1) = item.Cells(2).Text<br />
            End If<br />
        Next<br />
<br />
        If Not sectionIDs Is Nothing Then<br />
            Session.Add("confirmSectionDelete", sectionIDs)<br />
            Response.Redirect("DeleteSections.aspx")<br />
        End If


www.programmingknowledge.com[^]
GeneralRe: How can I pass arraylists to other forms Pin
bluewavestrider12-Jul-06 4:38
bluewavestrider12-Jul-06 4:38 
GeneralRe: How can I pass arraylists to other forms Pin
Paddy Boyd12-Jul-06 5:08
Paddy Boyd12-Jul-06 5:08 
GeneralRe: How can I pass arraylists to other forms Pin
Not Active12-Jul-06 4:59
mentorNot Active12-Jul-06 4:59 
AnswerRe: How can I pass arraylists to other forms Pin
Not Active12-Jul-06 5:01
mentorNot Active12-Jul-06 5:01 
QuestionI just observed !!! Pin
cloudking1196612-Jul-06 2:10
cloudking1196612-Jul-06 2:10 
AnswerRe: I just observed !!! Pin
bluewavestrider12-Jul-06 2:42
bluewavestrider12-Jul-06 2:42 
QuestionSQL ASP/VB connection Strings Pin
Taterface12-Jul-06 1:38
Taterface12-Jul-06 1:38 
AnswerRe: SQL ASP/VB connection Strings Pin
mr_lasseter12-Jul-06 2:58
mr_lasseter12-Jul-06 2:58 
GeneralRe: SQL ASP/VB connection Strings Pin
Taterface12-Jul-06 6:07
Taterface12-Jul-06 6:07 
GeneralRe: SQL ASP/VB connection Strings Pin
mr_lasseter12-Jul-06 6:55
mr_lasseter12-Jul-06 6:55 
QuestionAsp Pages on differnert resolution Pin
ayazsb12-Jul-06 1:29
ayazsb12-Jul-06 1:29 
AnswerRe: Asp Pages on differnert resolution Pin
Hammad Arshad12-Jul-06 1:54
Hammad Arshad12-Jul-06 1:54 
QuestionHOT keys Pin
peter rankel12-Jul-06 1:28
peter rankel12-Jul-06 1:28 
AnswerRe: HOT keys Pin
minhpc_bk12-Jul-06 15:05
minhpc_bk12-Jul-06 15:05 
Questionvery very Urgent one plz....... Pin
peter rankel12-Jul-06 1:15
peter rankel12-Jul-06 1:15 
AnswerRe: very very Urgent one plz....... Pin
Hammad Arshad12-Jul-06 2:05
Hammad Arshad12-Jul-06 2:05 
GeneralRe: very very Urgent one plz....... Pin
peter rankel12-Jul-06 2:13
peter rankel12-Jul-06 2:13 

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.