Click here to Skip to main content
15,894,740 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to setup and deploy a web application Pin
meeram3953-May-07 0:47
meeram3953-May-07 0:47 
QuestionQuery for XML or DATASET Pin
Imran Khan Pathan2-May-07 19:29
Imran Khan Pathan2-May-07 19:29 
QuestionUpload a file uisng drag and drop functionality Pin
Narendra Mohan2-May-07 18:43
Narendra Mohan2-May-07 18:43 
QuestionPage Size Pin
Socheat.Net2-May-07 18:04
Socheat.Net2-May-07 18:04 
AnswerRe: Page Size Pin
N a v a n e e t h2-May-07 18:17
N a v a n e e t h2-May-07 18:17 
GeneralRe: Page Size Pin
Socheat.Net2-May-07 18:29
Socheat.Net2-May-07 18:29 
GeneralRe: Page Size Pin
Chetan Ranpariya2-May-07 20:30
Chetan Ranpariya2-May-07 20:30 
AnswerRe: Page Size Pin
varshavmane2-May-07 18:24
varshavmane2-May-07 18:24 
First make AllowPaging="True" and PageSize="10" and use this:

Protected Sub GridViewUser_PageIndexChanging(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewPageEventArgs) Handles GridViewUser.PageIndexChanging
Try
GridView1.PageIndex = e.NewPageIndex()
BindGridView()'Bind GridView
Catch ex As Exception

End Try
End Sub

Hope this helps u...
GeneralRe: Page Size Pin
Socheat.Net2-May-07 18:41
Socheat.Net2-May-07 18:41 
GeneralRe: Page Size Pin
Kunal P2-May-07 20:47
Kunal P2-May-07 20:47 
GeneralRe: Page Size Pin
Socheat.Net2-May-07 21:08
Socheat.Net2-May-07 21:08 
GeneralRe: Page Size Pin
Sandeep Akhare2-May-07 20:56
Sandeep Akhare2-May-07 20:56 
QuestionNo PostBack For OnClientClick On GridView Button Pin
michaelastewartmas2-May-07 17:23
michaelastewartmas2-May-07 17:23 
AnswerRe: No PostBack For OnClientClick On GridView Button Pin
Mayank Prajapati2-May-07 18:23
Mayank Prajapati2-May-07 18:23 
AnswerRe: No PostBack For OnClientClick On GridView Button Pin
Mayank Prajapati2-May-07 18:24
Mayank Prajapati2-May-07 18:24 
AnswerRe: No PostBack For OnClientClick On GridView Button Pin
firozu3-May-07 0:40
firozu3-May-07 0:40 
AnswerRe: No PostBack For OnClientClick On GridView Button Pin
meeram3953-May-07 0:57
meeram3953-May-07 0:57 
QuestionHelp Please Pin
yasso_1152-May-07 10:11
yasso_1152-May-07 10:11 
AnswerRe: Help Please Pin
Guffa2-May-07 11:16
Guffa2-May-07 11:16 
GeneralRe: Help Please Pin
yasso_1152-May-07 11:37
yasso_1152-May-07 11:37 
GeneralRe: Help Please Pin
enjoycrack2-May-07 16:02
enjoycrack2-May-07 16:02 
GeneralRe: Help Please Pin
Ibuprofen2-May-07 17:14
Ibuprofen2-May-07 17:14 
Questionhow do i access my site by http://fedexghana.com instead of http://www.fedexghana.com Pin
dleo102-May-07 9:08
dleo102-May-07 9:08 
AnswerRe: how do i access my site by http://fedexghana.com instead of http://www.fedexghana.com Pin
Guffa2-May-07 9:35
Guffa2-May-07 9:35 
GeneralRe: how do i access my site by http://fedexghana.com instead of http://www.fedexghana.com Pin
dleo108-May-07 0:45
dleo108-May-07 0:45 

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.