Click here to Skip to main content
15,913,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: What is the best .NET equivalent architecture for COM(hosted in MTS) Pin
bsaksida17-Nov-07 5:55
bsaksida17-Nov-07 5:55 
Questionasp.net how to block internet explorer of network client Pin
biren6117-Nov-07 2:18
biren6117-Nov-07 2:18 
AnswerRe: asp.net how to block internet explorer of network client Pin
Michael Sync17-Nov-07 3:32
Michael Sync17-Nov-07 3:32 
GeneralRe: asp.net how to block internet explorer of network client Pin
bsaksida17-Nov-07 4:48
bsaksida17-Nov-07 4:48 
GeneralRe: asp.net how to block internet explorer of network client Pin
Michael Sync17-Nov-07 5:04
Michael Sync17-Nov-07 5:04 
GeneralRe: asp.net how to block internet explorer of network client Pin
bsaksida17-Nov-07 5:37
bsaksida17-Nov-07 5:37 
GeneralRe: asp.net how to block internet explorer of network client Pin
biren6123-Nov-07 10:43
biren6123-Nov-07 10:43 
Questionhow to fill DataAdapter when two tables are being used+ASP.Net Pin
mavii17-Nov-07 1:25
mavii17-Nov-07 1:25 
i am providing the code below

string strcon = "Provider=SQLOLEDB;Server=(local);Database=rescue15;uid=sa;pwd=sasa;";
OleDbConnection conn = new OleDbConnection(strcon);

string q = "SELECT crime_mgmt.cr_location 'Crime Location',crime_mgmt.cr_date,offensive_issue.c_desc FROM crime_mgmt,offensive_issue";
OleDbCommand cmd = new OleDbCommand(q, conn);
conn.Open();
DataSet ds = new DataSet();
OleDbDataAdapter da = new OleDbDataAdapter(cmd);
da.Fill(ds, "offensive_issue");
da.Fill(ds, "crime_mgmt");

AnswerRe: how to fill DataAdapter when two tables are being used+ASP.Net Pin
Michael Sync17-Nov-07 3:30
Michael Sync17-Nov-07 3:30 
QuestionHow to make LOGIN wizard Pin
ankur010117-Nov-07 1:22
ankur010117-Nov-07 1:22 
AnswerRe: How to make LOGIN wizard Pin
pmarfleet17-Nov-07 2:58
pmarfleet17-Nov-07 2:58 
QuestionWho to send DATA to email..??? Pin
ankur010117-Nov-07 1:19
ankur010117-Nov-07 1:19 
AnswerRe: Who to send DATA to email..??? Pin
pmarfleet17-Nov-07 2:56
pmarfleet17-Nov-07 2:56 
AnswerRe: Who to send DATA to email..??? Pin
Michael Sync17-Nov-07 4:13
Michael Sync17-Nov-07 4:13 
GeneralRe: Who to send DATA to email..??? [modified] Pin
bsaksida17-Nov-07 4:31
bsaksida17-Nov-07 4:31 
GeneralRe: Who to send DATA to email..??? Pin
ankur010118-Nov-07 1:55
ankur010118-Nov-07 1:55 
QuestionHow to restrict user to Fill only 15 Days back date?? Pin
KBM7317-Nov-07 1:04
KBM7317-Nov-07 1:04 
AnswerRe: How to restrict user to Fill only 15 Days back date?? Pin
Sun Rays17-Nov-07 1:17
Sun Rays17-Nov-07 1:17 
GeneralRe: How to restrict user to Fill only 15 Days back date?? Pin
KBM7318-Nov-07 10:39
KBM7318-Nov-07 10:39 
QuestionProblem with display parent & child nodes if XML not follows an Hierarchical structure Pin
Vishnu Narayan Mishra17-Nov-07 0:52
Vishnu Narayan Mishra17-Nov-07 0:52 
AnswerRe: Problem with display parent & child nodes if XML not follows an Hierarchical structure Pin
Sun Rays17-Nov-07 0:59
Sun Rays17-Nov-07 0:59 
Questionsending Email for users Pin
ptvce17-Nov-07 0:40
ptvce17-Nov-07 0:40 
AnswerRe: sending Email for users Pin
Expert Coming18-Nov-07 10:54
Expert Coming18-Nov-07 10:54 
GeneralRe: sending Email for users Pin
ptvce18-Nov-07 17:28
ptvce18-Nov-07 17:28 
QuestionFill DropDown Pin
Ranjeet from delhi17-Nov-07 0:36
Ranjeet from delhi17-Nov-07 0:36 

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.