Click here to Skip to main content
15,906,708 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGetEventHandler ? Pin
Tee+17-Jun-06 10:36
Tee+17-Jun-06 10:36 
AnswerRe: GetEventHandler ? Pin
minhpc_bk17-Jun-06 20:51
minhpc_bk17-Jun-06 20:51 
QuestionProject Pin
Adebisi17-Jun-06 8:46
Adebisi17-Jun-06 8:46 
AnswerRe: Project Pin
Colin Angus Mackay17-Jun-06 10:06
Colin Angus Mackay17-Jun-06 10:06 
QuestionHow to avoid duplication in the database? Pin
pitturamakrishna17-Jun-06 5:02
pitturamakrishna17-Jun-06 5:02 
AnswerRe: How to avoid duplication in the database? Pin
Colin Angus Mackay17-Jun-06 10:07
Colin Angus Mackay17-Jun-06 10:07 
QuestionData Set Filter Pin
NICE TO MEET17-Jun-06 2:14
NICE TO MEET17-Jun-06 2:14 
AnswerRe: Data Set Filter Pin
Tirthadip17-Jun-06 3:54
Tirthadip17-Jun-06 3:54 
hi,
make a Dataview object from the dataset table like that..
DataView mydataview=(DataView) ds.Tables[0];
Now you can filter the dataview like that..
DataView.Filter='Put your condition here';
You can also iterate through your dataset,but better use a dataview.
If I have understood your problem then it can be helpful.
get in touch.Blush | :O Confused | :confused: ;PLaugh | :laugh:
Tirthadip

Tirthadip
QuestionSession lose value. Pin
Nagraj Naik17-Jun-06 1:47
Nagraj Naik17-Jun-06 1:47 
AnswerRe: Session lose value. Pin
Guffa17-Jun-06 2:28
Guffa17-Jun-06 2:28 
GeneralRe: Session lose value. [modified] Pin
Nagraj Naik17-Jun-06 3:03
Nagraj Naik17-Jun-06 3:03 
AnswerRe: Session lose value. Pin
Guffa17-Jun-06 4:20
Guffa17-Jun-06 4:20 
GeneralRe: Session lose value. Pin
Nagraj Naik18-Jun-06 18:32
Nagraj Naik18-Jun-06 18:32 
AnswerRe: Session lose value. Pin
Guffa19-Jun-06 22:22
Guffa19-Jun-06 22:22 
Questionneed help : how to convert a text field in Access database to a hyperlink in the browser Pin
bobolov16-Jun-06 23:52
bobolov16-Jun-06 23:52 
AnswerRe: need help : how to convert a text field in Access database to a hyperlink in the browser Pin
Guffa17-Jun-06 0:28
Guffa17-Jun-06 0:28 
QuestionPermission File Pin
reza toorani16-Jun-06 23:22
reza toorani16-Jun-06 23:22 
AnswerRe: Permission File Pin
minhpc_bk17-Jun-06 21:00
minhpc_bk17-Jun-06 21:00 
QuestionGrdiView Character Problem [modified] Pin
dbebek16-Jun-06 21:25
dbebek16-Jun-06 21:25 
AnswerRe: GrdiView Character Problem Pin
minhpc_bk17-Jun-06 20:56
minhpc_bk17-Jun-06 20:56 
QuestionSession_End Pin
TheEagle16-Jun-06 20:02
TheEagle16-Jun-06 20:02 
AnswerRe: Session_End Pin
Guffa16-Jun-06 22:24
Guffa16-Jun-06 22:24 
GeneralRe: Session_End [modified] Pin
TheEagle17-Jun-06 7:10
TheEagle17-Jun-06 7:10 
AnswerRe: Session_End Pin
Guffa17-Jun-06 9:42
Guffa17-Jun-06 9:42 
GeneralRe: Session_End Pin
TheEagle17-Jun-06 11:22
TheEagle17-Jun-06 11: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.