Click here to Skip to main content
15,925,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDisplaying pictures on a web page from a folder Pin
Member 377430729-Jan-07 11:57
Member 377430729-Jan-07 11:57 
AnswerRe: Displaying pictures on a web page from a folder Pin
Sandeep Akhare29-Jan-07 19:01
Sandeep Akhare29-Jan-07 19:01 
QuestionTyped DataSets Pin
pssuresh29-Jan-07 11:05
pssuresh29-Jan-07 11:05 
AnswerRe: Typed DataSets Pin
Parwej Ahamad29-Jan-07 18:38
professionalParwej Ahamad29-Jan-07 18:38 
QuestionWizard Controls and pop-up Calendars Pin
Keith Goddard29-Jan-07 6:35
Keith Goddard29-Jan-07 6:35 
QuestionJScript - ASP Wizard Control [modified] Pin
MaxRelaxman29-Jan-07 6:21
MaxRelaxman29-Jan-07 6:21 
AnswerRe: JScript - ASP Wizard Control Pin
Christian Graus29-Jan-07 18:27
protectorChristian Graus29-Jan-07 18:27 
Questioncrystalreport problem Pin
sno-129-Jan-07 5:20
sno-129-Jan-07 5:20 
hi all!!
I am on a project that need show the fields that have a DB, but in a APP of Desktop I haven't problem to do this.
Now in ASP I don't know do that. In a simple way to show what I do, I drop yours this code, that try to fill a dataset to show then in a crystalR.

DataSet ds = new DataSet();
sqlConn = ConnectionPool.GetConnection();
SqlTransaction sqlTrans = sqlConn.BeginTransaction();
ds = SqlHelper.ExecuteDataset(CommandType.StoredProcedu
re,"DP_GetAllEmp",sqlTrans);
sqlTrans.Commit();
sqlTrans = null;
ConnectionPool.ReleaseConnection(sqlConn);
CrystalReport1 cr1 = new CrystalReport1();
cr1.SetDataSource(ds);
CrystalReportViewer1.ReportSource = cr1; //this is the problem
//in this place exploit, and said me that the report data source isn't valid

if everybody have any idea, please say me
AnswerRe: crystalreport problem Pin
Sylvester george29-Jan-07 17:30
Sylvester george29-Jan-07 17:30 
QuestionCan any body help me? Pin
www.Developerof.NET29-Jan-07 5:17
www.Developerof.NET29-Jan-07 5:17 
AnswerRe: Can any body help me? Pin
Guffa29-Jan-07 7:23
Guffa29-Jan-07 7:23 
QuestionTree view Pin
samerh29-Jan-07 3:59
samerh29-Jan-07 3:59 
AnswerRe: Tree view Pin
Pete O'Hanlon29-Jan-07 4:11
mvePete O'Hanlon29-Jan-07 4:11 
QuestionHow do i get the value of a DataKeyName of an edited row on a GridView? Pin
Red_Wizard_Shot_The_Food29-Jan-07 3:57
Red_Wizard_Shot_The_Food29-Jan-07 3:57 
Questionhelp required about dropdownlist box Pin
mohd imran abdul aziz29-Jan-07 3:25
mohd imran abdul aziz29-Jan-07 3:25 
AnswerRe: help required about dropdownlist box Pin
Sandeep Akhare29-Jan-07 3:54
Sandeep Akhare29-Jan-07 3:54 
GeneralRe: help required about dropdownlist box Pin
Sandeep Akhare29-Jan-07 4:03
Sandeep Akhare29-Jan-07 4:03 
QuestionHow to Get Cursor Position in Textbox ? [modified] Pin
Abhi_Born_To_Code29-Jan-07 2:10
Abhi_Born_To_Code29-Jan-07 2:10 
AnswerRe: How to Get Cursor Position in Textbox ? Pin
Sandeep Akhare29-Jan-07 4:05
Sandeep Akhare29-Jan-07 4:05 
AnswerRe: How to Get Cursor Position in Textbox ? Pin
Sandeep Akhare29-Jan-07 4:18
Sandeep Akhare29-Jan-07 4:18 
Questionscroll a particular column in gridview horizontally Pin
Moups29-Jan-07 2:06
Moups29-Jan-07 2:06 
Questionhow to show category and sub category tree style Urgent ? Pin
Tridip Bhattacharjee29-Jan-07 1:16
professionalTridip Bhattacharjee29-Jan-07 1:16 
Questionhow to show category and sub category tree style Urgent ? Pin
Tridip Bhattacharjee29-Jan-07 1:16
professionalTridip Bhattacharjee29-Jan-07 1:16 
QuestionSpecified arguement was outside the bound of the valid values. Pin
MissionSuccess29-Jan-07 0:11
MissionSuccess29-Jan-07 0:11 
AnswerRe: Specified arguement was outside the bound of the valid values. Pin
Christian Graus29-Jan-07 0:36
protectorChristian Graus29-Jan-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.