Click here to Skip to main content
15,921,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Date format problem Pin
eyeseetee3-Jul-08 3:37
eyeseetee3-Jul-08 3:37 
QuestionASP.net Pin
madhavimln3-Jul-08 3:22
madhavimln3-Jul-08 3:22 
AnswerRe: ASP.net Pin
eyeseetee3-Jul-08 3:23
eyeseetee3-Jul-08 3:23 
QuestionNeed help launching a Javascript page when my toolbar button is clicked Pin
marc2213-Jul-08 3:07
marc2213-Jul-08 3:07 
QuestionNeed help plzz Pin
dream_liner_7e73-Jul-08 3:00
dream_liner_7e73-Jul-08 3:00 
AnswerRe: Need help plzz Pin
eyeseetee3-Jul-08 3:22
eyeseetee3-Jul-08 3:22 
Questionstored procedure return no data Pin
michael_jhons3-Jul-08 2:46
michael_jhons3-Jul-08 2:46 
AnswerRe: stored procedure return no data Pin
eyeseetee3-Jul-08 2:52
eyeseetee3-Jul-08 2:52 
SqlCommand cmdsql = new SqlCommand("select_all_from_table", con);
cmdsql.CommandType = CommandType.StoredProcedure;

SqlDataAdapter dataAdapteritems = new SqlDataAdapter();
dataAdapteritems.SelectCommand = cmdsql;
DataSet dataSetitems = new DataSet();
dataAdapteritems.Fill(dataSetitems);
DataTable dtitems = dataSetitems.Tables["table"];

something like that, try that



We are not a Code Charity
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 3:42
michael_jhons3-Jul-08 3:42 
GeneralRe: stored procedure return no data Pin
eyeseetee3-Jul-08 4:08
eyeseetee3-Jul-08 4:08 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 4:15
michael_jhons3-Jul-08 4:15 
GeneralRe: stored procedure return no data Pin
eyeseetee3-Jul-08 4:29
eyeseetee3-Jul-08 4:29 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 4:35
michael_jhons3-Jul-08 4:35 
AnswerRe: stored procedure return no data Pin
Sherin Iranimose3-Jul-08 4:46
Sherin Iranimose3-Jul-08 4:46 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 21:15
michael_jhons3-Jul-08 21:15 
QuestionControls are not positioned properly Pin
BalasubramanianK3-Jul-08 2:10
BalasubramanianK3-Jul-08 2:10 
AnswerRe: Controls are not positioned properly Pin
eyeseetee3-Jul-08 2:40
eyeseetee3-Jul-08 2:40 
QuestionInserting new record in RADgridcontrol Pin
madhavi.kona3-Jul-08 2:09
madhavi.kona3-Jul-08 2:09 
AnswerRe: Inserting new record in RADgridcontrol Pin
eyeseetee3-Jul-08 2:41
eyeseetee3-Jul-08 2:41 
GeneralRe: Inserting new record in RADgridcontrol Pin
madhavi.kona3-Jul-08 3:23
madhavi.kona3-Jul-08 3:23 
GeneralRe: Inserting new record in RADgridcontrol Pin
eyeseetee3-Jul-08 3:24
eyeseetee3-Jul-08 3:24 
QuestionProblem showing image in an web report using crystal report Pin
CrazyCoder263-Jul-08 1:41
CrazyCoder263-Jul-08 1:41 
Questioncrystal reports in aspx Pin
Puneri3-Jul-08 1:27
Puneri3-Jul-08 1:27 
AnswerRe: crystal reports in aspx Pin
eyeseetee3-Jul-08 2:49
eyeseetee3-Jul-08 2:49 
GeneralRe: crystal reports in aspx Pin
Puneri6-Jul-08 2:48
Puneri6-Jul-08 2:48 

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.