Click here to Skip to main content
15,899,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCan i put semicomma seperated emailid in To using System.Net.Mail namespace Pin
Krishnraj27-Mar-09 20:26
Krishnraj27-Mar-09 20:26 
AnswerRe: Can i put semicomma seperated emailid in To using System.Net.Mail namespace Pin
Christian Graus27-Mar-09 20:33
protectorChristian Graus27-Mar-09 20:33 
GeneralRe: Can i put semicomma seperated emailid in To using System.Net.Mail namespace Pin
Krishnraj27-Mar-09 21:10
Krishnraj27-Mar-09 21:10 
GeneralRe: Can i put semicomma seperated emailid in To using System.Net.Mail namespace Pin
Colin Angus Mackay28-Mar-09 9:49
Colin Angus Mackay28-Mar-09 9:49 
QuestionError while executing .aspx in web browser [modified] Pin
a.hamidy27-Mar-09 20:14
a.hamidy27-Mar-09 20:14 
AnswerRe: Error while executing .aspx in web browser Pin
Ravi Mori27-Mar-09 20:24
Ravi Mori27-Mar-09 20:24 
QuestionConnect to database between postback [modified] Pin
Civic0627-Mar-09 14:12
Civic0627-Mar-09 14:12 
AnswerRe: Connect to database between postback Pin
tech60327-Mar-09 19:10
tech60327-Mar-09 19:10 
You should try using a dataset instead of making mutiple calls to the database. When you use a dataset, you'll make one query to your database and populate the dataset with that information. At which point you can bind that data to your controls. The link below is the msdn article for working with Datasets.

http://msdn.microsoft.com/en-us/library/system.data.dataset.aspx[^]

hope this helps

Matthew Vass
QA Analyst
mvass@hostmysite.com
HostMySite.com

GeneralRe: Connect to database between postback Pin
Civic0628-Mar-09 3:37
Civic0628-Mar-09 3:37 
Questionwhats do i need to do and how do i do it?? Pin
learningman27-Mar-09 10:51
learningman27-Mar-09 10:51 
AnswerRe: whats do i need to do and how do i do it?? Pin
Yusuf27-Mar-09 13:22
Yusuf27-Mar-09 13:22 
AnswerRe: whats do i need to do and how do i do it?? Pin
Colin Angus Mackay27-Mar-09 13:43
Colin Angus Mackay27-Mar-09 13:43 
QuestionThe source ListBox lost its item selections when a target ListBox item selection is cleared Pin
Tomz_KV27-Mar-09 10:49
Tomz_KV27-Mar-09 10:49 
AnswerRe: The source ListBox lost its item selections when a target ListBox item selection is cleared Pin
Ravi Mori27-Mar-09 19:54
Ravi Mori27-Mar-09 19:54 
GeneralRe: The source ListBox lost its item selections when a target ListBox item selection is cleared Pin
Tomz_KV28-Mar-09 3:23
Tomz_KV28-Mar-09 3:23 
AnswerRe: The source ListBox lost its item selections when a target ListBox item selection is cleared Pin
Tomz_KV30-Mar-09 4:14
Tomz_KV30-Mar-09 4:14 
QuestionVisual Studio 2008 with crystal reports 11.5 Pin
Battlehammer27-Mar-09 9:10
Battlehammer27-Mar-09 9:10 
AnswerRe: Visual Studio 2008 with crystal reports 11.5 Pin
Battlehammer7-Apr-09 5:09
Battlehammer7-Apr-09 5:09 
QuestionManiupulating information from a dataset to save it into an array ???? [modified] Pin
lued27-Mar-09 8:28
lued27-Mar-09 8:28 
AnswerRe: Maniupulating information from a dataset to save it into an array ???? Pin
Jörgen Andersson27-Mar-09 11:39
professionalJörgen Andersson27-Mar-09 11:39 
AnswerRe: Maniupulating information from a dataset to save it into an array ???? Pin
a.hamidy27-Mar-09 20:50
a.hamidy27-Mar-09 20:50 
QuestionHighlight and Select Row (clicking anywhere on it) Pin
alvarog0127-Mar-09 7:18
alvarog0127-Mar-09 7:18 
AnswerRe: Highlight and Select Row (clicking anywhere on it) Pin
Jörgen Andersson27-Mar-09 11:28
professionalJörgen Andersson27-Mar-09 11:28 
GeneralRe: Highlight and Select Row (clicking anywhere on it) Pin
alvarog0127-Mar-09 11:36
alvarog0127-Mar-09 11:36 
QuestionComplete ASP.NET Website Template with Security/Roles/Membership etc. Pin
Jasmine Pomelo27-Mar-09 7:00
Jasmine Pomelo27-Mar-09 7:00 

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.