Click here to Skip to main content
15,929,210 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: need help wit files settings pls!! Pin
Mike Ellison5-Oct-06 14:33
Mike Ellison5-Oct-06 14:33 
GeneralRe: need help wit files settings pls!! Pin
neodeaths5-Oct-06 18:11
neodeaths5-Oct-06 18:11 
GeneralRe: need help wit files settings pls!! Pin
Mike Ellison6-Oct-06 6:02
Mike Ellison6-Oct-06 6:02 
GeneralRe: need help wit files settings pls!! Pin
neodeaths6-Oct-06 8:18
neodeaths6-Oct-06 8:18 
GeneralRe: need help wit files settings pls!! Pin
Mike Ellison6-Oct-06 8:40
Mike Ellison6-Oct-06 8:40 
GeneralRe: need help wit files settings pls!! Pin
neodeaths7-Oct-06 3:24
neodeaths7-Oct-06 3:24 
GeneralRe: need help wit files settings pls!! Pin
neodeaths13-Oct-06 17:40
neodeaths13-Oct-06 17:40 
QuestionDataview/Dataset Pin
shivarishxxxx5-Oct-06 10:10
shivarishxxxx5-Oct-06 10:10 
Hi,

I have to update a dataset. Grid shows in this format and hence Dataset is in this format

10 100
8 70
9 30

when update is done to this, it is such that proc calculates 10 based on 8 and 9 (70+30 =100). the update call is given to sqlhelper class and hence 10 goes I and then 8,9
I need to alter this sort.
Am now going to Dataview for this.
DataView dv = new DataView(ds.Tables[0]);

//apply a sort
dv.Sort = "Lastname Desc";

1.now i need to assign dv back to ds. How do I do it?

Can you help me?



rmr

QuestionGet HTML for an element in Page_Load method Pin
eggie55-Oct-06 10:05
eggie55-Oct-06 10:05 
AnswerRe: Get HTML for an element in Page_Load method Pin
eggie55-Oct-06 10:32
eggie55-Oct-06 10:32 
QuestionDataGrid paging problem Pin
saravanan055-Oct-06 8:56
saravanan055-Oct-06 8:56 
AnswerRe: DataGrid paging problem Pin
postmaster@programmingknowledge.com5-Oct-06 23:35
postmaster@programmingknowledge.com5-Oct-06 23:35 
QuestionRegister event attribute onload for the Page from UserControl Pin
Roman Muntyanu5-Oct-06 7:39
Roman Muntyanu5-Oct-06 7:39 
AnswerRe: Register event attribute onload for the Page from UserControl Pin
minhpc_bk5-Oct-06 15:55
minhpc_bk5-Oct-06 15:55 
QuestionFilepath works in IE but not Firefox. Pin
Goalie355-Oct-06 4:25
Goalie355-Oct-06 4:25 
AnswerRe: Filepath works in IE but not Firefox. Pin
Chris Buckett5-Oct-06 9:12
Chris Buckett5-Oct-06 9:12 
GeneralRe: Filepath works in IE but not Firefox. Pin
Goalie359-Oct-06 5:32
Goalie359-Oct-06 5:32 
GeneralRe: Filepath works in IE but not Firefox. Pin
Chris Buckett9-Oct-06 22:02
Chris Buckett9-Oct-06 22:02 
QuestionUser control creation order? Pin
Chris Buckett5-Oct-06 3:43
Chris Buckett5-Oct-06 3:43 
AnswerRe: User control creation order? Pin
l0kke5-Oct-06 4:51
l0kke5-Oct-06 4:51 
GeneralRe: User control creation order? Pin
Chris Buckett5-Oct-06 4:57
Chris Buckett5-Oct-06 4:57 
QuestionUpload Big File Pin
MHASSANF5-Oct-06 2:22
MHASSANF5-Oct-06 2:22 
AnswerRe: Upload Big File Pin
Keith Barrow5-Oct-06 2:28
professionalKeith Barrow5-Oct-06 2:28 
QuestionRe: Upload Big File Pin
MHASSANF5-Oct-06 2:37
MHASSANF5-Oct-06 2:37 
AnswerRe: Upload Big File Pin
Gavin Jeffrey5-Oct-06 4:53
Gavin Jeffrey5-Oct-06 4:53 

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.