Click here to Skip to main content
16,004,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionI had a problem in the web.config [modified] Pin
Big Ralph23-Sep-07 21:17
Big Ralph23-Sep-07 21:17 
Questionerror when sending email [modified] Pin
kirtiarora23-Sep-07 21:17
kirtiarora23-Sep-07 21:17 
AnswerRe: error when sending email [modified] Pin
Sebastian T Xavier23-Sep-07 23:15
Sebastian T Xavier23-Sep-07 23:15 
Questionvalidation for birth date [modified] Pin
Milind Panchal23-Sep-07 21:15
Milind Panchal23-Sep-07 21:15 
AnswerRe: validation for birth date Pin
varshavmane23-Sep-07 21:30
varshavmane23-Sep-07 21:30 
AnswerRe: validation for birth date Pin
Sandeep Akhare23-Sep-07 22:55
Sandeep Akhare23-Sep-07 22:55 
QuestionError in Running Page PLZ Help .....? Pin
codingrocks23-Sep-07 21:14
codingrocks23-Sep-07 21:14 
Questiondatabinding Pin
Sonia Gupta23-Sep-07 21:11
Sonia Gupta23-Sep-07 21:11 
i made a stored procedure.there i wrote the select query and then i code behind file , i wrote the following code.
SqlConnection con;
con = new SqlConnection("connectionstring");
con.Open();
DataSet ds;
ds = new DataSet();
SqlDataAdapter ad;
ad = new SqlDataAdapter("waste");
ad.Fill(ds);
GridView1.DataSource = ds;
GridView1.DataBind();

then i added the indert query in the same procedure with the select statement .
problem is in the same function i have to implement the insert query as well as the select query.
using the sqlcommand i passed the parameters.
but how to show the exsiting records

Soniagupta1@yahoo.co.in

QuestionAdding reference Pin
IamAmit23-Sep-07 20:49
IamAmit23-Sep-07 20:49 
AnswerRe: Adding reference Pin
John-ph23-Sep-07 21:08
John-ph23-Sep-07 21:08 
GeneralRe: Adding reference Pin
IamAmit23-Sep-07 21:58
IamAmit23-Sep-07 21:58 
GeneralRe: Adding reference Pin
John-ph23-Sep-07 22:26
John-ph23-Sep-07 22:26 
GeneralRe: Adding reference Pin
IamAmit23-Sep-07 22:38
IamAmit23-Sep-07 22:38 
GeneralRe: Adding reference Pin
John-ph23-Sep-07 22:58
John-ph23-Sep-07 22:58 
GeneralRe: Adding reference Pin
IamAmit23-Sep-07 23:26
IamAmit23-Sep-07 23:26 
GeneralRe: Adding reference Pin
John-ph23-Sep-07 23:41
John-ph23-Sep-07 23:41 
GeneralRe: Adding reference Pin
John-ph23-Sep-07 23:24
John-ph23-Sep-07 23:24 
GeneralRe: Adding reference Pin
IamAmit23-Sep-07 23:59
IamAmit23-Sep-07 23:59 
QuestionSearching DataView Pin
Shaurya_Rastogi23-Sep-07 20:40
Shaurya_Rastogi23-Sep-07 20:40 
QuestionInserting and Retrieving images from Oracle 9i to ASP.Net 2.0 Pin
Priya_200723-Sep-07 20:27
Priya_200723-Sep-07 20:27 
AnswerRe: Inserting and Retrieving images from Oracle 9i to ASP.Net 2.0 Pin
Tarun Dudhatra23-Sep-07 21:48
Tarun Dudhatra23-Sep-07 21:48 
QuestionAsp.net Textbox Events Pin
i gr823-Sep-07 20:00
i gr823-Sep-07 20:00 
AnswerRe: Asp.net Textbox Events Pin
Sandeep Akhare23-Sep-07 20:05
Sandeep Akhare23-Sep-07 20:05 
GeneralRe: Asp.net Textbox Events [modified] Pin
i gr823-Sep-07 20:14
i gr823-Sep-07 20:14 
GeneralRe: Asp.net Textbox Events Pin
John-ph23-Sep-07 21:03
John-ph23-Sep-07 21:03 

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.