Click here to Skip to main content
15,913,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHelp need , who solve this bit , Pin
javaid nazim18-Oct-10 3:40
javaid nazim18-Oct-10 3:40 
AnswerRe: Help need , who solve this bit , Pin
fjdiewornncalwe18-Oct-10 6:50
professionalfjdiewornncalwe18-Oct-10 6:50 
QuestionDataset order in SQL Server Reporting Services Pin
www.Developerof.NET17-Oct-10 8:59
www.Developerof.NET17-Oct-10 8:59 
AnswerRe: Dataset order in SQL Server Reporting Services Pin
Sandeep Mewara18-Oct-10 3:08
mveSandeep Mewara18-Oct-10 3:08 
Questionhow to force a font? Pin
Jassim Rahma17-Oct-10 0:39
Jassim Rahma17-Oct-10 0:39 
AnswerRe: how to force a font? Pin
NeverHeardOfMe17-Oct-10 10:40
NeverHeardOfMe17-Oct-10 10:40 
AnswerRe: how to force a font? Pin
Pete O'Hanlon17-Oct-10 11:12
mvePete O'Hanlon17-Oct-10 11:12 
Questionread website_app field Pin
Jassim Rahma17-Oct-10 0:38
Jassim Rahma17-Oct-10 0:38 
I have the following code to populate data into data grid from DevExpress:

sql_connection.Open();
sql_command = new SqlCommand("sp_populate_project_status_by_id", sql_connection);
sql_command.CommandType = CommandType.StoredProcedure;
sql_command.Parameters.Add("@website_app_id", SqlDbType.Int).Value = website_app_id;
sql_adapter = new SqlDataAdapter(sql_command);
sql_adapter.Fill(data_table);
gridProject.DataSource = data_table;
gridProject.DataBind();

In the same SELECT sql statemet, I have a website_app field which should be the title for the asp.net page..

how can I get it display there?
AnswerRe: read website_app field Pin
Shahriar Iqbal Chowdhury/Galib17-Oct-10 0:43
professionalShahriar Iqbal Chowdhury/Galib17-Oct-10 0:43 
GeneralRe: read website_app field Pin
Jassim Rahma17-Oct-10 0:47
Jassim Rahma17-Oct-10 0:47 
Questiondraw vertical line Pin
Jassim Rahma17-Oct-10 0:02
Jassim Rahma17-Oct-10 0:02 
AnswerRe: draw vertical line Pin
raju melveetilpurayil18-Oct-10 11:06
professionalraju melveetilpurayil18-Oct-10 11:06 
Questionrefer to label in aspx from ascx Pin
Jassim Rahma16-Oct-10 23:54
Jassim Rahma16-Oct-10 23:54 
AnswerRe: refer to label in aspx from ascx Pin
Shahriar Iqbal Chowdhury/Galib17-Oct-10 0:27
professionalShahriar Iqbal Chowdhury/Galib17-Oct-10 0:27 
AnswerRe: refer to label in aspx from ascx Pin
Brij17-Oct-10 3:44
mentorBrij17-Oct-10 3:44 
QuestionModalpopup extender + IFrame + PDF Pin
Hemant Thaker16-Oct-10 10:01
Hemant Thaker16-Oct-10 10:01 
Questionhow to use database made in SQL server compact edition 3.5 into MS SQL server 2005 express edition Pin
cmaheshwari1615-Oct-10 19:22
cmaheshwari1615-Oct-10 19:22 
AnswerRe: how to use database made in SQL server compact edition 3.5 into MS SQL server 2005 express edition Pin
Brij16-Oct-10 5:00
mentorBrij16-Oct-10 5:00 
Questioncountry,State list Pin
Satish_S15-Oct-10 0:00
Satish_S15-Oct-10 0:00 
AnswerRe: country,State list Pin
raju melveetilpurayil15-Oct-10 0:20
professionalraju melveetilpurayil15-Oct-10 0:20 
GeneralRe: country,State list Pin
Satish_S15-Oct-10 0:48
Satish_S15-Oct-10 0:48 
AnswerRe: country,State list Pin
Brij15-Oct-10 0:36
mentorBrij15-Oct-10 0:36 
QuestionClose Javascript Window from Code Behind Pin
PDTUM14-Oct-10 6:16
PDTUM14-Oct-10 6:16 
AnswerRe: Close Javascript Window from Code Behind Pin
NeverHeardOfMe14-Oct-10 14:05
NeverHeardOfMe14-Oct-10 14:05 
AnswerRe: Close Javascript Window from Code Behind Pin
Venkatesh Mookkan15-Oct-10 0:01
Venkatesh Mookkan15-Oct-10 0:01 

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.