Click here to Skip to main content
15,902,276 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: substring function javascript Pin
Piyush Vardhan Singh1-Nov-07 1:22
Piyush Vardhan Singh1-Nov-07 1:22 
AnswerRe: substring function javascript Pin
Pete O'Hanlon1-Nov-07 0:52
mvePete O'Hanlon1-Nov-07 0:52 
AnswerRe: substring function javascript Pin
InsDev1-Nov-07 1:03
InsDev1-Nov-07 1:03 
QuestionInternet Speed and Bandwidth [modified] Pin
Kuricheti1-Nov-07 0:12
Kuricheti1-Nov-07 0:12 
Questionhow to create dynamic page creation [modified] Pin
Unknown Ajanabi31-Oct-07 23:54
Unknown Ajanabi31-Oct-07 23:54 
AnswerRe: how to create dynamic page creation Pin
Riza Azmi1-Nov-07 0:15
Riza Azmi1-Nov-07 0:15 
AnswerRe: how to create dynamic page creation Pin
Mircea Grelus1-Nov-07 0:45
Mircea Grelus1-Nov-07 0:45 
Questionproblem related to radiobuttonlist control Pin
RajeevKumarSharma31-Oct-07 23:38
RajeevKumarSharma31-Oct-07 23:38 
hello

i am using a radio buttonlist and want to showing text in two lines .
in that case have to apply the diffrent style for both lines, so please help me some .

i am using code like below..

string str="";
DataTable dt=new DataTable();
foreach (DataRow dr in dt.Rows)
{
str = dr["VisibilityText"].ToString()+"
<span class="rblItalic">"+ dr["VisibilityDescription"].ToString()+ "</span>";"
ListItem li = new ListItem(str,dr["VisibilityID"].ToString());
rbl_visibility.Items.Add(li);
}

it's showing in two lines but style is not applying ,all style showing like a text pls help me some





rajeev kumar sharma
vri software pvt. ltd.
new delhi India

AnswerRe: problem related to radiobuttonlist control Pin
Sandeep Akhare31-Oct-07 23:44
Sandeep Akhare31-Oct-07 23:44 
GeneralRe: problem related to radiobuttonlist control Pin
RajeevKumarSharma31-Oct-07 23:47
RajeevKumarSharma31-Oct-07 23:47 
GeneralRe: problem related to radiobuttonlist control Pin
Sandeep Akhare31-Oct-07 23:51
Sandeep Akhare31-Oct-07 23:51 
GeneralRe: problem related to radiobuttonlist control Pin
Riza Azmi1-Nov-07 0:18
Riza Azmi1-Nov-07 0:18 
GeneralRe: problem related to radiobuttonlist control Pin
RajeevKumarSharma1-Nov-07 2:05
RajeevKumarSharma1-Nov-07 2:05 
QuestionRe: how to create dynamic page creation...............??????? Pin
Sandeep Akhare31-Oct-07 23:39
Sandeep Akhare31-Oct-07 23:39 
QuestionWant to Get the Value of Text Box Pin
codeproject_Tarun31-Oct-07 23:27
codeproject_Tarun31-Oct-07 23:27 
AnswerRe: Want to Get the Value of Text Box [modified] Pin
Sandeep Akhare31-Oct-07 23:35
Sandeep Akhare31-Oct-07 23:35 
AnswerRe: Want to Get the Value of Text Box Pin
Imran Khan Pathan31-Oct-07 23:38
Imran Khan Pathan31-Oct-07 23:38 
AnswerRe: Want to Get the Value of Text Box Pin
Mircea Grelus1-Nov-07 2:17
Mircea Grelus1-Nov-07 2:17 
QuestionWhat is this Sonia Gupta has not post any Query Pin
InsDev31-Oct-07 23:24
InsDev31-Oct-07 23:24 
AnswerRe: What is this Sonia Gupta has not post any Query Pin
Piyush Vardhan Singh31-Oct-07 23:32
Piyush Vardhan Singh31-Oct-07 23:32 
GeneralRe: What is this Sonia Gupta has not post any Query Pin
InsDev31-Oct-07 23:35
InsDev31-Oct-07 23:35 
GeneralRe: What is this Sonia Gupta has not post any Query Pin
Piyush Vardhan Singh1-Nov-07 0:12
Piyush Vardhan Singh1-Nov-07 0:12 
GeneralRe: What is this Sonia Gupta has not post any Query Pin
Sandeep Akhare31-Oct-07 23:37
Sandeep Akhare31-Oct-07 23:37 
AnswerRe: What is this Sonia Gupta has not post any Query Pin
soni uma31-Oct-07 23:42
soni uma31-Oct-07 23:42 
QuestionASP Exception Pin
Deepak the Cool31-Oct-07 22:38
Deepak the Cool31-Oct-07 22:38 

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.