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

ASP.NET

 
GeneralRe: grab contacts from Social network Pin
kokilaB11-Jan-10 19:22
kokilaB11-Jan-10 19:22 
GeneralRe: grab contacts from Social network Pin
Vasudevan Deepak Kumar12-Jan-10 4:08
Vasudevan Deepak Kumar12-Jan-10 4:08 
QuestionManupulating Columns of datatable Pin
kris_viswa11-Jan-10 17:27
kris_viswa11-Jan-10 17:27 
AnswerRe: Manupulating Columns of datatable Pin
Pranay Rana11-Jan-10 19:08
professionalPranay Rana11-Jan-10 19:08 
GeneralRe: Manupulating Columns of datatable Pin
kris_viswa12-Jan-10 3:32
kris_viswa12-Jan-10 3:32 
GeneralRe: Manupulating Columns of datatable Pin
Pranay Rana12-Jan-10 17:29
professionalPranay Rana12-Jan-10 17:29 
QuestionDataSet/DataTable or SQL Query for complex data retrieval? Pin
James Shao11-Jan-10 14:01
James Shao11-Jan-10 14:01 
AnswerRe: DataSet/DataTable or SQL Query for complex data retrieval? Pin
dan!sh 11-Jan-10 16:27
professional dan!sh 11-Jan-10 16:27 
You would be filling the Dataset/DataTable from the SQL only. It is not wise to get entire source in DataSet and then filter out what you need. This is what you should do, IMO:

1. Fill the dataset through your SQL command (including the where clause).
2. Use the datas created to display, insert or update data.

Also, if you just need one time access to the data, use DataReader.

50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!

Questionhi, How To Access Label Inside GridView where GridView Inside Datalist( Only By Javascript)? Pin
re7et_3esh11-Jan-10 7:08
re7et_3esh11-Jan-10 7:08 
Questionsetting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
K V Sekhar11-Jan-10 6:00
K V Sekhar11-Jan-10 6:00 
AnswerRe: setting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
Abhijit Jana11-Jan-10 6:43
professionalAbhijit Jana11-Jan-10 6:43 
GeneralRe: setting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
K V Sekhar11-Jan-10 15:34
K V Sekhar11-Jan-10 15:34 
AnswerRe: setting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
Pranay Rana11-Jan-10 18:17
professionalPranay Rana11-Jan-10 18:17 
QuestionCounter C# Pin
jojoba201011-Jan-10 4:24
jojoba201011-Jan-10 4:24 
AnswerRe: Counter C# Pin
dan!sh 11-Jan-10 4:38
professional dan!sh 11-Jan-10 4:38 
QuestionRe: Counter C# Pin
jojoba201011-Jan-10 5:07
jojoba201011-Jan-10 5:07 
AnswerRe: Counter C# Pin
Abhijit Jana11-Jan-10 6:41
professionalAbhijit Jana11-Jan-10 6:41 
QuestionRe: Counter C# Pin
jojoba201011-Jan-10 18:36
jojoba201011-Jan-10 18:36 
Questionlogin Pin
arkiboys11-Jan-10 3:23
arkiboys11-Jan-10 3:23 
AnswerRe: login Pin
Vimalsoft(Pty) Ltd11-Jan-10 3:28
professionalVimalsoft(Pty) Ltd11-Jan-10 3:28 
GeneralRe: login Pin
arkiboys11-Jan-10 3:34
arkiboys11-Jan-10 3:34 
GeneralRe: login Pin
Vimalsoft(Pty) Ltd11-Jan-10 3:43
professionalVimalsoft(Pty) Ltd11-Jan-10 3:43 
GeneralRe: login [modified] Pin
arkiboys11-Jan-10 3:55
arkiboys11-Jan-10 3:55 
AnswerRe: login Pin
dan!sh 11-Jan-10 4:21
professional dan!sh 11-Jan-10 4:21 
GeneralRe: login Pin
arkiboys11-Jan-10 21:39
arkiboys11-Jan-10 21:39 

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.