Click here to Skip to main content
15,910,886 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: messagebox problem Pin
_AK_29-Sep-06 0:05
_AK_29-Sep-06 0:05 
GeneralRe: messagebox problem Pin
cheeken2u29-Sep-06 0:14
cheeken2u29-Sep-06 0:14 
AnswerRe: messagebox problem Pin
Britney S. Morales29-Sep-06 4:20
Britney S. Morales29-Sep-06 4:20 
QuestionNeed to set the password in Active Directory through Code Pin
Farid_200628-Sep-06 21:53
Farid_200628-Sep-06 21:53 
QuestionUsing Paging on Master-Details Repeater Pin
MalikRizwan28-Sep-06 21:05
MalikRizwan28-Sep-06 21:05 
QuestionVersion Conflict Pin
Exelioindia28-Sep-06 20:57
Exelioindia28-Sep-06 20:57 
AnswerRe: Version Conflict Pin
minhpc_bk28-Sep-06 23:43
minhpc_bk28-Sep-06 23:43 
Questionr.a.d.grid (third party component) problem Pin
max_dev2006@yahoo.com28-Sep-06 20:37
max_dev2006@yahoo.com28-Sep-06 20:37 
hi friends


I am using third party control r.a.d.grid control . On a simple ascx user control i have registered it.Added dll in reference. and simply binded it with datasource as datatable coming frm database as follows but it didn't get displayed on the page. no error is coming while binding . still not displayed only. I have written it outside !Ispostback() condition still not working
in page load event following code is written :

DataSet ds_longtermRentals=new DataSet();
SHG_DAL.Longterm_rentals obj_longtermrentals=new Longterm_rentals();
ds_longtermRentals=obj_longtermrentals.LoadFirstLontermRentals(int.Parse(Session["LanguageID"].ToString()));
if(ds_longtermRentals.Tables[1].Rows.Count>0)
{
DataTable dt= new DataTable();
dt=ds_longtermRentals.Tables[1];
if(dt.Rows.Count>0)
{
RadGrid1.DataSource = dt;
RadGrid1.DataBind();
}
}
plz help. its urgent.

regards,max

AnswerRe: r.a.d.grid (third party component) problem Pin
minhpc_bk28-Sep-06 23:44
minhpc_bk28-Sep-06 23:44 
QuestionProblem with Upload the Zip File Pin
Amit Agarrwal28-Sep-06 19:54
Amit Agarrwal28-Sep-06 19:54 
AnswerRe: Problem with Upload the Zip File Pin
minhpc_bk28-Sep-06 23:49
minhpc_bk28-Sep-06 23:49 
QuestionConcurrency Problem in database Pin
rsgdba28-Sep-06 19:42
rsgdba28-Sep-06 19:42 
AnswerRe: Concurrency Problem in database Pin
Jay_se28-Sep-06 20:34
Jay_se28-Sep-06 20:34 
GeneralRe: Concurrency Problem in database Pin
rsgdba29-Sep-06 2:50
rsgdba29-Sep-06 2:50 
QuestionFacing problwm while try to manage Session in Sql Server 2005 Outproc Session Mgt. in ASP.Net 2.0 Pin
ankushmn28-Sep-06 19:06
ankushmn28-Sep-06 19:06 
AnswerRe: Facing problwm while try to manage Session in Sql Server 2005 Outproc Session Mgt. in ASP.Net 2.0 Pin
Sathesh Sakthivel28-Sep-06 19:08
Sathesh Sakthivel28-Sep-06 19:08 
GeneralRe: Facing problwm while try to manage Session in Sql Server 2005 Outproc Session Mgt. in ASP.Net 2.0 Pin
ankushmn28-Sep-06 19:12
ankushmn28-Sep-06 19:12 
GeneralRe: Facing problwm while try to manage Session in Sql Server 2005 Outproc Session Mgt. in ASP.Net 2.0 Pin
Sathesh Sakthivel28-Sep-06 19:19
Sathesh Sakthivel28-Sep-06 19:19 
GeneralRe: Facing problwm while try to manage Session in Sql Server 2005 Outproc Session Mgt. in ASP.Net 2.0 Pin
Sathesh Sakthivel28-Sep-06 19:25
Sathesh Sakthivel28-Sep-06 19:25 
QuestionDataGrid Cell data Pin
Vsree28-Sep-06 18:58
Vsree28-Sep-06 18:58 
AnswerRe: DataGrid Cell data Pin
Amit Agarrwal28-Sep-06 19:15
Amit Agarrwal28-Sep-06 19:15 
GeneralRe: DataGrid Cell data [modified] Pin
Vsree28-Sep-06 19:28
Vsree28-Sep-06 19:28 
GeneralRe: DataGrid Cell data Pin
sdaniel_cst28-Sep-06 19:53
sdaniel_cst28-Sep-06 19:53 
GeneralRe: DataGrid Cell data Pin
Vsree28-Sep-06 20:12
Vsree28-Sep-06 20:12 
AnswerRe: DataGrid Cell data Pin
minhpc_bk29-Sep-06 15:16
minhpc_bk29-Sep-06 15:16 

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.