Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: image upload Pin
Parwej Ahamad19-Feb-08 17:22
professionalParwej Ahamad19-Feb-08 17:22 
QuestionHow can I reiterate custom class object values to OTHER/MULTIPLE std aspx pages w/o using web controls? Pin
crystal915419-Feb-08 16:54
crystal915419-Feb-08 16:54 
AnswerRe: How can I reiterate custom class object values to OTHER/MULTIPLE std aspx pages w/o using web controls? Pin
Parwej Ahamad19-Feb-08 17:16
professionalParwej Ahamad19-Feb-08 17:16 
GeneralRe: How can I reiterate custom class object values to OTHER/MULTIPLE std aspx pages w/o using web controls? Pin
crystal915419-Feb-08 17:23
crystal915419-Feb-08 17:23 
GeneralRe: How can I reiterate custom class object values to OTHER/MULTIPLE std aspx pages w/o using web controls? Pin
Parwej Ahamad19-Feb-08 17:33
professionalParwej Ahamad19-Feb-08 17:33 
GeneralRe: How can I reiterate custom class object values to OTHER/MULTIPLE std aspx pages w/o using web controls? Pin
crystal915419-Feb-08 17:53
crystal915419-Feb-08 17:53 
GeneralRe: How can I reiterate custom class object values to OTHER/MULTIPLE std aspx pages w/o using web controls? Pin
Parwej Ahamad19-Feb-08 18:22
professionalParwej Ahamad19-Feb-08 18:22 
QuestionHaving trouble getting FormView to sync w/ GridView past first index page. Pin
SoulfoodOracle19-Feb-08 14:23
SoulfoodOracle19-Feb-08 14:23 
Working on first web dev site in VWD 08. I can get the FormView control to sync w/ GridView control using the code below and ONLY for the first 10 records. When I click the pager link to page 2, I can't get the next batch of records to display in FormView, it stops at 10. D'Oh! | :doh:

What Gives?

Question:
What code or property setting will make this function work?


Current Code:

Protected Sub GridView1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.SelectedIndexChanged

FormView1.PageIndex = GridView1.SelectedIndex

End Sub
GeneralRe: Having trouble getting FormView to sync w/ GridView past first index page. Pin
Christian Graus19-Feb-08 15:10
protectorChristian Graus19-Feb-08 15:10 
GeneralIs it possible to to read the ftp file remote without downloading to the local drive Pin
Kennie_n200019-Feb-08 14:04
Kennie_n200019-Feb-08 14:04 
GeneralRe: Is it possible to to read the ftp file remote without downloading to the local drive Pin
Christian Graus19-Feb-08 15:10
protectorChristian Graus19-Feb-08 15:10 
GeneralRe: Is it possible to to read the ftp file remote without downloading to the local drive Pin
Guffa19-Feb-08 15:53
Guffa19-Feb-08 15:53 
GeneralRe: Is it possible to to read the ftp file remote without downloading to the local drive Pin
Christian Graus19-Feb-08 16:26
protectorChristian Graus19-Feb-08 16:26 
GeneralRe: Is it possible to to read the ftp file remote without downloading to the local drive Pin
Kennie_n200019-Feb-08 16:54
Kennie_n200019-Feb-08 16:54 
GeneralRe: Is it possible to to read the ftp file remote without downloading to the local drive Pin
Guffa19-Feb-08 20:39
Guffa19-Feb-08 20:39 
GeneralWeb messenger [modified] Pin
waheed awan19-Feb-08 12:22
waheed awan19-Feb-08 12:22 
GeneralXSL Dropdown problem [modified] Pin
waheed awan19-Feb-08 11:51
waheed awan19-Feb-08 11:51 
GeneralRe: XSL Dropdown problem Pin
Christian Graus19-Feb-08 12:38
protectorChristian Graus19-Feb-08 12:38 
QuestionIssue with viewstate? or something else? Pin
Neophyte3019-Feb-08 5:30
Neophyte3019-Feb-08 5:30 
AnswerRe: Issue with viewstate? or something else? Pin
Christian Graus19-Feb-08 12:40
protectorChristian Graus19-Feb-08 12:40 
GeneralRe: Issue with viewstate? or something else? Pin
Neophyte3019-Feb-08 23:03
Neophyte3019-Feb-08 23:03 
AnswerRe: Issue with viewstate? or something else? Pin
Neophyte3020-Feb-08 5:40
Neophyte3020-Feb-08 5:40 
Generalspecify color in c# Pin
eyeseetee19-Feb-08 5:05
eyeseetee19-Feb-08 5:05 
GeneralRe: specify color in c# Pin
Guffa19-Feb-08 7:58
Guffa19-Feb-08 7:58 
Generali have access database [modified] Pin
ritu432119-Feb-08 2:28
ritu432119-Feb-08 2:28 

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.