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

ASP.NET

 
AnswerRe: sample application with asp.;net using c# Pin
Colin Angus Mackay18-Feb-07 22:31
Colin Angus Mackay18-Feb-07 22:31 
QuestionHow to call trigger server side button click from client side javascript code? Pin
xiao bin bin18-Feb-07 20:01
xiao bin bin18-Feb-07 20:01 
AnswerRe: How to call trigger server side button click from client side javascript code? Pin
thomas_joyee18-Feb-07 23:16
thomas_joyee18-Feb-07 23:16 
GeneralThank you so much. You made my day. Pin
xiao bin bin19-Feb-07 4:18
xiao bin bin19-Feb-07 4:18 
QuestionHelp about Web Setup Project .Net 2.0 Pin
Kamal.Afridi18-Feb-07 19:59
Kamal.Afridi18-Feb-07 19:59 
AnswerRe: Help about Web Setup Project .Net 2.0 Pin
Sylvester george18-Feb-07 20:05
Sylvester george18-Feb-07 20:05 
GeneralRe: Help about Web Setup Project .Net 2.0 Pin
Kamal.Afridi18-Feb-07 20:18
Kamal.Afridi18-Feb-07 20:18 
GeneralRe: Help about Web Setup Project .Net 2.0 Pin
Sylvester george18-Feb-07 20:30
Sylvester george18-Feb-07 20:30 
Questionauthentication Pin
Sebastian T Xavier18-Feb-07 19:13
Sebastian T Xavier18-Feb-07 19:13 
AnswerRe: authentication Pin
Walter_H18-Feb-07 19:41
Walter_H18-Feb-07 19:41 
GeneralRe: authentication Pin
Sebastian T Xavier18-Feb-07 20:06
Sebastian T Xavier18-Feb-07 20:06 
Questionfooter page information appear in new page in crystal report Pin
AjayKrSh18-Feb-07 17:51
AjayKrSh18-Feb-07 17:51 
AnswerRe: footer page information appear in new page in crystal report Pin
Sylvester george18-Feb-07 19:52
Sylvester george18-Feb-07 19:52 
GeneralRe: footer page information appear in new page in crystal report Pin
AjayKrSh19-Feb-07 0:02
AjayKrSh19-Feb-07 0:02 
QuestionNeed Help with Gridview RowState. Pin
xiao bin bin18-Feb-07 7:41
xiao bin bin18-Feb-07 7:41 
Hello, there,

I'd like to know how I can change the rowState in GridView.

I want to set every row to the edit state when open the gridview control.

I made changes to rowCreated function of the grid view to change every datarow to the Edit state. But the it is not working at all.

The following are the code.
If (e.Row.RowType = DataControlRowType.DataRow) Then
e.Row.RowState = DataControlRowState.Edit
End If

Will you please tell me what I should do to make it happen?

Thank you so much in advance.
AnswerRe: Need Help with Gridview RowState. Pin
bayo18-Feb-07 7:55
bayo18-Feb-07 7:55 
QuestionLogin failed for user 'NIT\ASPNET'. Pin
Nitin198118-Feb-07 7:00
Nitin198118-Feb-07 7:00 
AnswerRe: Login failed for user 'NIT\ASPNET'. Pin
Colin Angus Mackay18-Feb-07 22:30
Colin Angus Mackay18-Feb-07 22:30 
GeneralRe: Login failed for user 'NIT\ASPNET'. Pin
Nitin198119-Feb-07 6:27
Nitin198119-Feb-07 6:27 
GeneralRe: Login failed for user 'NIT\ASPNET'. Pin
Nitin198119-Feb-07 7:22
Nitin198119-Feb-07 7:22 
GeneralRe: Login failed for user 'NIT\ASPNET'. Pin
Colin Angus Mackay21-Feb-07 14:02
Colin Angus Mackay21-Feb-07 14:02 
QuestionUpdating data from a gridview in code Pin
bayo18-Feb-07 5:39
bayo18-Feb-07 5:39 
QuestionDatabase. Pin
v45030518-Feb-07 5:18
v45030518-Feb-07 5:18 
AnswerRe: Database. Pin
bayo18-Feb-07 5:30
bayo18-Feb-07 5:30 
GeneralRe: Database. Pin
v45030518-Feb-07 6:22
v45030518-Feb-07 6:22 

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.