Click here to Skip to main content
15,922,166 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: calender control in asp.net2.0 Pin
Not Active7-Jul-07 12:33
mentorNot Active7-Jul-07 12:33 
QuestionQuery Tracker.... Pin
Amit Kumar G7-Jul-07 6:53
Amit Kumar G7-Jul-07 6:53 
QuestionProblem regarding dropdownlist unable to explain Pin
rahul.net117-Jul-07 4:24
rahul.net117-Jul-07 4:24 
AnswerRe: Problem regarding dropdownlist unable to explain Pin
Sathesh Sakthivel7-Jul-07 4:32
Sathesh Sakthivel7-Jul-07 4:32 
GeneralRe: Problem regarding dropdownlist unable to explain Pin
rahul.net117-Jul-07 5:01
rahul.net117-Jul-07 5:01 
QuestionRe: Problem regarding dropdownlist unable to explain Pin
Venkatesh Mookkan8-Jul-07 20:38
Venkatesh Mookkan8-Jul-07 20:38 
AnswerRe: Problem regarding dropdownlist unable to explain Pin
sidbaruah8-Jul-07 23:10
sidbaruah8-Jul-07 23:10 
QuestionSQL Data Reader Pin
Amit Kumar G7-Jul-07 3:46
Amit Kumar G7-Jul-07 3:46 
What is wrong with this....I don't know this morning what is happening with me..Is it because of 07/07/07....

My dtrCat (data reader) is getting -1 record affected.........Conenction is fine.............Pl help me from 07/07/07 devil.....

---------------------
SqlConnection conDotNet;
SqlCommand cmd;
SqlDataReader dtrCat;

conDotNet=new SqlConnection();
conDotNet.ConnectionString="Server=SBServer;User=sa;Password=;database=SB;";
cmd=new SqlCommand();
cmd.CommandText="Select * from dbo.TB_QueryMaster";
cmd.CommandType=CommandType.Text;
cmd.Connection=conDotNet;

cmd.Connection.Open();
dtrCat=cmd.ExecuteReader(CommandBehavior.CloseConnection);

catlist.DataSource = dtrCat;
catlist.DataBind();
cmd.Dispose();
conDotNet.Dispose();



Amit
AnswerRe: SQL Data Reader Pin
Sathesh Sakthivel7-Jul-07 4:04
Sathesh Sakthivel7-Jul-07 4:04 
GeneralRe: SQL Data Reader Pin
Amit Kumar G7-Jul-07 4:11
Amit Kumar G7-Jul-07 4:11 
GeneralRe: SQL Data Reader Pin
Sathesh Sakthivel7-Jul-07 4:16
Sathesh Sakthivel7-Jul-07 4:16 
GeneralRe: SQL Data Reader Pin
Amit Kumar G7-Jul-07 4:19
Amit Kumar G7-Jul-07 4:19 
GeneralRe: SQL Data Reader Pin
Sathesh Sakthivel7-Jul-07 4:29
Sathesh Sakthivel7-Jul-07 4:29 
GeneralRe: SQL Data Reader Pin
Not Active7-Jul-07 12:30
mentorNot Active7-Jul-07 12:30 
AnswerRe: SQL Data Reader Pin
Guffa7-Jul-07 6:19
Guffa7-Jul-07 6:19 
GeneralRe: SQL Data Reader Pin
eggsovereasy7-Jul-07 19:04
eggsovereasy7-Jul-07 19:04 
AnswerRe: SQL Data Reader Pin
Guffa8-Jul-07 1:06
Guffa8-Jul-07 1:06 
GeneralRe: SQL Data Reader Pin
eggsovereasy8-Jul-07 7:14
eggsovereasy8-Jul-07 7:14 
GeneralRe: SQL Data Reader Pin
Guffa8-Jul-07 8:51
Guffa8-Jul-07 8:51 
GeneralRe: SQL Data Reader Pin
eggsovereasy8-Jul-07 9:50
eggsovereasy8-Jul-07 9:50 
QuestionRepeater Control Pin
Amit Kumar G7-Jul-07 2:41
Amit Kumar G7-Jul-07 2:41 
AnswerRe: Repeater Control Pin
Not Active7-Jul-07 2:46
mentorNot Active7-Jul-07 2:46 
GeneralRe: Repeater Control Pin
Amit Kumar G7-Jul-07 2:46
Amit Kumar G7-Jul-07 2:46 
GeneralRe: Repeater Control Pin
Not Active7-Jul-07 5:54
mentorNot Active7-Jul-07 5:54 
QuestionI have make code for file upload on webserver with resume upload, working on local server correctly but not on webserver Pin
shailendra_ec20037-Jul-07 2:34
shailendra_ec20037-Jul-07 2:34 

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.