Click here to Skip to main content
15,899,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: read website_app field Pin
Shahriar Iqbal Chowdhury/Galib17-Oct-10 0:43
professionalShahriar Iqbal Chowdhury/Galib17-Oct-10 0:43 
hi,

I need to know some thing.If your sql statement returns 5 records, then each record will have same website_app field that you want to use as your page title? If so its not a better way to do so, anyway if same value for all 5 records for website_app field is same then you can do this

this.Page.Title=data_table.Rows[0]["website_app"].ToString();

Hope this will help
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 
GeneralRe: Close Javascript Window from Code Behind Pin
NeverHeardOfMe15-Oct-10 5:17
NeverHeardOfMe15-Oct-10 5:17 

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.