Click here to Skip to main content
15,896,330 members
Home / Discussions / ASP.NET
   

ASP.NET

 
NewsRe: date query Pin
Pankaj Garg17-Jan-08 2:04
Pankaj Garg17-Jan-08 2:04 
GeneralRe: date query Pin
dilipv17-Jan-08 21:47
dilipv17-Jan-08 21:47 
GeneralConvert DataTable in XML Pin
mpavas16-Jan-08 20:32
mpavas16-Jan-08 20:32 
GeneralPersistent Checkbox Pin
danasegaranea16-Jan-08 19:34
danasegaranea16-Jan-08 19:34 
GeneralRe: Persistent Checkbox Pin
N a v a n e e t h16-Jan-08 21:27
N a v a n e e t h16-Jan-08 21:27 
GeneralRe: Persistent Checkbox Pin
danasegaranea16-Jan-08 21:48
danasegaranea16-Jan-08 21:48 
GeneralRe: Persistent Checkbox Pin
N a v a n e e t h16-Jan-08 22:05
N a v a n e e t h16-Jan-08 22:05 
GeneralRe: Persistent Checkbox Pin
danasegaranea16-Jan-08 22:29
danasegaranea16-Jan-08 22:29 
I do like this
Private Sub dgResources_PageIndexChanged(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridPageChangedEventArgs) Handles dgResources.PageIndexChanged
        dgResources.CurrentPageIndex = e.NewPageIndex
        dgResources.DataBind()
    End Sub


But is not maintaing its state.

Bye the way I am using this code to check whether the check box is checke / uncheked.Even the checkbox is check it is giving the value Checked = False always

For i = 0 To dgResources.Items.Count - 1
            chk = (dgResources.Items(i).Cells(0).FindControl("chkResource_First"))
            If Not chk Is Nothing Then
                If chk.Checked = True Then  ' Always false.
                      'Do some thing 
                End If
            Else
            End If
        Next

GeneralRe: Persistent Checkbox Pin
N a v a n e e t h16-Jan-08 23:59
N a v a n e e t h16-Jan-08 23:59 
GeneralLoop through the rows of datagridview Pin
danasegaranea16-Jan-08 19:31
danasegaranea16-Jan-08 19:31 
GeneralRe: Loop through the rows of datagridview Pin
_AK_17-Jan-08 18:58
_AK_17-Jan-08 18:58 
Questionhow to make the droplist items to disabled Pin
jagan12316-Jan-08 19:11
jagan12316-Jan-08 19:11 
AnswerRe: how to make the droplist items to disabled Pin
pmarfleet16-Jan-08 19:48
pmarfleet16-Jan-08 19:48 
AnswerRe: how to make the droplist items to disabled Pin
imagic16-Jan-08 20:42
imagic16-Jan-08 20:42 
Generaldeveloping website with hindi and english language support Pin
Ravi_2116-Jan-08 18:27
Ravi_2116-Jan-08 18:27 
GeneralRe: developing website with hindi and english language support Pin
Paddy Boyd17-Jan-08 1:03
Paddy Boyd17-Jan-08 1:03 
Questionhow can i hide some items in the drop down list Pin
jagan12316-Jan-08 18:06
jagan12316-Jan-08 18:06 
AnswerRe: how can i hide some items in the drop down list Pin
pmarfleet16-Jan-08 19:46
pmarfleet16-Jan-08 19:46 
GeneralIterate through client side code using JavaScript Pin
Blumen16-Jan-08 18:01
Blumen16-Jan-08 18:01 
GeneralRe: Iterate through client side code using JavaScript Pin
Blumen16-Jan-08 19:08
Blumen16-Jan-08 19:08 
Questionhow to open Dialog box in asp.net? Pin
Piyush Vardhan Singh16-Jan-08 17:47
Piyush Vardhan Singh16-Jan-08 17:47 
AnswerRe: how to open Dialog box in asp.net? Pin
pmarfleet16-Jan-08 19:50
pmarfleet16-Jan-08 19:50 
GeneralOpening empty e-mail in user's mail client Pin
Manny Castillo16-Jan-08 12:29
Manny Castillo16-Jan-08 12:29 
QuestionDropdownlist then open a new page [modified] Pin
MUSIWA16-Jan-08 12:10
MUSIWA16-Jan-08 12:10 
AnswerRe: Dropdownlist then open a new page Pin
MUSIWA21-Jan-08 5:35
MUSIWA21-Jan-08 5:35 

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.